Package fi.bitwards.service
Interface BitwardsService.SelectResourceCallback
- Enclosing class:
BitwardsService
public static interface BitwardsService.SelectResourceCallback
Select resource callback is used when more than one known resources were found.
-
Method Summary
Modifier and TypeMethodDescriptionvoidselectedResource(BitwardsResource resource) For selecting the resource.
-
Method Details
-
selectedResource
For selecting the resource.- Parameters:
resource- the selected resource, null if none were selected
-