Protocols
The following protocols are available globally.
-
A type that can receive result of sending events
See moreDeclaration
Swift
public protocol EventSenderableDelegate : AnyObject -
A type that can send various events via SDK
See moreDeclaration
Swift
public protocol EventSenderable : AnyObject -
A type that can receive result of resolving links
See moreDeclaration
Swift
public protocol LinkResolvableDelegate : AnyObject -
A type that can resolve links via SDK
See moreDeclaration
Swift
public protocol LinkResolvable : AnyObject -
A type that can interact with logging activity
See moreDeclaration
Swift
public protocol Loggable : AnyObject -
A type that provides the ability to configure SDK
See moreDeclaration
Swift
public protocol AttributionConfiguration -
A type that provides network base URL info
See moreDeclaration
Swift
public protocol BackendURLProvider -
Provide apps with access to an advertising identifier and a flag indicating whether a device is using limited ad tracking.
See moreDeclaration
Swift
public protocol AdSupportable : AnyObject
View on GitHub
Protocols Reference