Share your feedback and help shape the Google Mobile Ads SDK roadmap. Take the Google Mobile Ads SDK Annual Survey for 2023 before it closes on May 5th, 2023.

firebase::Future

#include <gma.h>

The Google Mobile Ads C++ SDK uses this class to return results from asynchronous operations.

Summary

All C++ functions and method calls that operate asynchronously return a Future, and provide a "LastResult" function to retrieve the most recent Future result.

The Google Mobile Ads C++ SDK uses this class from the Firebase C++ SDK to return results from asynchronous operations. For more information, see the Firebase C++ SDK documentation.