Package fi.bitwards.service
Interface BitwardsService.BitwardsInstallationRequestListCallback
- Enclosing class:
BitwardsService
public static interface BitwardsService.BitwardsInstallationRequestListCallback
Callback to deliver Installation request list or error of the operation.
-
Method Summary
-
Method Details
-
onSuccess
Operation was successful.- Parameters:
list- the list of Installation request
-
onError
void onError(int errorCode) An error occurred.- Parameters:
errorCode- the error code
-