FirebaseInAppMessagingDisplay Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRInAppMessagingImageOnlyDisplay
Class for defining a image-only message for display.
-
Gets the image for this message
-
Gets the action URL for an image-only fiam message.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSURL *actionURL;
-
Declaration
Objective-C
- (nonnull instancetype)init;
-
Deprecated, this class shouldn’t be directly instantiated.
Declaration
Objective-C
- (nonnull instancetype)
initWithMessageID:(nonnull NSString *)messageID
campaignName:(nonnull NSString *)campaignName
renderAsTestMessage:(BOOL)renderAsTestMessage
triggerType:(FIRInAppMessagingDisplayTriggerType)triggerType
imageData:(nullable FIRInAppMessagingImageData *)imageData
actionURL:(nullable NSURL *)actionURL;
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 2021-03-03 UTC.
[[["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 2021-03-03 UTC."],[],[],null,["# FirebaseInAppMessagingDisplay Framework Reference\n\nFIRInAppMessagingImageOnlyDisplay\n=================================\n\n\n @interface FIRInAppMessagingImageOnlyDisplay : ../Classes/FIRInAppMessagingDisplayMessage.html\n\nClass for defining a image-only message for display.\n- `\n ``\n ``\n `\n\n ### [imageData](#/c:objc(cs)FIRInAppMessagingImageOnlyDisplay(py)imageData)\n\n `\n ` \n Gets the image for this message \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull)\n ../Classes/FIRInAppMessagingImageData.html *imageData;\n\n- `\n ``\n ``\n `\n\n ### [actionURL](#/c:objc(cs)FIRInAppMessagingImageOnlyDisplay(py)actionURL)\n\n `\n ` \n Gets the action URL for an image-only fiam message. \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, nonatomic, nullable) NSURL *actionURL;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRInAppMessagingImageOnlyDisplay(im)init)\n\n `\n ` \n Unavailable. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)init;\n\n- `\n ``\n ``\n `\n\n ### [-initWithMessageID:campaignName:renderAsTestMessage:triggerType:imageData:actionURL:](#/c:objc(cs)FIRInAppMessagingImageOnlyDisplay(im)initWithMessageID:campaignName:renderAsTestMessage:triggerType:imageData:actionURL:)\n\n `\n ` \n Deprecated, this class shouldn't be directly instantiated. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)\n initWithMessageID:(nonnull NSString *)messageID\n campaignName:(nonnull NSString *)campaignName\n renderAsTestMessage:(BOOL)renderAsTestMessage\n triggerType:(../Enums/FIRInAppMessagingDisplayTriggerType.html)triggerType\n imageData:(nullable ../Classes/FIRInAppMessagingImageData.html *)imageData\n actionURL:(nullable NSURL *)actionURL;"]]