Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public enum AdzerkError : Error
    extension AdzerkError: CustomStringConvertible, LocalizedError
  • Provides dynamic Codable support for arbitrary nested data structures. Supported types are Int, String, Float, Bool, as well as arrays and dictionaries of any of these.

    See more

    Declaration

    Swift

    public indirect enum AnyCodable : Codable
    extension AnyCodable: Equatable