FUIBannerMessageViewSemantic

public enum FUIBannerMessageViewSemantic : Int

Semantic attribute of FUIBannerMessageView

  • Is used to indicate that the device is offline

    Declaration

    Swift

    case offline
  • Communicates neutral information of a lower importance

    Declaration

    Swift

    case neutral
  • Communicates neutral information of a higher importance

    Declaration

    Swift

    case informative
  • Indicates the success of a process

    Declaration

    Swift

    case positive
  • Shows a warning

    Declaration

    Swift

    case critical
  • Indicates an error or the failure of a process

    Declaration

    Swift

    case negative
  • Indicates the content is supported by AI

    Declaration

    Swift

    case aiNotice