Interface EventController.AcceptInvitationCallback
- Enclosing class:
- EventController
public static interface EventController.AcceptInvitationCallback
Callback interface for accepting an event invitation.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Called when accept invitation operation is successful -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-