TrustedWebActivityDisplayMode.DefaultMode

class TrustedWebActivityDisplayMode.DefaultMode : TrustedWebActivityDisplayMode


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.

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

DefaultMode

Added in 1.2.0
DefaultMode()

Public functions

toBundle

Added in 1.8.0
fun toBundle(): Bundle

Packs the object into a Bundle.