startObservingForFullResolutionImages

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

Starts to observe for full resolution items from the remote device, which will be emitted at fullResolutionItemReceivedObservable.

Return

A Completable that completes once the setup has been completed / observation has started

Parameters

mediaType

The MediaType to handle

See also