FirebaseInAppMessagingDisplay Framework Reference Stay organized with collections Save and categorize content based on your preferences.
Classes
The following classes are available globally.
Public class for displaying fiam messages. Most apps should not use it since its instancewould be instantiated upon SDK start-up automatically. It’s exposed in public interfaceto help UI Testing app access the UI layer directly.
Declaration
Objective-C
@interfaceFIRIAMDefaultDisplayImpl:NSObject<FIRInAppMessagingDisplay>
Contains the display information for an action button.
Declaration
Objective-C
@interfaceFIRInAppMessagingActionButton:NSObjectContain display data for an image for a fiam message.
Declaration
Objective-C
@interfaceFIRInAppMessagingImageData:NSObjectDefines the metadata for the campaign to which a FIAM message belongs.
Declaration
Objective-C
@interfaceFIRInAppMessagingCampaignInfo:NSObjectDefines the metadata for a FIAM action.
Declaration
Objective-C
@interfaceFIRInAppMessagingAction:NSObjectBase class representing a FIAM message to be displayed. Don’t create instanceof this class directly. Instantiate one of its subclasses instead.
Declaration
Objective-C
@interfaceFIRInAppMessagingDisplayMessage:NSObjectUndocumented
Declaration
Objective-C
@interfaceFIRInAppMessagingCardDisplay:FIRInAppMessagingDisplayMessageClass for defining a modal message for display.
Declaration
Objective-C
@interfaceFIRInAppMessagingModalDisplay:FIRInAppMessagingDisplayMessageClass for defining a banner message for display.
Declaration
Objective-C
@interfaceFIRInAppMessagingBannerDisplay:FIRInAppMessagingDisplayMessageClass for defining a image-only message for display.
Declaration
Objective-C
@interfaceFIRInAppMessagingImageOnlyDisplay:FIRInAppMessagingDisplayMessage
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2021-03-03 UTC.