stopObservingForFullResolutionImages

@CheckReturnValue
abstract fun stopObservingForFullResolutionImages(mediaType: MediaType): Completable

Stops observing for full resolution items (that has been started by calling startObservingForFullResolutionImages).

Return

a Completable that completes once the observation has started

Parameters

mediaType

The MediaType to handle

See also