A B G I M N S V W 

A

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
 

B

bolts - package bolts
 
Bolts - Class in bolts
 
Bolts() - Constructor for class bolts.Bolts
 

G

getAppLink() - Method in class bolts.AppLinkNavigation
 
getAppLinkData() - Method in class bolts.AppLinkNavigation
Gets the al_applink_data for the AppLinkNavigation.
getAppLinkData(Intent) - Static method in class bolts.AppLinks
Gets the App Link data for an intent, if there is any.
getAppLinkExtras(Intent) - Static method in class bolts.AppLinks
Gets the App Link extras for an intent, if there is any.
getAppLinkFromUrlInBackground(Uri) - Method in interface bolts.AppLinkResolver
Asynchronously resolves App Link data for a given URL.
getAppLinkFromUrlInBackground(Uri) - Method in class bolts.WebViewAppLinkResolver
 
getAppName() - Method in class bolts.AppLink.Target
 
getClassName() - Method in class bolts.AppLink.Target
 
getCode() - Method in enum bolts.AppLinkNavigation.NavigationResult
 
getDefaultResolver() - Static method in class bolts.AppLinkNavigation
Gets the default resolver to be used for App Link resolution.
getExtras() - Method in class bolts.AppLinkNavigation
The extras for the AppLinkNavigation.
getPackageName() - Method in class bolts.AppLink.Target
 
getSourceUrl() - Method in class bolts.AppLink
 
getTargets() - Method in class bolts.AppLink
 
getTargetUrl(Intent) - Static method in class bolts.AppLinks
Gets the target URL for an intent, regardless of whether the intent is from an App Link.
getTargetUrlFromInboundIntent(Context, Intent) - Static method in class bolts.AppLinks
Gets the target URL for an intent.
getUrl() - Method in class bolts.AppLink.Target
 
getWebUrl() - Method in class bolts.AppLink
 

I

isSucceeded() - Method in enum bolts.AppLinkNavigation.NavigationResult
 

M

MEASUREMENT_EVENT_ARGS_KEY - Static variable in class bolts.MeasurementEvent
The field name in the broadcast intent extra bundle that represents Bolts measurement event arguments.
MEASUREMENT_EVENT_NAME_KEY - Static variable in class bolts.MeasurementEvent
The field name in the broadcast intent extra bundle that represents Bolts measurement event name.
MEASUREMENT_EVENT_NOTIFICATION_NAME - Static variable in class bolts.MeasurementEvent
The action of the broadcast intent that represents Bolts measurement event.
MeasurementEvent - Class in bolts
Bolts raises events to the application by sending local broadcasts.

N

navigate(Context) - Method in class bolts.AppLinkNavigation
Performs the navigation.
navigate(Context, AppLink) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink.
navigateInBackground(Context, Uri, AppLinkResolver) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink for the given destination using the App Link resolution strategy specified.
navigateInBackground(Context, URL, AppLinkResolver) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink for the given destination using the App Link resolution strategy specified.
navigateInBackground(Context, String, AppLinkResolver) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink for the given destination using the App Link resolution strategy specified.
navigateInBackground(Context, Uri) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink for the given destination using the default App Link resolution strategy.
navigateInBackground(Context, URL) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink for the given destination using the default App Link resolution strategy.
navigateInBackground(Context, String) - Static method in class bolts.AppLinkNavigation
Navigates to an AppLink for the given destination using the default App Link resolution strategy.

S

setDefaultResolver(AppLinkResolver) - Static method in class bolts.AppLinkNavigation
Sets the default resolver to be used for App Link resolution.

V

valueOf(String) - Static method in enum bolts.AppLinkNavigation.NavigationResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum bolts.AppLinkNavigation.NavigationResult
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION - Static variable in class bolts.Bolts
The version of the Bolts library.

W

WebViewAppLinkResolver - Class in bolts
A reference implementation for an App Link resolver that uses a hidden WebView to parse the HTML containing App Link metadata.
WebViewAppLinkResolver(Context) - Constructor for class bolts.WebViewAppLinkResolver
Creates a WebViewAppLinkResolver.
A B G I M N S V W