Interface BitwardsService.BitwardsResourceListCallback

Enclosing class:
BitwardsService

@Deprecated public static interface BitwardsService.BitwardsResourceListCallback
Deprecated.
Deprecated, use BitwardsService.getBitwardsResourceList() instead. Callback to deliver Bitwards end user's resources or error of the operation.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(int errorCode)
    Deprecated.
    An error occurred.
    void
    Deprecated.
    Operation was successful.
  • Method Details

    • onSuccess

      void onSuccess(List<BitwardsResource> list)
      Deprecated.
      Operation was successful.
      Parameters:
      list - the list of end user's resources
    • onError

      void onError(int errorCode)
      Deprecated.
      An error occurred.
      Parameters:
      errorCode - the error code