androidx.browser.trusted
Interfaces
TokenStore | 
            
               Users should implement this interface to persist the given   | 
          
TrustedWebActivityDisplayMode | 
            
               Represents display mode of a Trusted Web Activity.  | 
          
Classes
FileHandlingData | 
            
               Contains data to be delivered to the launch queue via a Trusted Web Activity.  | 
          
LaunchHandlerClientMode | 
            
               Represents launch handler client mode type value of a Launch Handler API https://developer.mozilla.org/en-US/docs/Web/API/Launch_Handler_API  | 
          
ScreenOrientation | 
            
               Represents screenOrientationLock type value of a Trusted Web Activity: https://www.w3.org/TR/screen-orientation/#screenorientation-interface  | 
          
Token | 
            
               Stores a package's identity, a combination of its package name and signing certificate.  | 
          
TrustedWebActivityCallback | 
            
               A callback class for browser to get messages from client app.  | 
          
TrustedWebActivityCallbackRemote | 
            
               TrustedWebActivityCallbackRemote is used by client app to execute callbacks from a binder of   | 
          
TrustedWebActivityDisplayMode.BrowserMode | 
            
               Browser Mode: Lets the browser determine the display mode - this may be a Trusted Web Activity or a browser tab.  | 
          
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.  | 
          
TrustedWebActivityDisplayMode.MinimalUiMode | 
            
               Minimal UI Mode: Hides away most controls that aren't essential for navigation like Back or Reload, and hides the toolbar if possible.  | 
          
TrustedWebActivityDisplayMode.TabbedMode | 
            
               Tabbed mode: Experimental display mode where the application can contain multiple web pages inside a single window, commonly used to create a tab bar UI.  | 
          
TrustedWebActivityDisplayMode.WindowControlsOverlayMode | 
            
               Window controls overlay mode: Experimental display mode where the entire window surface is be available for the app's web content.  | 
          
TrustedWebActivityIntent | 
            
               Holds an   | 
          
TrustedWebActivityIntentBuilder | 
            
               Constructs instances of   | 
          
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   | 
          
TrustedWebActivityServiceConnectionPool | 
            
               A TrustedWebActivityServiceConnectionPool will be used by a Trusted Web Activity provider and takes care of connecting to and communicating with   |