SDKEvent
@objcMembers
public class SDKEvent : NSObject
SDKEvent defines event that composes of name of event and attribute to describe the event
-
Declaration
Swift
public let name: String -
Declaration
Swift
public let eventAttributes: [AnyHashable : Any] -
Declaration
Swift
public init(meetingHistoryEventName: MeetingHistoryEventName, eventAttributes: [AnyHashable : Any]) -
Declaration
Swift
public init(eventName: EventName, eventAttributes: [AnyHashable : Any])