devsite/tools/jazzy/templates

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

    case imageDataInvalid = 0
  • Unexpected error.

    Declaration

    Swift

    case unspecifiedError = 1