Interface SequenceableLoader.Callback<T extends SequenceableLoader>

    • Method Detail

      • onContinueLoadingRequested

        void onContinueLoadingRequested​(T source)
        Called by the loader to indicate that it wishes for its SequenceableLoader.continueLoading(long) method to be called when it can continue to load data. Called on the playback thread.