public class POBDeepLinkUtil
extends java.lang.Object
| Constructor and Description |
|---|
POBDeepLinkUtil() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
triggerDeepLink(android.content.Context context,
java.lang.String url,
boolean isProductPage)
This method is used to trigger Deeplink through Intent with action Action_View
|
static boolean |
validateAndRedirect(android.content.Context context,
java.lang.String url)
This method validate URL and redirect to deep link if deep link happen successfully
|
public static boolean validateAndRedirect(android.content.Context context,
java.lang.String url)
context - android system context needed for starting intenturl - URL on which Deep link to be performedpublic static boolean triggerDeepLink(@NonNull
android.content.Context context,
@NonNull
java.lang.String url,
boolean isProductPage)
context - android application contexturl - on which Deeplink is triggeringisProductPage - boolean to check if deep link is for product page