thumbnailReceivedObservable

@CheckReturnValue
abstract fun thumbnailReceivedObservable(mediaType: MediaType): Observable<DeviceCommunication.NewItemAdded>

Return

an Observable that emits thumbnails received from the remote device (most likely this emission will only happen after startObservingForThumbnails and before stopObservingForThumbnails).

Parameters

mediaType

The MediaType to handle

See also