MoEngageCardAction
@objc
public class MoEngageCardAction : NSObject, Codable, NSCoding
Actions to be performed on card click
-
Type of action. Currently SDK supports navigation action
Declaration
Swift
@objc public internal(set) var name: String { get }
-
Card Navigation action type
Declaration
Swift
public internal(set) var type: MoEngageCardActionType { get }
-
Card action type in rawvalue
Declaration
Swift
@objc public internal(set) var typeString: String { get }
-
Navigation action value
Declaration
Swift
@objc public internal(set) var value: String { get }
-
Additional key value pairs associated with action.
Declaration
Swift
@objc public internal(set) var kvPairs: [String : Any] { get }