public interface IGetRegionCallback
The interface Get region callback.
abstract void
onSuccess(Region regionList)
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(Region regionList)
On success.
regionList
abstract void onError(String code, String error)
On error.
code
error