androidx.browser.trusted
Interfaces
| TokenStore |
Users should implement this interface to persist the given Token (across app
restarts).
|
| TrustedWebActivityDisplayMode | Represents display mode of a Trusted Web Activity. |
Classes
| Token | Stores a package's identity, a combination of its package name and signing certificate. |
| TrustedWebActivityDisplayMode.DefaultMode | Default mode: the system UI (status bar, navigation bar) is shown, and the browser toolbar is hidden while the user is on a verified origin. |
| TrustedWebActivityDisplayMode.ImmersiveMode | Immersive mode: both the browser controls and the system UI (status bar, navigation bar) is hidden while the user is on a verified origin. |
| TrustedWebActivityIntent |
Holds an Intent and other data necessary to start a Trusted Web Activity.
|
| TrustedWebActivityIntentBuilder |
Constructs instances of TrustedWebActivityIntent that can be used to start Trusted Web
Activities (see TrustedWebUtils for more details).
|
| TrustedWebActivityService | The TrustedWebActivityService lives in a client app and serves requests from a Trusted Web Activity provider. |
| TrustedWebActivityServiceConnection |
TrustedWebActivityServiceConnection is used by a Trusted Web Activity provider to wrap calls to
the TrustedWebActivityService in the client app.
|
| TrustedWebActivityServiceConnectionPool |
A TrustedWebActivityServiceConnectionPool will be used by a Trusted Web Activity provider and
takes care of connecting to and communicating with TrustedWebActivityServices.
|
Interfaces
Classes