FirebaseInAppMessagingDisplay Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRInAppMessagingCardDisplay
Undocumented
-
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.
-
Image data for the supplied landscape image for a card FIAM message.
-
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.
-
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.
-
The action URL for a card FIAM message’s secondary action button.
Declaration
Objective-C
@property (readonly, nonatomic, nullable) NSURL *secondaryActionURL;
-
Declaration
Objective-C
- (nonnull instancetype)init;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-03 UTC.
[null,null,["Last updated 2021-03-03 UTC."],[],[],null,["FIRInAppMessagingCardDisplay \n\n\n @interface FIRInAppMessagingCardDisplay : ../Classes/FIRInAppMessagingDisplayMessage.html\n\nUndocumented\n- `\n ``\n ``\n `\n\n [title](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)title)`\n ` \n Gets the title text for a card FIAM message. \n\n Declaration \n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull) NSString *title;\n\n- `\n ``\n ``\n `\n\n [body](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)body)`\n ` \n Gets the body text for a card FIAM message. \n\n Declaration \n Objective-C \n\n @property (readonly, copy, nonatomic, nullable) NSString *body;\n\n- `\n ``\n ``\n `\n\n [textColor](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)textColor)`\n ` \n Gets the color for text in card FIAM message. It applies to both title and body text. \n\n Declaration \n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull) UIColor *textColor;\n\n- `\n ``\n ``\n `\n\n [portraitImageData](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)portraitImageData)`\n ` \n Image data for the supplied portrait image for a card FIAM messasge. \n\n Declaration \n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull)\n ../Classes/FIRInAppMessagingImageData.html *portraitImageData;\n\n- `\n ``\n ``\n `\n\n [landscapeImageData](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)landscapeImageData)`\n ` \n Image data for the supplied landscape image for a card FIAM message. \n\n Declaration \n Objective-C \n\n @property (readonly, copy, nonatomic, nullable)\n ../Classes/FIRInAppMessagingImageData.html *landscapeImageData;\n\n- `\n ``\n ``\n `\n\n [displayBackgroundColor](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)displayBackgroundColor)`\n ` \n The background color for a card FIAM message. \n\n Declaration \n Objective-C \n\n @property (readonly, copy, nonatomic, nonnull) UIColor *displayBackgroundColor;\n\n- `\n ``\n ``\n `\n\n [primaryActionButton](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)primaryActionButton)`\n ` \n Metadata for a card FIAM message's primary action button. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic, nonnull)\n ../Classes/FIRInAppMessagingActionButton.html *primaryActionButton;\n\n- `\n ``\n ``\n `\n\n [primaryActionURL](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)primaryActionURL)`\n ` \n The action URL for a card FIAM message's primary action button. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic, nonnull) NSURL *primaryActionURL;\n\n- `\n ``\n ``\n `\n\n [secondaryActionButton](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)secondaryActionButton)`\n ` \n Metadata for a card FIAM message's secondary action button. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic, nullable)\n ../Classes/FIRInAppMessagingActionButton.html *secondaryActionButton;\n\n- `\n ``\n ``\n `\n\n [secondaryActionURL](#/c:objc(cs)FIRInAppMessagingCardDisplay(py)secondaryActionURL)`\n ` \n The action URL for a card FIAM message's secondary action button. \n\n Declaration \n Objective-C \n\n @property (readonly, nonatomic, nullable) NSURL *secondaryActionURL;\n\n- `\n ``\n ``\n `\n\n [-init](#/c:objc(cs)FIRInAppMessagingCardDisplay(im)init)`\n ` \n Unavailable. \n\n Declaration \n Objective-C \n\n - (nonnull instancetype)init;"]]