Searched refs:CountryCode (Results 1 – 1 of 1) sorted by relevance
281 function on(type: 'countryCodeChange', callback: Callback<CountryCode>): void;295 function off(type: 'countryCodeChange', callback?: Callback<CountryCode>): void;692 function getCountryCode(callback: AsyncCallback<CountryCode>): void;704 function getCountryCode(): Promise<CountryCode>;2203 export interface CountryCode { interface