AppsFlyerDeepLinkDelegate

Overview

Protocol extending AppDelegate. Holds the callback method for Unified Deep Linking.

Go back to the SDK reference index.

Protocol declaration

extension AppDelegate: DeepLinkDelegate {
     
    func didResolveDeepLink(_ result: DeepLinkResult) {
    ….
    }    
}

Public methods

didResolveDeepLink

Method signature

- (void)didResolveDeepLink:(AppsFlyerDeepLinkResult *_Nonnull)result;

Description
didResolveDeepLink(_ result:) is the callback function for onDeepLinking in the Unified Deep Linking API.

Callback parameters

TypeNameDescription
didResolveDeepLinkresultAn object that holds the OneLink retrieval operation result and the DeepLink data, (or the error if it occurs.