InAppMessageDismissReason
Package: com.salesforce.marketingcloud.inappmessagingfeature
Module: In App Messaging Feature Module v1.0.0
An enumeration representing the reason an In-App Message was dismissed.
The message was automatically dismissed, such as after a timeout period.
The user dismissed the message by tapping a button within the message.
The user explicitly closed the message using a close control.
The dismiss reason could not be determined.
An immutable list representation of all enum entries in declaration order.
Integer value used for analytics tracking or serialization purposes.
Returns the enum constant matching the specified name string. The string must exactly match an enum constant identifier (no extra whitespace allowed).
Parameters:
value- The name of the enum constant to retrieve
Returns: The matching enum constant
Returns an array of all enum constants in declaration order.
Returns: Array containing all enum constants