Interface EventController.JoinWaitingListCallback

Enclosing class:
EventController

public static interface EventController.JoinWaitingListCallback
Callback interface for joining a waiting list.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    Called when join waiting list operation is successful
  • Method Details

    • onSuccess

      void onSuccess()
      Called when join waiting list operation is successful
    • onError

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