-
public class DeepLinkCallbacks
-
-
Method Summary
Modifier and Type Method Description static voidonDeepLinkingError(String errorMessage)static voidonDeepLinkingError(String message, DeepLinkResult.Error type)static voidonDeepLinkingSuccess(Map<String, String> attributionMap)static voidonAppOpenAttribution(Map<String, String> data)-
-
Method Detail
-
onDeepLinkingError
@Deprecated() static void onDeepLinkingError(String errorMessage)
-
onDeepLinkingError
static void onDeepLinkingError(String message, DeepLinkResult.Error type)
-
onDeepLinkingSuccess
static void onDeepLinkingSuccess(Map<String, String> attributionMap)
-
onAppOpenAttribution
static void onAppOpenAttribution(Map<String, String> data)
-
-
-
-