True if Google Play services is available and up-to-date, false if not. If false was returned, you can call MakeAvailable() to attempt to resolve the issue.
The future result from the most recent call to MakeAvailable(). When completed, the Error will be 0 if Google Play services are now available, or nonzero if still unavailable.
[[["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 2023-07-18 UTC."],[],[],null,["google_play_services\n\nGoogle Play services APIs included with the Firebase C++ SDK.\n\nSummary\n\nThese APIs are Android-specific.\n\nEnumerations \n\nAvailability \n\n```c++\n Availability\n``` \nPossible availability states for Google Play services.\n\nFunctions \n\nCheckAvailability \n\n```c++\nAvailability CheckAvailability(\n JNIEnv *env,\n jobject activity\n)\n``` \nCheck whether Google Play services is available on this device.\n\n\n**See also:**\n[MakeAvailable()](/docs/reference/cpp/namespace/google-play-services#namespacegoogle__play__services_1a9b9a9a553ee7476d697260c685074520)\n| **Note:** This function is Android-specific.\n\n\u003cbr /\u003e\n\nMakeAvailable \n\n```c++\n::firebase::Future\u003c void \u003e MakeAvailable(\n JNIEnv *env,\n jobject activity\n)\n``` \nAttempt to make Google Play services available, by installing, updating, activating, or whatever else needs to be done.\n\n\n| **Note:** This function is Android-specific.\n\n\u003cbr /\u003e\n\nMakeAvailableLastResult \n\n```c++\n::firebase::Future\u003c void \u003e MakeAvailableLastResult()\n``` \nGet the future result from the most recent call to [MakeAvailable()](/docs/reference/cpp/namespace/google-play-services#namespacegoogle__play__services_1a9b9a9a553ee7476d697260c685074520).\n\n\n**See also:**\n[MakeAvailable()](/docs/reference/cpp/namespace/google-play-services#namespacegoogle__play__services_1a9b9a9a553ee7476d697260c685074520)\n| **Note:** This function is Android-specific.\n\n\u003cbr /\u003e"]]