InAppMessageType

@objc(SFMCSdkInAppMessageType)
public enum InAppMessageType : Int
  • Represents an unsupported or unrecognized message type.

    Declaration

    Swift

    case unknown = -1
  • Declaration

    Swift

    case bannerTop = 0
  • Declaration

    Swift

    case bannerBottom
  • Declaration

    Swift

    case fullImageFill
  • Declaration

    Swift

    case full
  • Declaration

    Swift

    case modal
  • Declaration

    Swift

    case pushPrimer