TrustedWebActivityDisplayMode.DefaultMode
public
static
class
TrustedWebActivityDisplayMode.DefaultMode
extends Object
implements
TrustedWebActivityDisplayMode
java.lang.Object
|
↳ |
androidx.browser.trusted.TrustedWebActivityDisplayMode.DefaultMode
|
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
Inherited methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
|
Public constructors
DefaultMode
public DefaultMode ()
Public methods
toBundle
public Bundle toBundle ()
Packs the object into a Bundle
.