FirebaseInAppMessagingDisplay Framework Reference
Stay organized with collections
Save and categorize content based on your preferences.
FIRInAppMessagingDisplayTriggerType
enum FIRInAppMessagingDisplayTriggerType : Int
Represents how an in-app message should be triggered to appear.
-
Triggered on app foreground.
Declaration
Swift
case onAppForeground = 0
-
Triggered from an analytics event being fired.
Declaration
Swift
case onAnalyticsEvent = 1
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,["FIRInAppMessagingDisplayTriggerType \n\n enum FIRInAppMessagingDisplayTriggerType : Int\n\nRepresents how an in-app message should be triggered to appear.\n- `\n ``\n ``\n `\n\n [onAppForeground](#/c:@E@FIRInAppMessagingDisplayTriggerType@FIRInAppMessagingDisplayTriggerTypeOnAppForeground)`\n ` \n Triggered on app foreground. \n\n Declaration \n Swift \n\n case onAppForeground = 0\n\n- `\n ``\n ``\n `\n\n [onAnalyticsEvent](#/c:@E@FIRInAppMessagingDisplayTriggerType@FIRInAppMessagingDisplayTriggerTypeOnAnalyticsEvent)`\n ` \n Triggered from an analytics event being fired. \n\n Declaration \n Swift \n\n case onAnalyticsEvent = 1"]]