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

    Objective-C

    enum FIRInAppMessagingDisplayMessageType : NSInteger {}
  • Represents how an in-app message should be triggered to appear. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Objective-C

    enum FIRInAppMessagingDisplayTriggerType : NSInteger {}
  • The way that an in-app message was dismissed. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Objective-C

    enum FIRInAppMessagingDismissType : NSInteger {}
  • Error code for an in-app message that failed to display. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Objective-C

    enum FIAMDisplayRenderErrorType : NSInteger {}