Package 

Interface IWhiteListCallback

    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(WhiteList whiteList) Whitelist obtained successfully.
      abstract void onError(String code, String error) Whitelist retrieval failed.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • onSuccess

         abstract void onSuccess(WhiteList whiteList)

        Whitelist obtained successfully.

        Parameters:
        whiteList - whitelist entity
      • onError

         abstract void onError(String code, String error)

        Whitelist retrieval failed.

        Parameters:
        code - error code
        error - error msg