public static interface FcmNotificationlistsAsync.GetFcmNotificationListListener
| Modifier and Type | Method and Description |
|---|---|
void |
onGetFcmNotificationListPostExecuteCompleted(NotificationListOutputModel notificationListOutputModel,
int status,
java.lang.String message,
java.lang.String response)
This method will be invoked after controller complete execution.
|
void |
onGetFcmNotificationListPreExecuteStarted()
This method will be invoked before controller start execution.
|
void onGetFcmNotificationListPreExecuteStarted()
void onGetFcmNotificationListPostExecuteCompleted(NotificationListOutputModel notificationListOutputModel, int status, java.lang.String message, java.lang.String response)
notificationListOutputModel - A Model Class which which contain responses. To get that responses we need to call the respective getter methods.status - Response Code From the Servermessage - On Success Message