Interface EventController.ScanQRCodeCallback
- Enclosing class:
- EventController
public static interface EventController.ScanQRCodeCallback
Callback interface for scanning a QR code.
-
Method Summary
Modifier and TypeMethodDescriptionvoidCallback which contains an error messagevoidonEventFound(String eventId) Callback which contains the event id that the qr code links to
-
Method Details
-
onEventFound
Callback which contains the event id that the qr code links to- Parameters:
eventId- Id of the event
-
onError
Callback which contains an error message- Parameters:
message- description of the error
-