DeepLinkListener
Overview
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
Public Methods
onDeepLinking
Callback function for onDeepLinking in the Unified Deep Linking API.
public void onDeepLinking(@NonNull DeepLinkResult deepLinkResult)Parameters
Parameters
| Type | Name | Remarks |
|---|---|---|
DeepLinkResult | deepLinkResult | An object that holds the OneLink retrieval operation result and the DeepLink data. |
Updated 1 day ago