TeamCommon

API Object

  • The GroupManagementType union.

    The group type determines how a group is managed.

    This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

    See more

    Declaration

    Objective-C

    @interface DBTEAMCOMMONGroupManagementType
        : NSObject <DBSerializable, NSCopying>

    Swift

    class DBTEAMCOMMONGroupManagementType : NSObject, DBSerializable, NSCopying
  • The GroupSummary struct.

    Information about a group.

    This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

    See more

    Declaration

    Objective-C

    @interface DBTEAMCOMMONGroupSummary : NSObject <DBSerializable, NSCopying>

    Swift

    class DBTEAMCOMMONGroupSummary : NSObject, DBSerializable, NSCopying
  • The GroupType union.

    The group type determines how a group is created and managed.

    This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

    See more

    Declaration

    Objective-C

    @interface DBTEAMCOMMONGroupType : NSObject <DBSerializable, NSCopying>

    Swift

    class DBTEAMCOMMONGroupType : NSObject, DBSerializable, NSCopying
  • The MemberSpaceLimitType union.

    The type of the space limit imposed on a team member.

    This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

    See more

    Declaration

    Objective-C

    @interface DBTEAMCOMMONMemberSpaceLimitType
        : NSObject <DBSerializable, NSCopying>

    Swift

    class DBTEAMCOMMONMemberSpaceLimitType : NSObject, DBSerializable, NSCopying
  • The TimeRange struct.

    Time range.

    This class implements the DBSerializable protocol (serialize and deserialize instance methods), which is required for all Obj-C SDK API route objects.

    See more

    Declaration

    Objective-C

    @interface DBTEAMCOMMONTimeRange : NSObject <DBSerializable, NSCopying>

    Swift

    class DBTEAMCOMMONTimeRange : NSObject, DBSerializable, NSCopying