ZendriveRegion

enum ZendriveRegion {}

Dictates the region where user’s data will reside.

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

    Declaration

    Objective-C

    ZendriveRegionUS = 0
  • Indicates that the user’s data will reside in EU region.

    Declaration

    Objective-C

    ZendriveRegionEU = 1