public final class CurrentConfiguration extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CurrentConfiguration.Builder |
Modifier and Type | Method and Description |
---|---|
static CurrentConfiguration.Builder |
builder() |
boolean |
equals(Object o) |
Dialog |
getDialog()
Get dialog
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getDialogAsString()
Get the underlying String value for dialog.
|
Mode |
getMode()
Get mode
For this enum type, if a value unknown to the SDK is returned the UNKNOWN_TO_SDK_VERSION
enumeration value will be returned.
|
String |
getModeAsString()
Get the underlying String value for mode.
|
ViewportSize |
getSize()
Get size
|
ViewportVideo |
getVideo()
Get video
|
int |
hashCode() |
String |
toString() |
public static CurrentConfiguration.Builder builder()
public Mode getMode()
public String getModeAsString()
public ViewportVideo getVideo()
public ViewportSize getSize()
public Dialog getDialog()
public String getDialogAsString()
Copyright © 2023. All rights reserved.