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

TypeNameRemarks
DeepLinkResultdeepLinkResultAn object that holds the OneLink retrieval operation result and the DeepLink data.