public final class AppLinks
extends java.lang.Object
Constructor and Description |
---|
AppLinks() |
Modifier and Type | Method and Description |
---|---|
static android.os.Bundle |
getAppLinkData(android.content.Intent intent)
Gets the App Link data for an intent, if there is any.
|
static android.os.Bundle |
getAppLinkExtras(android.content.Intent intent)
Gets the App Link extras for an intent, if there is any.
|
@Nullable public static android.os.Bundle getAppLinkData(android.content.Intent intent)
intent
- the incoming intent.null
if none is
specified.@Nullable public static android.os.Bundle getAppLinkExtras(android.content.Intent intent)
intent
- the incoming intent.null
if none is
specified.