FirebaseInAppMessagingDisplay Framework Reference

FIAMDisplayRenderErrorType

enum FIAMDisplayRenderErrorType : Int

Error code for an in-app message that failed to display.

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

    Declaration

    Swift

    case imageDataInvalid = 0
  • Unexpected error.

    Declaration

    Swift

    case unspecifiedError = 1