-
public class AFDeepLinkManager
-
-
Field Summary
Fields Modifier and Type Field Description public final static StringUDL_CALLEDpublic DeepLinkListenerlistenerpublic final static List<String>espUrlspublic static Array<String>customDomainspublic Stringcontainspublic Map<String, String>parameterspublic List<List<String>>deepLinkSearchPaths
-
Method Summary
Modifier and Type Method Description voidunifiedDeepLinking(Map<String, Object> params, Intent intent, Context applicationContext)voidhandleDeepLinkCallback(Context context, Map<String, Object> params, Uri uri)App Link Check voidcollectIntentsFromActivities(Intent intent)static UrigetDeepLinkUri(Intent intent)voidperformOnDeepLinking(@NonNull() Intent intent, @NonNull() Context context, AppsFlyerPreferences prefs)voidonDeepLinkingError(String message, DeepLinkResult.Error type)voidonDeepLinkingSuccess(Map<String, String> attributionMap)voidonDeepLinking(DeepLinkResult result)voidonAppOpenAttribution(Map<String, String> data)-
-
Method Detail
-
unifiedDeepLinking
void unifiedDeepLinking(Map<String, Object> params, Intent intent, Context applicationContext)
-
handleDeepLinkCallback
void handleDeepLinkCallback(Context context, Map<String, Object> params, Uri uri)
App Link Check
-
collectIntentsFromActivities
void collectIntentsFromActivities(Intent intent)
-
getDeepLinkUri
@Nullable() static Uri getDeepLinkUri(Intent intent)
-
performOnDeepLinking
void performOnDeepLinking(@NonNull() Intent intent, @NonNull() Context context, AppsFlyerPreferences prefs)
-
onDeepLinkingError
void onDeepLinkingError(String message, DeepLinkResult.Error type)
-
onDeepLinkingSuccess
void onDeepLinkingSuccess(Map<String, String> attributionMap)
-
onDeepLinking
void onDeepLinking(DeepLinkResult result)
-
onAppOpenAttribution
void onAppOpenAttribution(Map<String, String> data)
-
-
-
-