public static interface FcmNotificationReadAsync.FcmNotificationReadListener
Modifier and Type | Method and Description |
---|---|
void |
onFcmNotificationReadPostExecuteCompleted(FcmNotificationreadOutputModel fcmNotificationReadOutputModel,
int code,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onFcmNotificationReadPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onFcmNotificationReadPreExecuteStarted()
void onFcmNotificationReadPostExecuteCompleted(FcmNotificationreadOutputModel fcmNotificationReadOutputModel, int code, java.lang.String message, java.lang.String response)
fcmNotificationReadOutputModel
- A Model Class which contain responses. To get that responses we need to call the respective getter methods.