fullResolutionItemReceivedObservable

@CheckReturnValue
abstract fun fullResolutionItemReceivedObservable(mediaType: MediaType): Flowable<DeviceCommunication.DownloadedFile>

Return

a Flowable that emits full resolution items received from the remote device (most likely this emission will only happen after startObservingForFullResolutionImages and before stopObservingForFullResolutionImages).

Parameters

mediaType

The MediaType to handle

See also