TrustedWebActivityDisplayMode.MinimalUiMode


class TrustedWebActivityDisplayMode.MinimalUiMode : TrustedWebActivityDisplayMode


Minimal UI Mode: Hides away most controls that aren't essential for navigation like Back or Reload, and hides the toolbar if possible. {@see https://www.w3.org/TR/appmanifest/#dfn-minimal-ui}

Summary

Public constructors

Public functions

Bundle

Packs the object into a Bundle.

Inherited Constants

From androidx.browser.trusted.TrustedWebActivityDisplayMode
const String!
KEY_ID = "androidx.browser.trusted.displaymode.KEY_ID"

Bundle key for the integer identifying the mode.

Inherited functions

From androidx.browser.trusted.TrustedWebActivityDisplayMode
java-static TrustedWebActivityDisplayMode
fromBundle(bundle: Bundle)

Unpacks the object from a Bundle.

Public constructors

MinimalUiMode

Added in 1.9.0-alpha04
MinimalUiMode()

Public functions

toBundle

fun toBundle(): Bundle

Packs the object into a Bundle.