Noop

object Noop : LensesComponent.Prefetcher

Functions

observe
Link copied to clipboard
open override fun observe(lens: LensesComponent.Lens, callback: Consumer<LensesComponent.Prefetcher.Status>): Closeable
Allows to observe individual lens content loading Status.
run
Link copied to clipboard
open override fun run(lenses: List<LensesComponent.Lens>, callback: Consumer<Boolean>): Closeable
Starts a new operation to prefetch content for the provided list of lenses.