Package fi.bitwards.service
Interface BitwardsService.BLEResourceMaintenanceCallback
- All Superinterfaces:
BitwardsService.BLEResourceCallback,BitwardsService.NFCResourceCallback
- All Known Subinterfaces:
BitwardsService.BLEResourceConnectionStateCallback
- Enclosing class:
BitwardsService
public static interface BitwardsService.BLEResourceMaintenanceCallback
extends BitwardsService.BLEResourceCallback
Resource callback notifications when the application also wants a callback when
the resource maintenance phase during the communication has been completed.
This interface can be used instead of BLEResourceCallback, and it is mandated to
be used with maintainResource(..) method.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMaintenanceCompleted(BitwardsResource resource) The maintenance phase of the communication with the resource has been completed.Methods inherited from interface fi.bitwards.service.BitwardsService.BLEResourceCallback
onResourceNotFound, onSelectResourceMethods inherited from interface fi.bitwards.service.BitwardsService.NFCResourceCallback
onAccessDenied, onAccessGranted, onError
-
Method Details
-
onMaintenanceCompleted
The maintenance phase of the communication with the resource has been completed.- Parameters:
resource- the resource
-