-
public interface BatchInboxFetcher.OnNewNotificationsFetchedListener
-
-
Method Summary
Modifier and Type Method Description abstract voidonFetchSuccess(@NonNull() List<BatchInboxNotificationContent> notifications, boolean foundNewNotifications, boolean endReached)abstract voidonFetchFailure(@NonNull() String error)-
-
Method Detail
-
onFetchSuccess
abstract void onFetchSuccess(@NonNull() List<BatchInboxNotificationContent> notifications, boolean foundNewNotifications, boolean endReached)
-
onFetchFailure
abstract void onFetchFailure(@NonNull() String error)
-
-
-
-