-
- All Implemented Interfaces:
-
java.io.Serializable,java.lang.Comparable
public enum Batch.Messaging.LifecycleListener.MessagingCloseReasonEnum for the different reasons why an In-App message can be closed.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AutoThe message was closed automatically from auto dismiss feature.
UserThe message was closed by the user (like clicking on the close or back button).
ActionThe message was closed because the user clicked on a CTA.
ErrorThe message was closed because of an error(for example, a message with only one image in it that fails to be downloaded).
-
Method Summary
Modifier and Type Method Description static Array<Batch.Messaging.LifecycleListener.MessagingCloseReason>values()static Batch.Messaging.LifecycleListener.MessagingCloseReasonvalueOf(String name)-
-
Method Detail
-
values
static Array<Batch.Messaging.LifecycleListener.MessagingCloseReason> values()
-
valueOf
static Batch.Messaging.LifecycleListener.MessagingCloseReason valueOf(String name)
-
-
-
-