DBTEAMLOGActionDetailsTag

Objective-C

enum DBTEAMLOGActionDetailsTag : NSInteger {}

Swift

@frozen enum DBTEAMLOGActionDetailsTag : Int, @unchecked Sendable

The DBTEAMLOGActionDetailsTag enum type represents the possible tag states with which the DBTEAMLOGActionDetails union can exist.

  • Define how the user was removed from the team.

    Declaration

    Objective-C

    DBTEAMLOGActionDetailsRemoveAction

    Swift

    case removeAction = 0
  • Additional information relevant when someone is invited to the team.

    Declaration

    Objective-C

    DBTEAMLOGActionDetailsTeamInviteDetails

    Swift

    case teamInviteDetails = 1
  • Additional information relevant when a new member joins the team.

    Declaration

    Objective-C

    DBTEAMLOGActionDetailsTeamJoinDetails

    Swift

    case teamJoinDetails = 2
  • (no description).

    Declaration

    Objective-C

    DBTEAMLOGActionDetailsOther

    Swift

    case other = 3