[[["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\nFIRInAppMessagingCampaignInfo\n=============================\n\n @interface FIRInAppMessagingCampaignInfo : NSObject\n\nDefines the metadata for the campaign to which a FIAM message belongs.\n- `\n ``\n ``\n `\n\n ### [messageID](#/c:objc(cs)FIRInAppMessagingCampaignInfo(py)messageID)\n\n `\n ` \n Identifier for the campaign for this message. \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull) NSString *messageID;\n\n- `\n ``\n ``\n `\n\n ### [campaignName](#/c:objc(cs)FIRInAppMessagingCampaignInfo(py)campaignName)\n\n `\n ` \n The name of this campaign, as defined in the console on campaign creation. \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull) NSString *campaignName;\n\n- `\n ``\n ``\n `\n\n ### [renderAsTestMessage](#/c:objc(cs)FIRInAppMessagingCampaignInfo(py)renderAsTestMessage)\n\n `\n ` \n Whether or not this message is being rendered in Test On Device mode. \n\n #### Declaration\n\n Objective-C \n\n @property (readonly, nonatomic) BOOL renderAsTestMessage;\n\n- `\n ``\n ``\n `\n\n ### [-init](#/c:objc(cs)FIRInAppMessagingCampaignInfo(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:](#/c:objc(cs)FIRInAppMessagingCampaignInfo(im)initWithMessageID:campaignName:renderAsTestMessage:)\n\n `\n ` \n Deprecated, this class shouldn't be directly instantiated. \n\n #### Declaration\n\n Objective-C \n\n - (nonnull instancetype)initWithMessageID:(nonnull NSString *)messageID\n campaignName:(nonnull NSString *)campaignName\n renderAsTestMessage:(BOOL)renderAsTestMessage;"]]