DBTEAMGroupAccessTypeTag

Objective-C

enum DBTEAMGroupAccessTypeTag : NSInteger {}

Swift

@frozen enum DBTEAMGroupAccessTypeTag : Int, @unchecked Sendable

The DBTEAMGroupAccessTypeTag enum type represents the possible tag states with which the DBTEAMGroupAccessType union can exist.

  • User is a member of the group, but has no special permissions.

    Declaration

    Objective-C

    DBTEAMGroupAccessTypeMember

    Swift

    case member = 0
  • User can rename the group, and add/remove members.

    Declaration

    Objective-C

    DBTEAMGroupAccessTypeOwner

    Swift

    case owner = 1