State

public enum State

State represents state options for NatRating component (input).

These are all states allowed for a NatRating:

  • enabled (default)
  • disabled

Note

state configuration apply only to input style NatRatings. This attribute must be set with a configure(state:) method.

  • Undocumented

    Declaration

    Swift

    case enabled
  • Undocumented

    Declaration

    Swift

    case disabled