Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 740 Bytes

File metadata and controls

30 lines (25 loc) · 740 Bytes

📑 APIs

Properties

deepLinkDelegate

Description Delegate property of an object, that conforms to DeepLinkDelegate protocol and implements its methods.

Type Name
DeepLinkDelegate deepLinkDelegate

Usage example

AppsFlyerAdobeExtension.deepLinkDelegate = self

delegate

Description AppsFlyer delegate. See AppsFlyerLibDelegate.

Type Name
AppsFlyerLibDelegate delegate

Usage example

AppsFlyerAdobeExtension.delegate = self

Native SDK API

All the native SDK API is available using direct access to AppsFlyerLib.shared() object.
You can find the complete iOS SDK reference here