Interface NotificationController.MarkNotificationAsReadCallback
- Enclosing class:
- NotificationController
public static interface NotificationController.MarkNotificationAsReadCallback
Callback interface for marking a notification as read.
-
Method Summary
-
Method Details
-
onSuccess
void onSuccess()Callback which is called upon successful mark notification as read operation -
onError
Callback which contains an error message- Parameters:
message
- description of the error
-