Interface EventController.DeclineInvitationCallback

Enclosing class:
EventController

public static interface EventController.DeclineInvitationCallback
Callback interface for declining an event invitation.
  • Method Summary

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

    • onSuccess

      void onSuccess()
      Called when decline invite operation is successful
    • onError

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