MoEngageCampaignState
@objc
public class MoEngageCampaignState : NSObject
State of the card.
-
Totol number of times card is shown across devices
Declaration
Swift
@objc public internal(set) var showCountTotal: Int64 { get }
-
True if card is clicked else false
Declaration
Swift
@objc public internal(set) var isClicked: Bool { get }
-
Date instance at which card is seen for the first time
Declaration
Swift
@objc public internal(set) var firstSeenTime: Date? { get }
-
Date instance at which card is delivered
Declaration
Swift
@objc public internal(set) var firstDeliveredTime: Date? { get }
-
Total number of times card is shown in current device
Declaration
Swift
@objc public internal(set) var showCountCurrentDevice: Int64 { get }