TrustedWebActivityDisplayMode.BrowserMode


class TrustedWebActivityDisplayMode.BrowserMode : TrustedWebActivityDisplayMode


Browser Mode: Lets the browser determine the display mode - this may be a Trusted Web Activity or a browser tab. {@see https://www.w3.org/TR/appmanifest/#dfn-browser}

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

BrowserMode

Added in 1.9.0-alpha04
BrowserMode()

Public functions

toBundle

fun toBundle(): Bundle

Packs the object into a Bundle.