com.google.android.gms.instantapps
Annotations
Interfaces
Classes
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["The Android Instant Apps API allows developers to launch instant apps and access features in a backwards compatible way."],["This API includes classes for managing instant app intents, launching instant apps, and accessing APIs for instant apps."],["Key components include `InstantApps`, `InstantAppsClient`, `Launcher`, and supporting classes for data and compatibility."],["Developers can use this API to integrate instant app functionality into their Android applications."]]],["The document outlines key components for managing Android instant apps. It defines `InstantAppIntentData.MatchResult` for URL matching. It provides interfaces `ActivityCompat` and `PackageManagerCompat` for backward compatibility. The `Launcher` interface handles app launching. Classes include `InstantAppIntentData` for intent data, `InstantApps` and `InstantAppsClient` as API entry points, and `LaunchData` for app launch specifications. These components facilitate URL resolution, backwards compatibility, app launch, and management of instant app data.\n"]]