DeepLinkListener
Overview
The DeepLinkListener
is a public interface that holds the callback method for Unified Deep Linking.
Go back to the SDK reference index.
Public Methods
onDeepLinking
Callback function for onDeepLinking in the Unified Deep Linking API.
public void onDeepLinking(@NonNull DeepLinkResult deepLinkResult)
Parameters
Type | Name | Remarks |
---|---|---|
DeepLinkResult | deepLinkResult | An object that holds the OneLink retrieval operation result and the DeepLink data. |
Updated about 1 year ago