FirebaseInAppMessaging Framework Reference

FIRInAppMessagingCampaignInfo


@interface FIRInAppMessagingCampaignInfo : 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

    Objective-C

    @property (nonatomic, copy, readonly, nonnull) NSString *messageID;
  • The name of this campaign, as defined in the console on campaign creation.

    Declaration

    Objective-C

    @property (nonatomic, copy, readonly, nonnull) NSString *campaignName;
  • Whether or not this message is being rendered in Test On Device mode.

    Declaration

    Objective-C

    @property (nonatomic, readonly) BOOL renderAsTestMessage;
  • Unavailable.

    Declaration

    Objective-C

    - (nonnull instancetype)init;