Interface BitwardsService.ResultCallback

All Known Implementing Classes:
BitwardsService.LoginCallback
Enclosing class:
BitwardsService

public static interface BitwardsService.ResultCallback
Callback to notify success or error of an operation.
  • Method Summary

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

    • onSuccess

      void onSuccess()
      Operation was successful.
    • onError

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