fetch Photo Request
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)Content copied to clipboard
Builds a new FetchPhotoRequest.
Return
the constructed FetchPhotoRequest
Parameters
photo Metadata
the metadata for the requested photo
actions
the actions to apply to the FetchPhotoRequest.Builder