FileDocCategorySizeDatePackage
ICountryDetector.javaAPI DocAndroid 5.1 API5476Sat Mar 14 05:48:10 GMT 2015android.location

ICountryDetector

public interface ICountryDetector implements android.os.IInterface
The API for detecting the country where the user is. {@hide}

Fields Summary
Constructors Summary
Methods Summary
public voidaddCountryListener(android.location.ICountryListener listener)
Add a listener to receive the notification when the country is detected or changed.

public android.location.CountrydetectCountry()
Start detecting the country that the user is in.

return
the country if it is available immediately, otherwise null will be returned.

public voidremoveCountryListener(android.location.ICountryListener listener)
Remove the listener