Interface BitwardsService.BitwardsUserCallback

Enclosing class:
BitwardsService

public static interface BitwardsService.BitwardsUserCallback
Callback to deliver Bitwards end user's profile data or error of the operation.
  • Method Summary

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

    • onSuccess

      void onSuccess(BitwardsUser user)
      Operation was successful.
      Parameters:
      user - Bitwards end user's profile data
    • onError

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