Interface EventController.ScanQRCodeCallback

Enclosing class:
EventController

public static interface EventController.ScanQRCodeCallback
Callback interface for scanning a QR code.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Callback which contains the event id that the qr code links to
  • Method Details

    • onEventFound

      void onEventFound(String eventId)
      Callback which contains the event id that the qr code links to
      Parameters:
      eventId - Id of the event
    • onError

      void onError(String message)
      Callback which contains an error message
      Parameters:
      message - description of the error