FIRInAppMessagingCardDisplay
@interface FIRInAppMessagingCardDisplay : FIRInAppMessagingDisplayMessageUndocumented
-
Gets the title text for a card FIAM message.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) NSString *title; -
Gets the body text for a card FIAM message.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nullable) NSString *body; -
Gets the color for text in card FIAM message. It applies to both title and body text.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) UIColor *textColor; -
Image data for the supplied portrait image for a card FIAM messasge.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) FIRInAppMessagingImageData *portraitImageData; -
Image data for the supplied landscape image for a card FIAM message.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nullable) FIRInAppMessagingImageData *landscapeImageData; -
The background color for a card FIAM message.
Declaration
Objective-C
@property (readonly, copy, nonatomic, nonnull) UIColor *displayBackgroundColor; -
Metadata for a card FIAM message’s primary action button.
Declaration
Objective-C
@property (readonly, nonatomic, nonnull) FIRInAppMessagingActionButton *primaryActionButton; -
The action URL for a card FIAM message’s primary action button.
Declaration
Objective-C
@property (readonly, nonatomic, nonnull) NSURL *primaryActionURL; -
Metadata for a card FIAM message’s secondary action button.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) FIRInAppMessagingActionButton *secondaryActionButton; -
The action URL for a card FIAM message’s secondary action button.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSURL *secondaryActionURL; -
Unavailable.
Declaration
Objective-C
- (nonnull instancetype)init;