FIRInAppMessagingDisplayMessage
@interface FIRInAppMessagingDisplayMessage : NSObjectBase class representing a FIAM message to be displayed. Don’t create instance of this class directly. Instantiate one of its subclasses instead.
-
Metadata for the campaign to which this message belongs.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) FIRInAppMessagingCampaignInfo *campaignInfo; -
The type and UI style of this message.
Declaration
Objective-C
@property (readonly, nonatomic) FIRInAppMessagingDisplayMessageType type; -
How this message should be triggered.
Declaration
Objective-C
@property (readonly, nonatomic) FIRInAppMessagingDisplayTriggerType triggerType; -
Unavailable.
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 messageType:(FIRInAppMessagingDisplayMessageType)messageType triggerType:(FIRInAppMessagingDisplayTriggerType)triggerType;