GoogleMobileAds Framework Reference
Structures
The following structures are available globally.
-
Declaration
Objective-C
struct GADAdSize {}
-
Version number information.
Declaration
Swift
struct VersionNumber
Objective-C
struct GADVersionNumber {}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-02-04 UTC.
[null,null,["Last updated 2025-02-04 UTC."],[[["The `GADAdSize` structure provides information about ad dimensions."],["The `GADVersionNumber` structure contains version-related details."]]],["The provided content outlines two globally available structures: `GADAdSize` and `GADVersionNumber`. `GADAdSize` defines the size of an ad, while `GADVersionNumber` contains version number information. Both structures are defined as structs in both Swift and Objective-C, indicated by the respective `struct AdSize` and `struct GADAdSize {}` for `GADAdSize` and `struct VersionNumber` and `struct GADVersionNumber {}` for `GADVersionNumber`.\n"]]