stopObservingForThumbnails

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

Stops observing for thumbnails (that has been started by calling startObservingForThumbnails).

Return

a Completable that completes once the observation has stopped

Parameters

mediaType

The MediaType to handle

See also