TrustedWebActivityDisplayMode.BrowserMode


public class TrustedWebActivityDisplayMode.BrowserMode implements 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 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

BrowserMode

Added in 1.9.0-alpha04
public BrowserMode()

Public methods

toBundle

public @NonNull Bundle toBundle()

Packs the object into a Bundle.