Callback type for receiving a photo. photoImage is a UIImage
representing the resulting photo matching the specified request.
If an error occurred, photoImage will be nil and error will contain
information about the error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-08 UTC."],[[["`GMSFetchPhotoResultCallback` is a callback type used to receive a photo."],["It provides a `UIImage` representing the requested photo and an `NSError` if any error occurred during the fetch."],["If successful, `photoImage` contains the image; otherwise, it's nil and `error` provides error details."]]],[]]