-
public final class AppLinksProvides a set of utility methods for working with incoming Intents that may contain App Link data.
-
-
Method Summary
Modifier and Type Method Description static BundlegetAppLinkData(Intent intent)Gets the App Link data for an intent, if there is any. static BundlegetAppLinkExtras(Intent intent)Gets the App Link extras for an intent, if there is any. -
-
Method Detail
-
getAppLinkData
@Nullable() static Bundle getAppLinkData(Intent intent)
Gets the App Link data for an intent, if there is any. This is the authorized function to checkif an intent is AppLink. If null is returned it is not.
- Parameters:
intent- the incoming intent.
-
getAppLinkExtras
@Nullable() static Bundle getAppLinkExtras(Intent intent)
Gets the App Link extras for an intent, if there is any.
- Parameters:
intent- the incoming intent.
-
-
-
-