MoEngageStaticCardImage
@objc
public enum MoEngageStaticCardImage : Int
A representation of static card images for MoEngage’s UI components.
This enumeration defines the possible states of a card image:
- pinnedCard: Indicates that the card is pinned.
- noCard: Indicates that no card is present.
- loadingPlaceHolder: Indicates that a loading placeholder image should be used.
The description
computed property returns a human-readable string corresponding to each enum case.
-
Declaration
Swift
case pinnedCard
-
Declaration
Swift
case noCard
-
Declaration
Swift
case loadingPlaceHolder