SINRegionInfo Protocol Reference

Conforms to NSObject
Declared in SINRegionInfo.h

  isoCountryCode required method

ISO-3366-1 country code.

@property (nonatomic, strong, readonly) NSString *isoCountryCode

Discussion

Example: The ISO 3366-1 country for the United States is “US”.

Declared In

SINRegionInfo.h

  countryDisplayName required method

Display name for country, given the locale that the SINRegionList was created with.

@property (nonatomic, strong, readonly) NSString *countryDisplayName

Discussion

Example: Given the NSLocale “en_US”, the display name would be “United States”.

Declared In

SINRegionInfo.h

  countryCallingCode required method

ITU-T country calling code.

@property (nonatomic, strong, readonly) NSNumber *countryCallingCode

Discussion

Example: The ITU-T calling code for the region representing United States is 1.

Declared In

SINRegionInfo.h