//Granify Android SDK/com.granifyinc.granifysdk.models/DisplayStatus

DisplayStatus

[androidJvm]
enum DisplayStatus : Enum<DisplayStatus>

Valid display status values that may be reported when the Granify engine decides to show a message to a shopper.

Entries

   
SHOWN [androidJvm]
SHOWN
Indicates that the message was shown to the shopper.
NOT_SHOWN [androidJvm]
NOT_SHOWN
Indicates that the message was not shown to the shopper.

Properties

Name Summary
name [androidJvm]
val name: String
ordinal [androidJvm]
val ordinal: Int

Functions

Name Summary
valueOf [androidJvm]
fun valueOf(value: String): DisplayStatus
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 [androidJvm]
fun values(): Array<DisplayStatus>
Returns an array containing the constants of this enum type, in the order they’re declared.