[[["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-20 UTC."],[[["\u003cp\u003e\u003ccode\u003eGADNativeAdImage\u003c/code\u003e provides a way to access native ad images, including the actual image and its URL.\u003c/p\u003e\n"],["\u003cp\u003eIt offers properties for accessing the image (\u003ccode\u003eimage\u003c/code\u003e), the image URL (\u003ccode\u003eimageURL\u003c/code\u003e), and the image scale (\u003ccode\u003escale\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can initialize a \u003ccode\u003eGADNativeAdImage\u003c/code\u003e instance using either a \u003ccode\u003eUIImage\u003c/code\u003e directly or by providing an image URL and scale.\u003c/p\u003e\n"],["\u003cp\u003eWhen image autoloading is disabled, the \u003ccode\u003eimage\u003c/code\u003e property of a \u003ccode\u003eGADNativeAdImage\u003c/code\u003e object will be \u003ccode\u003enil\u003c/code\u003e, necessitating the use of the \u003ccode\u003eimageURL\u003c/code\u003e for retrieving the image.\u003c/p\u003e\n"]]],["GADNativeAdImage manages images for native ads. It provides access to the `image` itself (if autoloaded), its `imageURL`, and its `scale`. You can initialize a `GADNativeAdImage` instance directly, either with a `UIImage` using `initWithImage:` or with a `URL` and `scale` via `initWithURL:scale:`. The properties `image` and `imageURL` can be null.\n"],null,[]]