pauseRequests

open fun pauseRequests()

Cancels any in progress loads, but does not clear resources of completed loads.

Note #resumeRequests must be called for any requests made before or while the manager is paused to complete. RequestManagers attached to Fragments and Activities automatically resume onStart().

See also