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