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