TermsOfServiceType

public enum TermsOfServiceType : BoxEnum

Specifies whether the ToS is managed by an enterprise or external to an enterprise.

  • The ToS is allowed to be accepted/rejected by managed users.

    Declaration

    Swift

    case managed
  • The ToS is allowed to be accepted/rejected by external users.

    Declaration

    Swift

    case external
  • Custom value for enum values not yet implemented in the SDK

    Declaration

    Swift

    case customValue(String)
  • Initializer.

    Declaration

    Swift

    public init(_ value: String)

    Parameters

    value

    String representation of managed/external indicator flag for ToS.

  • String representation of scope of the ToS to the end users.

    Declaration

    Swift

    public var description: String { get }