[[["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 2025-08-27 UTC."],[[["\u003cp\u003e\u003ccode\u003eGMSAppCheckTokenCompletion\u003c/code\u003e is a completion handler that provides an App Check token or an error upon completion.\u003c/p\u003e\n"],["\u003cp\u003eIf token retrieval is successful, the \u003ccode\u003etoken\u003c/code\u003e parameter will contain the token string, and \u003ccode\u003eerror\u003c/code\u003e will be nil.\u003c/p\u003e\n"],["\u003cp\u003eIf an error occurs during token retrieval, the \u003ccode\u003etoken\u003c/code\u003e parameter will be nil, and the \u003ccode\u003eerror\u003c/code\u003e parameter will contain information about the error.\u003c/p\u003e\n"]]],["The `GMSAppCheckTokenCompletion` is a completion type used to receive App Check tokens. It provides a callback with two parameters: `token` (a nullable string) and `error` (a nullable error object). If successful, `token` contains the App Check token. If an error occurs, `token` is nil, and `error` provides details about the problem encountered. The completion handler is called after attempting to retrieve an App Check token.\n"],null,["# GooglePlaces Framework Reference\n\nGMSAppCheckTokenCompletion\n==========================\n\n typedef void (^GMSAppCheckTokenCompletion)(NSString *_Nullable,\n NSError *_Nullable)\n\nCompletion type for receiving App Check tokens. If an error occurred, `token` will be nil and\n`error` will contain information about the error."]]