Protocols
The following protocols are available globally.
-
Undocumented
See moreDeclaration
Swift
public protocol LogDestination
-
Undocumented
See moreDeclaration
Swift
public protocol Transport
-
Undocumented
See moreDeclaration
Swift
public protocol Placement : Decodable, Encodable
-
Provides the interface for storing and retrieving the user DB key that the API uses to identify a user. If none is passed to an initial request, the server will generate a new one and return it.
AdzerkSDK
will use its configuredADZUserKeyStore
to store this key.
See moreThe default behavior is to store this value in the keychain, securely. If you need to store this alongside your user record instead, then you can create a custom implementation of `ADZUserKeyStore` and save it wherever is appropriate for your application.
Declaration
Swift
public protocol UserKeyStore