public interface IWhiteListCallback
Whitelist request callback
abstract void
onSuccess(WhiteList whiteList)
onError(String code, String error)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void onSuccess(WhiteList whiteList)
Whitelist obtained successfully.
whiteList
abstract void onError(String code, String error)
Whitelist retrieval failed.
code
error