fetchPhotoRequest

inline fun fetchPhotoRequest(photoMetadata: PhotoMetadata, noinline actions: FetchPhotoRequest.Builder.() -> Unit? = null): FetchPhotoRequest

Builds a new FetchPhotoRequest.

Return

the constructed FetchPhotoRequest

Parameters

photoMetadata

the metadata for the requested photo

actions

the actions to apply to the FetchPhotoRequest.Builder