Interface NotificationController.SendNotificationCallback

Enclosing class:
NotificationController

public static interface NotificationController.SendNotificationCallback
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onError(String message)
    Callback which contains an error message
    void
    onSuccess(Boolean success)
    Callback which is called upon successful send notification operation
  • Method Details

    • onSuccess

      void onSuccess(Boolean success)
      Callback which is called upon successful send notification operation
    • onError

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