AlertBannerLevel

public enum AlertBannerLevel

Pass this when presenting an error to define the color and log level of a message

  • Error

    Declaration

    Swift

    case error
  • Warning

    Declaration

    Swift

    case warning
  • Success

    Declaration

    Swift

    case success