TrustedWebActivityDisplayMode.TabbedMode


public final class TrustedWebActivityDisplayMode.TabbedMode implements 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 methods

@NonNull Bundle

Packs the object into a Bundle.

Inherited Constants

From androidx.browser.trusted.TrustedWebActivityDisplayMode
static final String
KEY_ID = "androidx.browser.trusted.displaymode.KEY_ID"

Bundle key for the integer identifying the mode.

Public constructors

TabbedMode

Added in 1.10.0-alpha01
public TabbedMode()

Public methods

toBundle

public @NonNull Bundle toBundle()

Packs the object into a Bundle.