express-embed-mobile-sdk-android-release

//sdk/com.adobe.express.embedsdk/ContainerCloseReason

ContainerCloseReason


enum ContainerCloseReason : Enum<ContainerCloseReason>

Entries

   
DOM_REMOVAL
DOM_REMOVAL
CLOSE_BUTTON
CLOSE_BUTTON
HOST
HOST
INTENT_CHANGED
INTENT_CHANGED
WORKFLOW_COMPLETE
WORKFLOW_COMPLETE
SDK_TERMINATED
SDK_TERMINATED
ERROR
ERROR
CLOSED_BY_AGENT
CLOSED_BY_AGENT
CLOSED_BY_SDK
CLOSED_BY_SDK
HBB_PRESSED
HBB_PRESSED
CLOSED_FOR_REINITIAILIZATION
CLOSED_FOR_REINITIAILIZATION

Properties

Name Summary
entries
val entries: EnumEntries<ContainerCloseReason>
Returns a representation of an immutable list of all enum entries, in the order they’re declared.
reason
val reason: String

Functions

Name Summary
valueOf
fun valueOf(value: String): ContainerCloseReason
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
values
fun values(): Array<ContainerCloseReason>
Returns an array containing the constants of this enum type, in the order they’re declared.