Description Delegate property of an object, that conforms to DeepLinkDelegate protocol and implements its methods.
Type | Name |
---|---|
DeepLinkDelegate | deepLinkDelegate |
Usage example
AppsFlyerAdobeExtension.deepLinkDelegate = self
Description AppsFlyer delegate. See AppsFlyerLibDelegate.
Type | Name |
---|---|
AppsFlyerLibDelegate | delegate |
Usage example
AppsFlyerAdobeExtension.delegate = self
All the native SDK API is available using direct access to AppsFlyerLib.shared()
object.
You can find the complete iOS SDK reference here