Region

@objc(ZDRegion)
public enum Region : Int32

Dictates the region where user’s data will reside.

  • us

    Indicates that the user’s data will reside in US region. This is the default region.

    Declaration

    Swift

    case us
  • eu

    Indicates that the user’s data will reside in EU region.

    Declaration

    Swift

    case eu