GroupType

public enum GroupType : BoxEnum

The type of the group.

  • Undocumented

    Declaration

    Swift

    case managedGroup
  • Undocumented

    Declaration

    Swift

    case allUsersGroup
  • Custom value not yet implemented in this SDK.

    Declaration

    Swift

    case customValue(String)
  • Declaration

    Swift

    public init(_ value: String)
  • Declaration

    Swift

    public var description: String { get }