| Interface | Description |
|---|---|
| AppLinkResolver |
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.
|
| Class | Description |
|---|---|
| AppLink |
Contains App Link metadata relevant for navigation on this device derived from the HTML
at a given URL.
|
| AppLink.Target |
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.
|
| AppLinkNavigation |
Represents a pending request to navigate to an App Link.
|
| AppLinks |
Provides a set of utility methods for working with incoming Intents that may contain App Link
data.
|
| Bolts | |
| MeasurementEvent |
Bolts raises events to the application by sending local broadcasts.
|
| WebViewAppLinkResolver |
A reference implementation for an App Link resolver that uses a hidden
WebView to parse the HTML containing App Link metadata. |
| Enum | Description |
|---|---|
| AppLinkNavigation.NavigationResult |
The result of calling
AppLinkNavigation.navigate(Context) on an
AppLinkNavigation. |