Package com.batch.android
Interface BatchInboxFetcher.OnNextPageFetchedListener
-
- Enclosing class:
- BatchInboxFetcher
public static interface BatchInboxFetcher.OnNextPageFetchedListener
-
-
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 endReached)
-
-
-
Method Detail
-
onFetchSuccess
void onFetchSuccess(@NonNull java.util.List<BatchInboxNotificationContent> notifications, boolean endReached)
-
onFetchFailure
void onFetchFailure(@NonNull java.lang.String error)
-
-