CustomEvent
@objc(SFMCSdkCustomEvent)
final public class CustomEvent : NSObject, Event
-
Declaration
Swift
public let id: String
-
Declaration
Swift
public let name: String
-
Declaration
Swift
public let category: EventCategory
-
Declaration
Swift
public let attributes: [String : Any]?
-
Declaration
Swift
@objc public init?(name: String, attributes: [String : Any]? = nil)