Interface EventController.JoinWaitingListCallback
- Enclosing class:
- EventController
public static interface EventController.JoinWaitingListCallback
Callback interface for joining a waiting list.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when join waiting list operation is successful -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-