-
public interface IUserRegionPlugin
-
-
Method Summary
Modifier and Type Method Description abstract void
getRegionListWithCountryCode(String countryCode, IGetRegionCallback callback)
Get region list. -
-
Method Detail
-
getRegionListWithCountryCode
abstract void getRegionListWithCountryCode(String countryCode, IGetRegionCallback callback)
Get region list.
- Parameters:
countryCode
- Country codecallback
- callback IGetRegionCallback
-
-
-
-