Options

public struct Options

Undocumented

  • Country code in ISO 3166-1 alpha-2 format

    Declaration

    Swift

    public var countryCode: String?
  • Undocumented

    Declaration

    Swift

    public init(countryCode: String? = nil)