-
public class AFDeepLinkManager
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringUDL_CALLEDpublic static AFDeepLinkManagerinstancepublic static IntenttrampolineIntentpublic DeepLinkListenerlistenerpublic static Array<String>customDomainspublic Stringcontainspublic Map<String, String>parameterspublic List<List<String>>deepLinkSearchPaths
-
Method Summary
Modifier and Type Method Description static AFDeepLinkManagergetInstance()voidperformOnDeepLinking(@NonNull() Intent intent, @NonNull() Context context, AppsFlyerPreferences prefs)-
-
Method Detail
-
getInstance
static AFDeepLinkManager getInstance()
-
performOnDeepLinking
void performOnDeepLinking(@NonNull() Intent intent, @NonNull() Context context, AppsFlyerPreferences prefs)
-
-
-
-