[[["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-04 UTC."],[],[],null,["# FirebaseInAppMessaging Framework Reference\n\nInAppMessagingImageData\n=======================\n\n class InAppMessagingImageData : NSObject\n\nContain display data for an image for a fiam message.\n\n- This class is unavailable on macOS, macOS Catalyst, and watchOS.\n- `\n ``\n ``\n `\n\n ### [imageURL](#/c:objc(cs)FIRInAppMessagingImageData(py)imageURL)\n\n `\n ` \n Gets the image URL from image data. \n\n #### Declaration\n\n Swift \n\n var imageURL: String { get }\n\n- `\n ``\n ``\n `\n\n ### [imageRawData](#/c:objc(cs)FIRInAppMessagingImageData(py)imageRawData)\n\n `\n ` \n Gets the downloaded image data. It can be null if headless component fails to load it. \n\n #### Declaration\n\n Swift \n\n var imageRawData: Data? { get }\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRInAppMessagingImageData(im)init)\n\n `\n ` \n Unavailable \n Unavailable.\n- `\n ``\n ``\n `\n\n ### [init(imageURL:imageData:)](#/c:objc(cs)FIRInAppMessagingImageData(im)initWithImageURL:imageData:)\n\n `\n ` \n Exposed for unit testing only, or for use in SwiftUI previews. Don't instantiate this in your\n app directly. \n\n #### Declaration\n\n Swift \n\n init(imageURL: String, imageData: Data)"]]