Interface EventController.ScanQRCodeCallback
- Enclosing class:
- EventController
public static interface EventController.ScanQRCodeCallback
Callback interface for scanning a QR code.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Callback which contains an error messagevoid
onEventFound
(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
-