FirebaseInAppMessaging Framework Reference

_ErrorType

typealias InAppMessagingDisplayRenderError.Code._ErrorType = InAppMessagingDisplayRenderError

Error code for an in-app message that failed to display. This enum is unavailable on macOS, macOS Catalyst, and watchOS.

  • The image data for this in-app message is invalid.

    Declaration

    Swift

    static var imageDataInvalid: InAppMessagingDisplayRenderError.Code { get }
  • Unexpected error.

    Declaration

    Swift

    static var unspecifiedError: InAppMessagingDisplayRenderError.Code { get }