TrustedWebActivityDisplayMode.TabbedMode


class TrustedWebActivityDisplayMode.TabbedMode : TrustedWebActivityDisplayMode


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. {@see https://github.com/WICG/manifest-incubations/blob/gh-pages/tabbed-mode-explainer.md} {@see https://wicg.github.io/manifest-incubations/#tab_strip-member}

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

TabbedMode

Added in 1.10.0-alpha01
TabbedMode()

Public functions

toBundle

fun toBundle(): Bundle

Packs the object into a Bundle.