Package fi.bitwards.service
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
-
Method Details
-
onSuccess
void onSuccess()Operation was successful. -
onError
void onError(int errorCode) An error occurred.- Parameters:
errorCode- the error code
-