FirebaseInAppMessaging Framework Reference

Enumerations

The following enumerations are available globally.

  • The type and UI style of an in-app message. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Swift

    enum FIRInAppMessagingDisplayMessageType : Int, @unchecked Sendable
  • Represents how an in-app message should be triggered to appear. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Swift

    enum FIRInAppMessagingDisplayTriggerType : Int, @unchecked Sendable
  • The way that an in-app message was dismissed. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Swift

    enum FIRInAppMessagingDismissType : Int, @unchecked Sendable
  • Error code for an in-app message that failed to display. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Swift

    enum FIAMDisplayRenderErrorType : Int, @unchecked Sendable