maxNumberOfThumbnailsToFetch

fun maxNumberOfThumbnailsToFetch(maxNumberOfThumbnailsToFetch: Int): SOCommMediaClientBuilder

The maximum number of thumbnails to be fetched after connecting to the remote devices.

Note that this number is per MediaType, so if this SOCommMediaClient is handling Pictures as well as Videos, max 10 picture thumbnails as well as max 10 video thumbnails will be fetched.

Default: 10

Return

this to chain calls.

Parameters

maxNumberOfThumbnailsToFetch

The number of maximum thumbnails to pro-actively download when connecting to a remote devices.