fetchPhotoRequest

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

Deprecated

Use the overload returning FetchResolvedPhotoUriRequest instead. FetchPhotoRequest is deprecated.

Replace with

fetchPhotoRequest(photoMetadata, actions)

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