public class POBDeepLinkUtil
extends java.lang.Object
| Constructor and Description |
|---|
POBDeepLinkUtil() |
| Modifier and Type | Method and Description |
|---|---|
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 performed