- APP_LINK_NAVIGATE_IN_EVENT_NAME - Static variable in class bolts.MeasurementEvent
-
The name for event of handling incoming applink intent.
- APP_LINK_NAVIGATE_OUT_EVENT_NAME - Static variable in class bolts.MeasurementEvent
-
The name for event of navigating out to other apps.
- AppLink - Class in bolts
-
Contains App Link metadata relevant for navigation on this device derived from the HTML
at a given URL.
- AppLink(Uri, List<AppLink.Target>, Uri) - Constructor for class bolts.AppLink
-
Creates an AppLink with the given metadata.
- AppLink.Target - Class in bolts
-
Represents a target defined in App Link metadata, consisting of at least a package name,
and optionally a URL, class name (for explicit intent handling), and an app name.
- AppLink.Target(String, String, Uri, String) - Constructor for class bolts.AppLink.Target
-
Creates a Target with the given metadata.
- AppLinkNavigation - Class in bolts
-
Represents a pending request to navigate to an App Link.
- AppLinkNavigation(AppLink, Bundle, Bundle) - Constructor for class bolts.AppLinkNavigation
-
Creates an AppLinkNavigation with the given link, extras, and App Link data.
- AppLinkNavigation.NavigationResult - Enum in bolts
-
- AppLinkResolver - Interface in bolts
-
Implement this interface to provide an alternate strategy for resolving App Links that may
include pre-fetching, caching, or querying for App Link data from an index provided by a
service provider.
- AppLinks - Class in bolts
-
Provides a set of utility methods for working with incoming Intents that may contain App Link
data.
- AppLinks() - Constructor for class bolts.AppLinks
-