HandicapEnabledMode

public enum HandicapEnabledMode : String

This enum defines several modes which describe whether all features need to be enabled to set the Handicap‘s status to enabled or only one of them.

  • The Handicap‘s status is enabled if one of its features is currently set to enabled.

    Declaration

    Swift

    case oneFeatureEnabled
  • The Handicap‘s status is enabled if all its features are currently set to enabled.

    Declaration

    Swift

    case allFeaturesEnabled