DBTEAMRevokeDeviceSessionArgTag
Objective-C
enum DBTEAMRevokeDeviceSessionArgTag : NSInteger {}
Swift
@frozen enum DBTEAMRevokeDeviceSessionArgTag : Int, @unchecked Sendable
The DBTEAMRevokeDeviceSessionArgTag
enum type represents the possible tag
states with which the DBTEAMRevokeDeviceSessionArg
union can exist.
-
End an active session.
Declaration
Objective-C
DBTEAMRevokeDeviceSessionArgWebSession
Swift
case webSession = 0
-
Unlink a linked desktop device.
Declaration
Objective-C
DBTEAMRevokeDeviceSessionArgDesktopClient
Swift
case desktopClient = 1
-
Unlink a linked mobile device.
Declaration
Objective-C
DBTEAMRevokeDeviceSessionArgMobileClient
Swift
case mobileClient = 2