Home
last modified time | relevance | path

Searched refs:CountryCode (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.geoLocationManager.d.ts235 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