Package com.batch.android
Interface BatchInboxFetcher.OnNextPageFetchedListener
- Enclosing class:
- BatchInboxFetcher
public static interface BatchInboxFetcher.OnNextPageFetchedListener
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFetchFailure
(String error) void
onFetchSuccess
(List<BatchInboxNotificationContent> notifications, boolean endReached)
-
Method Details
-
onFetchSuccess
-
onFetchFailure
-