Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RegionInfo

Contains the identifiers of a specific country or region.

Hierarchy

  • RegionInfo

Implements

Index

Constructors

constructor

  • Initializes a new instance of the RegionInfo class.

    Parameters

    • name: string

      The name of the region.

    Returns RegionInfo

Properties

name

name: string

Gets the name or ISO 3166 two-letter country/region code.

threeLetterISORegionName

threeLetterISORegionName: string

Gets the three-letter code defined in ISO 3166 for the country/region.

twoLetterISORegionName

twoLetterISORegionName: string

Gets the two-letter code defined in ISO 3166 for the country/region.

Static currentRegion

currentRegion: IRegionInfo = new SystemRegionInfo(currentNativeRegion.Name, currentNativeRegion.TwoLetterISORegionName, currentNativeRegion.ThreeLetterISORegionName)

Gets the region in which the host application was started.

Generated using TypeDoc