DefaultEventAnalyticsController
@objcMembers
public class DefaultEventAnalyticsController : NSObject, EventAnalyticsController
extension DefaultEventAnalyticsController: AppStateMonitorDelegate
-
Declaration
Swift
public func publishEvent(name: EventName) -
Declaration
Swift
public func publishEvent(name: EventName, attributes: [AnyHashable : Any]) -
Declaration
Swift
public func publishEvent(name: EventName, attributes: [AnyHashable : Any], notifyObservers: Bool) -
Declaration
Swift
public func getMeetingHistory() -> [MeetingHistoryEvent] -
Declaration
Swift
public func pushHistory(historyEventName: MeetingHistoryEventName) -
Declaration
Swift
public func addEventAnalyticsObserver(observer: EventAnalyticsObserver) -
Declaration
Swift
public func removeEventAnalyticsObserver(observer: EventAnalyticsObserver) -
Declaration
Swift
public func getCommonEventAttributes() -> [AnyHashable : Any] -
Declaration
Swift
public func appStateDidChange(monitor: any AppStateMonitor, newAppState: AppState) -
Declaration
Swift
public func didReceiveMemoryWarning(monitor: any AppStateMonitor) -
Declaration
Swift
public func networkConnectionTypeDidChange(monitor: any AppStateMonitor, newNetworkConnectionType: NetworkConnectionType)