InAppMessagingCampaignInfo
class InAppMessagingCampaignInfo : NSObject
Defines the metadata for the campaign to which a FIAM message belongs.
- This class is unavailable on macOS, macOS Catalyst, and watchOS.
-
Identifier for the campaign for this message.
Declaration
Swift
var messageID: String { get }
-
The name of this campaign, as defined in the console on campaign creation.
Declaration
Swift
var campaignName: String { get }
-
Whether or not this message is being rendered in Test On Device mode.
Declaration
Swift
var renderAsTestMessage: Bool { get }
-
Unavailable
Unavailable.