FirebaseInAppMessaging Framework Reference

Protocols

The following protocols are available globally.

  • A protocol defining those callbacks to be triggered by the message display component under appropriate conditions. This protocol is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Objective-C

    @protocol FIRInAppMessagingDisplayDelegate <NSObject>
  • The protocol that a FIAM display component must implement. This protocol is unavailable on macOS, macOS Catalyst, and watchOS.

    Declaration

    Objective-C

    @protocol FIRInAppMessagingDisplay