Package fi.bitwards.service
Interface BitwardsService.BitwardsResourceListCallback
- Enclosing class:
BitwardsService
Deprecated.
Deprecated, use
BitwardsService.getBitwardsResourceList() instead.
Callback to deliver Bitwards end user's resources or error of the operation.-
Method Summary
Modifier and TypeMethodDescriptionvoidonError(int errorCode) Deprecated.An error occurred.voidonSuccess(List<BitwardsResource> list) Deprecated.Operation was successful.
-
Method Details
-
onSuccess
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
-