AnalyticsControlProtocol

@objc(LwayveAnalyticsControlProtocol)
public protocol AnalyticsControlProtocol : AnyObject
  • Sends all pending analytic events.

    Declaration

    Swift

    func sendAnalyticEvents()
  • The device Id used in analytics events

    Declaration

    Swift

    func getAnalyticsDeviceId(_ completion: @escaping (_ deviceId: String) -> Void)