Interface BatchInboxFetcher.OnNewNotificationsFetchedListener

  • Enclosing class:
    BatchInboxFetcher

    public static interface BatchInboxFetcher.OnNewNotificationsFetchedListener
    • Method Detail

      • onFetchSuccess

        void onFetchSuccess​(@NonNull
                            java.util.List<BatchInboxNotificationContent> notifications,
                            boolean foundNewNotifications,
                            boolean endReached)
      • onFetchFailure

        void onFetchFailure​(@NonNull
                            java.lang.String error)