AMZNRegion Constants Reference

Declared in AMZNAuthorizationManager.h
Availability 3.0

AMZNRegion

These constants will be used to identify what global end-points the SDK connects to. Set the region property to one of the following values

Definition

typedef NS_ENUM(NSUInteger, AMZNRegion ) {
   AMZNRegionAuto = 0,
   AMZNRegionNA = 1,
   AMZNRegionEU = 2,
   AMZNRegionFE = 3,
};

Constants

AMZNRegionAuto

Setting region property to this value causes the SDK to determine the best end-points to connect to. This will be the default value in case you don’t set region property explicitly

Declared In AMZNAuthorizationManager.h.

AMZNRegionNA

Setting region property to this value causes the SDK to connect to end-points in North America.

Declared In AMZNAuthorizationManager.h.

AMZNRegionEU

Setting region property to this value causes the SDK to connect to end-points in Europe.

Declared In AMZNAuthorizationManager.h.

AMZNRegionFE

Setting region property to this value causes the SDK to connect to end-points in far East.

Declared In AMZNAuthorizationManager.h.

Availability

3.0

Declared In

AMZNAuthorizationManager.h