Enumerations
The following enumerations are available globally.
-
Undocumented
See moreDeclaration
Swift
public enum AdzerkError : Error
extension AdzerkError: CustomStringConvertible, LocalizedError
-
Provides dynamic Codable support for arbitrary nested data structures. Supported types are
See moreInt
,String
,Float
,Bool
, as well as arrays and dictionaries of any of these.Declaration
Swift
public indirect enum AnyCodable : Codable
extension AnyCodable: Equatable