Searched refs:CountryCode (Results 1 – 1 of 1) sorted by relevance
235 function on(type: 'countryCodeChange', callback: Callback<CountryCode>): void;249 function off(type: 'countryCodeChange', callback?: Callback<CountryCode>): void;575 function getCountryCode(callback: AsyncCallback<CountryCode>): void;587 function getCountryCode(): Promise<CountryCode>;1811 export interface CountryCode { interface