fetchNextPage abstract method

Future<BatchInboxFetchResult> fetchNextPage()

Fetch a page of notifications. Calling this method when no messages have been loaded will be equivalent to calling fetchNewNotifications;

Implementation

Future<BatchInboxFetchResult> fetchNextPage();