Package com.batch.android
Interface BatchInboxFetcher.OnNewNotificationsFetchedListener
-
- Enclosing class:
- BatchInboxFetcher
public static interface BatchInboxFetcher.OnNewNotificationsFetchedListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonFetchFailure(java.lang.String error)voidonFetchSuccess(java.util.List<BatchInboxNotificationContent> notifications, boolean foundNewNotifications, boolean endReached)
-
-
-
Method Detail
-
onFetchSuccess
void onFetchSuccess(@NonNull java.util.List<BatchInboxNotificationContent> notifications, boolean foundNewNotifications, boolean endReached)
-
onFetchFailure
void onFetchFailure(@NonNull java.lang.String error)
-
-