DBTEAMLOGEventType
Objective-C
@interface DBTEAMLOGEventType : NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGEventType : NSObject, DBSerializable, NSCopying
The EventType
union.
The type of the event with description.
This class implements the DBSerializable
protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
Represents the union’s current tag state.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEventTypeTag tag;
Swift
var tag: DBTEAMLOGEventTypeTag { get }
-
(admin_alerting) Changed an alert state - note: Ensure the
isAdminAlertingAlertStateChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingAlertStateChangedType *_Nonnull adminAlertingAlertStateChanged;
Swift
var adminAlertingAlertStateChanged: DBTEAMLOGAdminAlertingAlertStateChangedType { get }
-
(admin_alerting) Changed an alert setting - note: Ensure the
isAdminAlertingChangedAlertConfig
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingChangedAlertConfigType *_Nonnull adminAlertingChangedAlertConfig;
Swift
var adminAlertingChangedAlertConfig: DBTEAMLOGAdminAlertingChangedAlertConfigType { get }
-
(admin_alerting) Triggered security alert - note: Ensure the
isAdminAlertingTriggeredAlert
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminAlertingTriggeredAlertType *_Nonnull adminAlertingTriggeredAlert;
Swift
var adminAlertingTriggeredAlert: DBTEAMLOGAdminAlertingTriggeredAlertType { get }
-
(apps) Failed to connect app for member - note: Ensure the
isAppBlockedByPermissions
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppBlockedByPermissionsType *_Nonnull appBlockedByPermissions;
Swift
var appBlockedByPermissions: DBTEAMLOGAppBlockedByPermissionsType { get }
-
(apps) Linked app for team - note: Ensure the
isAppLinkTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppLinkTeamType *_Nonnull appLinkTeam;
Swift
var appLinkTeam: DBTEAMLOGAppLinkTeamType { get }
-
(apps) Linked app for member - note: Ensure the
isAppLinkUser
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppLinkUserType *_Nonnull appLinkUser;
Swift
var appLinkUser: DBTEAMLOGAppLinkUserType { get }
-
(apps) Unlinked app for team - note: Ensure the
isAppUnlinkTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppUnlinkTeamType *_Nonnull appUnlinkTeam;
Swift
var appUnlinkTeam: DBTEAMLOGAppUnlinkTeamType { get }
-
(apps) Unlinked app for member - note: Ensure the
isAppUnlinkUser
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppUnlinkUserType *_Nonnull appUnlinkUser;
Swift
var appUnlinkUser: DBTEAMLOGAppUnlinkUserType { get }
-
(apps) Connected integration for member - note: Ensure the
isIntegrationConnected
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationConnectedType *_Nonnull integrationConnected;
Swift
var integrationConnected: DBTEAMLOGIntegrationConnectedType { get }
-
(apps) Disconnected integration for member - note: Ensure the
isIntegrationDisconnected
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationDisconnectedType *_Nonnull integrationDisconnected;
Swift
var integrationDisconnected: DBTEAMLOGIntegrationDisconnectedType { get }
-
(comments) Added file comment - note: Ensure the
isFileAddComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileAddCommentType *_Nonnull fileAddComment;
Swift
var fileAddComment: DBTEAMLOGFileAddCommentType { get }
-
(comments) Subscribed to or unsubscribed from comment notifications for file
Note
Ensure theisFileChangeCommentSubscription
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileChangeCommentSubscriptionType *_Nonnull fileChangeCommentSubscription;
Swift
var fileChangeCommentSubscription: DBTEAMLOGFileChangeCommentSubscriptionType { get }
-
(comments) Deleted file comment - note: Ensure the
isFileDeleteComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDeleteCommentType *_Nonnull fileDeleteComment;
Swift
var fileDeleteComment: DBTEAMLOGFileDeleteCommentType { get }
-
(comments) Edited file comment - note: Ensure the
isFileEditComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileEditCommentType *_Nonnull fileEditComment;
Swift
var fileEditComment: DBTEAMLOGFileEditCommentType { get }
-
(comments) Liked file comment (deprecated, no longer logged) - note: Ensure the
isFileLikeComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLikeCommentType *_Nonnull fileLikeComment;
Swift
var fileLikeComment: DBTEAMLOGFileLikeCommentType { get }
-
(comments) Resolved file comment - note: Ensure the
isFileResolveComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileResolveCommentType *_Nonnull fileResolveComment;
Swift
var fileResolveComment: DBTEAMLOGFileResolveCommentType { get }
-
(comments) Unliked file comment (deprecated, no longer logged) - note: Ensure the
isFileUnlikeComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileUnlikeCommentType *_Nonnull fileUnlikeComment;
Swift
var fileUnlikeComment: DBTEAMLOGFileUnlikeCommentType { get }
-
(comments) Unresolved file comment - note: Ensure the
isFileUnresolveComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileUnresolveCommentType *_Nonnull fileUnresolveComment;
Swift
var fileUnresolveComment: DBTEAMLOGFileUnresolveCommentType { get }
-
(data_governance) Added folders to policy - note: Ensure the
isGovernancePolicyAddFolders
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyAddFoldersType *_Nonnull governancePolicyAddFolders;
Swift
var governancePolicyAddFolders: DBTEAMLOGGovernancePolicyAddFoldersType { get }
-
(data_governance) Couldn’t add a folder to a policy - note: Ensure the
isGovernancePolicyAddFolderFailed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyAddFolderFailedType *_Nonnull governancePolicyAddFolderFailed;
Swift
var governancePolicyAddFolderFailed: DBTEAMLOGGovernancePolicyAddFolderFailedType { get }
-
(data_governance) Content disposed - note: Ensure the
isGovernancePolicyContentDisposed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyContentDisposedType *_Nonnull governancePolicyContentDisposed;
Swift
var governancePolicyContentDisposed: DBTEAMLOGGovernancePolicyContentDisposedType { get }
-
(data_governance) Activated a new policy - note: Ensure the
isGovernancePolicyCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyCreateType *_Nonnull governancePolicyCreate;
Swift
var governancePolicyCreate: DBTEAMLOGGovernancePolicyCreateType { get }
-
(data_governance) Deleted a policy - note: Ensure the
isGovernancePolicyDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyDeleteType *_Nonnull governancePolicyDelete;
Swift
var governancePolicyDelete: DBTEAMLOGGovernancePolicyDeleteType { get }
-
(data_governance) Edited policy - note: Ensure the
isGovernancePolicyEditDetails
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyEditDetailsType *_Nonnull governancePolicyEditDetails;
Swift
var governancePolicyEditDetails: DBTEAMLOGGovernancePolicyEditDetailsType { get }
-
(data_governance) Changed policy duration - note: Ensure the
isGovernancePolicyEditDuration
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyEditDurationType *_Nonnull governancePolicyEditDuration;
Swift
var governancePolicyEditDuration: DBTEAMLOGGovernancePolicyEditDurationType { get }
-
(data_governance) Created a policy download - note: Ensure the
isGovernancePolicyExportCreated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyExportCreatedType *_Nonnull governancePolicyExportCreated;
Swift
var governancePolicyExportCreated: DBTEAMLOGGovernancePolicyExportCreatedType { get }
-
(data_governance) Removed a policy download - note: Ensure the
isGovernancePolicyExportRemoved
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyExportRemovedType *_Nonnull governancePolicyExportRemoved;
Swift
var governancePolicyExportRemoved: DBTEAMLOGGovernancePolicyExportRemovedType { get }
-
(data_governance) Removed folders from policy - note: Ensure the
isGovernancePolicyRemoveFolders
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyRemoveFoldersType *_Nonnull governancePolicyRemoveFolders;
Swift
var governancePolicyRemoveFolders: DBTEAMLOGGovernancePolicyRemoveFoldersType { get }
-
(data_governance) Created a summary report for a policy - note: Ensure the
isGovernancePolicyReportCreated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyReportCreatedType *_Nonnull governancePolicyReportCreated;
Swift
var governancePolicyReportCreated: DBTEAMLOGGovernancePolicyReportCreatedType { get }
-
(data_governance) Downloaded content from a policy - note: Ensure the
isGovernancePolicyZipPartDownloaded
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGovernancePolicyZipPartDownloadedType *_Nonnull governancePolicyZipPartDownloaded;
Swift
var governancePolicyZipPartDownloaded: DBTEAMLOGGovernancePolicyZipPartDownloadedType { get }
-
(data_governance) Activated a hold - note: Ensure the
isLegalHoldsActivateAHold
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsActivateAHoldType *_Nonnull legalHoldsActivateAHold;
Swift
var legalHoldsActivateAHold: DBTEAMLOGLegalHoldsActivateAHoldType { get }
-
(data_governance) Added members to a hold - note: Ensure the
isLegalHoldsAddMembers
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsAddMembersType *_Nonnull legalHoldsAddMembers;
Swift
var legalHoldsAddMembers: DBTEAMLOGLegalHoldsAddMembersType { get }
-
(data_governance) Edited details for a hold - note: Ensure the
isLegalHoldsChangeHoldDetails
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsChangeHoldDetailsType *_Nonnull legalHoldsChangeHoldDetails;
Swift
var legalHoldsChangeHoldDetails: DBTEAMLOGLegalHoldsChangeHoldDetailsType { get }
-
(data_governance) Renamed a hold - note: Ensure the
isLegalHoldsChangeHoldName
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsChangeHoldNameType *_Nonnull legalHoldsChangeHoldName;
Swift
var legalHoldsChangeHoldName: DBTEAMLOGLegalHoldsChangeHoldNameType { get }
-
(data_governance) Exported hold - note: Ensure the
isLegalHoldsExportAHold
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportAHoldType *_Nonnull legalHoldsExportAHold;
Swift
var legalHoldsExportAHold: DBTEAMLOGLegalHoldsExportAHoldType { get }
-
(data_governance) Canceled export for a hold - note: Ensure the
isLegalHoldsExportCancelled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportCancelledType *_Nonnull legalHoldsExportCancelled;
Swift
var legalHoldsExportCancelled: DBTEAMLOGLegalHoldsExportCancelledType { get }
-
(data_governance) Downloaded export for a hold - note: Ensure the
isLegalHoldsExportDownloaded
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportDownloadedType *_Nonnull legalHoldsExportDownloaded;
Swift
var legalHoldsExportDownloaded: DBTEAMLOGLegalHoldsExportDownloadedType { get }
-
(data_governance) Removed export for a hold - note: Ensure the
isLegalHoldsExportRemoved
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsExportRemovedType *_Nonnull legalHoldsExportRemoved;
Swift
var legalHoldsExportRemoved: DBTEAMLOGLegalHoldsExportRemovedType { get }
-
(data_governance) Released a hold - note: Ensure the
isLegalHoldsReleaseAHold
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsReleaseAHoldType *_Nonnull legalHoldsReleaseAHold;
Swift
var legalHoldsReleaseAHold: DBTEAMLOGLegalHoldsReleaseAHoldType { get }
-
(data_governance) Removed members from a hold - note: Ensure the
isLegalHoldsRemoveMembers
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsRemoveMembersType *_Nonnull legalHoldsRemoveMembers;
Swift
var legalHoldsRemoveMembers: DBTEAMLOGLegalHoldsRemoveMembersType { get }
-
(data_governance) Created a summary report for a hold - note: Ensure the
isLegalHoldsReportAHold
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLegalHoldsReportAHoldType *_Nonnull legalHoldsReportAHold;
Swift
var legalHoldsReportAHold: DBTEAMLOGLegalHoldsReportAHoldType { get }
-
(devices) Changed IP address associated with active desktop session @note Ensure the
isDeviceChangeIpDesktop
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpDesktopType *_Nonnull deviceChangeIpDesktop;
Swift
var deviceChangeIpDesktop: DBTEAMLOGDeviceChangeIpDesktopType { get }
-
(devices) Changed IP address associated with active mobile session @note Ensure the
isDeviceChangeIpMobile
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpMobileType *_Nonnull deviceChangeIpMobile;
Swift
var deviceChangeIpMobile: DBTEAMLOGDeviceChangeIpMobileType { get }
-
(devices) Changed IP address associated with active web session - note: Ensure the
isDeviceChangeIpWeb
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceChangeIpWebType *_Nonnull deviceChangeIpWeb;
Swift
var deviceChangeIpWeb: DBTEAMLOGDeviceChangeIpWebType { get }
-
(devices) Failed to delete all files from unlinked device - note: Ensure the
isDeviceDeleteOnUnlinkFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceDeleteOnUnlinkFailType *_Nonnull deviceDeleteOnUnlinkFail;
Swift
var deviceDeleteOnUnlinkFail: DBTEAMLOGDeviceDeleteOnUnlinkFailType { get }
-
(devices) Deleted all files from unlinked device - note: Ensure the
isDeviceDeleteOnUnlinkSuccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceDeleteOnUnlinkSuccessType *_Nonnull deviceDeleteOnUnlinkSuccess;
Swift
var deviceDeleteOnUnlinkSuccess: DBTEAMLOGDeviceDeleteOnUnlinkSuccessType { get }
-
(devices) Failed to link device - note: Ensure the
isDeviceLinkFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceLinkFailType *_Nonnull deviceLinkFail;
Swift
var deviceLinkFail: DBTEAMLOGDeviceLinkFailType { get }
-
(devices) Linked device - note: Ensure the
isDeviceLinkSuccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceLinkSuccessType *_Nonnull deviceLinkSuccess;
Swift
var deviceLinkSuccess: DBTEAMLOGDeviceLinkSuccessType { get }
-
(devices) Disabled device management (deprecated, no longer logged) @note Ensure the
isDeviceManagementDisabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceManagementDisabledType *_Nonnull deviceManagementDisabled;
Swift
var deviceManagementDisabled: DBTEAMLOGDeviceManagementDisabledType { get }
-
(devices) Enabled device management (deprecated, no longer logged) @note Ensure the
isDeviceManagementEnabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceManagementEnabledType *_Nonnull deviceManagementEnabled;
Swift
var deviceManagementEnabled: DBTEAMLOGDeviceManagementEnabledType { get }
-
(devices) Enabled/disabled backup for computer - note: Ensure the
isDeviceSyncBackupStatusChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceSyncBackupStatusChangedType *_Nonnull deviceSyncBackupStatusChanged;
Swift
var deviceSyncBackupStatusChanged: DBTEAMLOGDeviceSyncBackupStatusChangedType { get }
-
(devices) Disconnected device - note: Ensure the
isDeviceUnlink
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceUnlinkType *_Nonnull deviceUnlink;
Swift
var deviceUnlink: DBTEAMLOGDeviceUnlinkType { get }
-
(devices) Exported passwords - note: Ensure the
isDropboxPasswordsExported
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsExportedType *_Nonnull dropboxPasswordsExported;
Swift
var dropboxPasswordsExported: DBTEAMLOGDropboxPasswordsExportedType { get }
-
(devices) Enrolled new Dropbox Passwords device - note: Ensure the
isDropboxPasswordsNewDeviceEnrolled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType *_Nonnull dropboxPasswordsNewDeviceEnrolled;
Swift
var dropboxPasswordsNewDeviceEnrolled: DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType { get }
-
(devices) Refreshed auth token used for setting up EMM - note: Ensure the
isEmmRefreshAuthToken
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmRefreshAuthTokenType *_Nonnull emmRefreshAuthToken;
Swift
var emmRefreshAuthToken: DBTEAMLOGEmmRefreshAuthTokenType { get }
-
(devices) Checked external drive backup eligibility status - note: Ensure the
isExternalDriveBackupEligibilityStatusChecked
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType *_Nonnull externalDriveBackupEligibilityStatusChecked;
Swift
var externalDriveBackupEligibilityStatusChecked: DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType { get }
-
(devices) Modified external drive backup - note: Ensure the
isExternalDriveBackupStatusChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupStatusChangedType *_Nonnull externalDriveBackupStatusChanged;
Swift
var externalDriveBackupStatusChanged: DBTEAMLOGExternalDriveBackupStatusChangedType { get }
-
(domains) Granted/revoked option to enable account capture on team domains
Note
Ensure theisAccountCaptureChangeAvailability
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureChangeAvailabilityType *_Nonnull accountCaptureChangeAvailability;
Swift
var accountCaptureChangeAvailability: DBTEAMLOGAccountCaptureChangeAvailabilityType { get }
-
(domains) Account-captured user migrated account to team - note: Ensure the
isAccountCaptureMigrateAccount
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureMigrateAccountType *_Nonnull accountCaptureMigrateAccount;
Swift
var accountCaptureMigrateAccount: DBTEAMLOGAccountCaptureMigrateAccountType { get }
-
(domains) Sent account capture email to all unmanaged members - note: Ensure the
isAccountCaptureNotificationEmailsSent
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureNotificationEmailsSentType *_Nonnull accountCaptureNotificationEmailsSent;
Swift
var accountCaptureNotificationEmailsSent: DBTEAMLOGAccountCaptureNotificationEmailsSentType { get }
-
(domains) Account-captured user changed account email to personal email
Note
Ensure theisAccountCaptureRelinquishAccount
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureRelinquishAccountType *_Nonnull accountCaptureRelinquishAccount;
Swift
var accountCaptureRelinquishAccount: DBTEAMLOGAccountCaptureRelinquishAccountType { get }
-
(domains) Disabled domain invites (deprecated, no longer logged) @note Ensure the
isDisabledDomainInvites
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDisabledDomainInvitesType *_Nonnull disabledDomainInvites;
Swift
var disabledDomainInvites: DBTEAMLOGDisabledDomainInvitesType { get }
-
(domains) Approved user’s request to join team - note: Ensure the
isDomainInvitesApproveRequestToJoinTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType *_Nonnull domainInvitesApproveRequestToJoinTeam;
Swift
var domainInvitesApproveRequestToJoinTeam: DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType { get }
-
(domains) Declined user’s request to join team - note: Ensure the
isDomainInvitesDeclineRequestToJoinTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType *_Nonnull domainInvitesDeclineRequestToJoinTeam;
Swift
var domainInvitesDeclineRequestToJoinTeam: DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType { get }
-
(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged) - note: Ensure the
isDomainInvitesEmailExistingUsers
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesEmailExistingUsersType *_Nonnull domainInvitesEmailExistingUsers;
Swift
var domainInvitesEmailExistingUsers: DBTEAMLOGDomainInvitesEmailExistingUsersType { get }
-
(domains) Requested to join team - note: Ensure the
isDomainInvitesRequestToJoinTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesRequestToJoinTeamType *_Nonnull domainInvitesRequestToJoinTeam;
Swift
var domainInvitesRequestToJoinTeam: DBTEAMLOGDomainInvitesRequestToJoinTeamType { get }
-
(domains) Disabled “Automatically invite new users” (deprecated, no longer logged) - note: Ensure the
isDomainInvitesSetInviteNewUserPrefToNo
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType *_Nonnull domainInvitesSetInviteNewUserPrefToNo;
Swift
var domainInvitesSetInviteNewUserPrefToNo: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType { get }
-
(domains) Enabled “Automatically invite new users” (deprecated, no longer logged) - note: Ensure the
isDomainInvitesSetInviteNewUserPrefToYes
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType *_Nonnull domainInvitesSetInviteNewUserPrefToYes;
Swift
var domainInvitesSetInviteNewUserPrefToYes: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType { get }
-
(domains) Failed to verify team domain - note: Ensure the
isDomainVerificationAddDomainFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationAddDomainFailType *_Nonnull domainVerificationAddDomainFail;
Swift
var domainVerificationAddDomainFail: DBTEAMLOGDomainVerificationAddDomainFailType { get }
-
(domains) Verified team domain - note: Ensure the
isDomainVerificationAddDomainSuccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationAddDomainSuccessType *_Nonnull domainVerificationAddDomainSuccess;
Swift
var domainVerificationAddDomainSuccess: DBTEAMLOGDomainVerificationAddDomainSuccessType { get }
-
(domains) Removed domain from list of verified team domains - note: Ensure the
isDomainVerificationRemoveDomain
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDomainVerificationRemoveDomainType *_Nonnull domainVerificationRemoveDomain;
Swift
var domainVerificationRemoveDomain: DBTEAMLOGDomainVerificationRemoveDomainType { get }
-
(domains) Enabled domain invites (deprecated, no longer logged) - note: Ensure the
isEnabledDomainInvites
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEnabledDomainInvitesType *_Nonnull enabledDomainInvites;
Swift
var enabledDomainInvites: DBTEAMLOGEnabledDomainInvitesType { get }
-
(file_operations) Applied naming convention - note: Ensure the
isApplyNamingConvention
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGApplyNamingConventionType *_Nonnull applyNamingConvention;
Swift
var applyNamingConvention: DBTEAMLOGApplyNamingConventionType { get }
-
(file_operations) Created folders (deprecated, no longer logged) @note Ensure the
isCreateFolder
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCreateFolderType *_Nonnull createFolder;
Swift
var createFolder: DBTEAMLOGCreateFolderType { get }
-
(file_operations) Added files and/or folders - note: Ensure the
isFileAdd
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileAddType *_Nonnull fileAdd;
Swift
var fileAdd: DBTEAMLOGFileAddType { get }
-
(file_operations) Copied files and/or folders - note: Ensure the
isFileCopy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileCopyType *_Nonnull fileCopy;
Swift
var fileCopy: DBTEAMLOGFileCopyType { get }
-
(file_operations) Deleted files and/or folders - note: Ensure the
isFileDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDeleteType *_Nonnull fileDelete;
Swift
var fileDelete: DBTEAMLOGFileDeleteType { get }
-
(file_operations) Downloaded files and/or folders - note: Ensure the
isFileDownload
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileDownloadType *_Nonnull fileDownload;
Swift
var fileDownload: DBTEAMLOGFileDownloadType { get }
-
(file_operations) Edited files - note: Ensure the
isFileEdit
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileEditType *_Nonnull fileEdit;
Swift
var fileEdit: DBTEAMLOGFileEditType { get }
-
(file_operations) Created copy reference to file/folder - note: Ensure the
isFileGetCopyReference
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileGetCopyReferenceType *_Nonnull fileGetCopyReference;
Swift
var fileGetCopyReference: DBTEAMLOGFileGetCopyReferenceType { get }
-
(file_operations) Locked/unlocked editing for a file - note: Ensure the
isFileLockingLockStatusChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLockingLockStatusChangedType *_Nonnull fileLockingLockStatusChanged;
Swift
var fileLockingLockStatusChanged: DBTEAMLOGFileLockingLockStatusChangedType { get }
-
(file_operations) Moved files and/or folders - note: Ensure the
isFileMove
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileMoveType *_Nonnull fileMove;
Swift
var fileMove: DBTEAMLOGFileMoveType { get }
-
(file_operations) Permanently deleted files and/or folders - note: Ensure the
isFilePermanentlyDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFilePermanentlyDeleteType *_Nonnull filePermanentlyDelete;
Swift
var filePermanentlyDelete: DBTEAMLOGFilePermanentlyDeleteType { get }
-
(file_operations) Previewed files and/or folders - note: Ensure the
isFilePreview
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFilePreviewType *_Nonnull filePreview;
Swift
var filePreview: DBTEAMLOGFilePreviewType { get }
-
(file_operations) Renamed files and/or folders - note: Ensure the
isFileRename
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRenameType *_Nonnull fileRename;
Swift
var fileRename: DBTEAMLOGFileRenameType { get }
-
(file_operations) Restored deleted files and/or folders - note: Ensure the
isFileRestore
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRestoreType *_Nonnull fileRestore;
Swift
var fileRestore: DBTEAMLOGFileRestoreType { get }
-
(file_operations) Reverted files to previous version - note: Ensure the
isFileRevert
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRevertType *_Nonnull fileRevert;
Swift
var fileRevert: DBTEAMLOGFileRevertType { get }
-
(file_operations) Rolled back file actions - note: Ensure the
isFileRollbackChanges
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRollbackChangesType *_Nonnull fileRollbackChanges;
Swift
var fileRollbackChanges: DBTEAMLOGFileRollbackChangesType { get }
-
(file_operations) Saved file/folder using copy reference - note: Ensure the
isFileSaveCopyReference
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileSaveCopyReferenceType *_Nonnull fileSaveCopyReference;
Swift
var fileSaveCopyReference: DBTEAMLOGFileSaveCopyReferenceType { get }
-
(file_operations) Updated folder overview - note: Ensure the
isFolderOverviewDescriptionChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewDescriptionChangedType *_Nonnull folderOverviewDescriptionChanged;
Swift
var folderOverviewDescriptionChanged: DBTEAMLOGFolderOverviewDescriptionChangedType { get }
-
(file_operations) Pinned item to folder overview - note: Ensure the
isFolderOverviewItemPinned
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewItemPinnedType *_Nonnull folderOverviewItemPinned;
Swift
var folderOverviewItemPinned: DBTEAMLOGFolderOverviewItemPinnedType { get }
-
(file_operations) Unpinned item from folder overview - note: Ensure the
isFolderOverviewItemUnpinned
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderOverviewItemUnpinnedType *_Nonnull folderOverviewItemUnpinned;
Swift
var folderOverviewItemUnpinned: DBTEAMLOGFolderOverviewItemUnpinnedType { get }
-
(file_operations) Added a label - note: Ensure the
isObjectLabelAdded
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelAddedType *_Nonnull objectLabelAdded;
Swift
var objectLabelAdded: DBTEAMLOGObjectLabelAddedType { get }
-
(file_operations) Removed a label - note: Ensure the
isObjectLabelRemoved
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelRemovedType *_Nonnull objectLabelRemoved;
Swift
var objectLabelRemoved: DBTEAMLOGObjectLabelRemovedType { get }
-
(file_operations) Updated a label’s value - note: Ensure the
isObjectLabelUpdatedValue
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGObjectLabelUpdatedValueType *_Nonnull objectLabelUpdatedValue;
Swift
var objectLabelUpdatedValue: DBTEAMLOGObjectLabelUpdatedValueType { get }
-
(file_operations) Organized a folder with multi-file organize - note: Ensure the
isOrganizeFolderWithTidy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOrganizeFolderWithTidyType *_Nonnull organizeFolderWithTidy;
Swift
var organizeFolderWithTidy: DBTEAMLOGOrganizeFolderWithTidyType { get }
-
(file_operations) Rewound a folder - note: Ensure the
isRewindFolder
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGRewindFolderType *_Nonnull rewindFolder;
Swift
var rewindFolder: DBTEAMLOGRewindFolderType { get }
-
(file_operations) Reverted naming convention - note: Ensure the
isUndoNamingConvention
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUndoNamingConventionType *_Nonnull undoNamingConvention;
Swift
var undoNamingConvention: DBTEAMLOGUndoNamingConventionType { get }
-
(file_operations) Removed multi-file organize - note: Ensure the
isUndoOrganizeFolderWithTidy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUndoOrganizeFolderWithTidyType *_Nonnull undoOrganizeFolderWithTidy;
Swift
var undoOrganizeFolderWithTidy: DBTEAMLOGUndoOrganizeFolderWithTidyType { get }
-
(file_operations) Tagged a file - note: Ensure the
isUserTagsAdded
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUserTagsAddedType *_Nonnull userTagsAdded;
Swift
var userTagsAdded: DBTEAMLOGUserTagsAddedType { get }
-
(file_operations) Removed tags - note: Ensure the
isUserTagsRemoved
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGUserTagsRemovedType *_Nonnull userTagsRemoved;
Swift
var userTagsRemoved: DBTEAMLOGUserTagsRemovedType { get }
-
(file_requests) Received files via Email to Dropbox - note: Ensure the
isEmailIngestReceiveFile
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmailIngestReceiveFileType *_Nonnull emailIngestReceiveFile;
Swift
var emailIngestReceiveFile: DBTEAMLOGEmailIngestReceiveFileType { get }
-
(file_requests) Changed file request - note: Ensure the
isFileRequestChange
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestChangeType *_Nonnull fileRequestChange;
Swift
var fileRequestChange: DBTEAMLOGFileRequestChangeType { get }
-
(file_requests) Closed file request - note: Ensure the
isFileRequestClose
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestCloseType *_Nonnull fileRequestClose;
Swift
var fileRequestClose: DBTEAMLOGFileRequestCloseType { get }
-
(file_requests) Created file request - note: Ensure the
isFileRequestCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestCreateType *_Nonnull fileRequestCreate;
Swift
var fileRequestCreate: DBTEAMLOGFileRequestCreateType { get }
-
(file_requests) Delete file request - note: Ensure the
isFileRequestDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestDeleteType *_Nonnull fileRequestDelete;
Swift
var fileRequestDelete: DBTEAMLOGFileRequestDeleteType { get }
-
(file_requests) Received files for file request - note: Ensure the
isFileRequestReceiveFile
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestReceiveFileType *_Nonnull fileRequestReceiveFile;
Swift
var fileRequestReceiveFile: DBTEAMLOGFileRequestReceiveFileType { get }
-
(groups) Added external ID for group - note: Ensure the
isGroupAddExternalId
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupAddExternalIdType *_Nonnull groupAddExternalId;
Swift
var groupAddExternalId: DBTEAMLOGGroupAddExternalIdType { get }
-
(groups) Added team members to group - note: Ensure the
isGroupAddMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupAddMemberType *_Nonnull groupAddMember;
Swift
var groupAddMember: DBTEAMLOGGroupAddMemberType { get }
-
(groups) Changed external ID for group - note: Ensure the
isGroupChangeExternalId
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeExternalIdType *_Nonnull groupChangeExternalId;
Swift
var groupChangeExternalId: DBTEAMLOGGroupChangeExternalIdType { get }
-
(groups) Changed group management type - note: Ensure the
isGroupChangeManagementType
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeManagementTypeType *_Nonnull groupChangeManagementType;
Swift
var groupChangeManagementType: DBTEAMLOGGroupChangeManagementTypeType { get }
-
(groups) Changed manager permissions of group member - note: Ensure the
isGroupChangeMemberRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupChangeMemberRoleType *_Nonnull groupChangeMemberRole;
Swift
var groupChangeMemberRole: DBTEAMLOGGroupChangeMemberRoleType { get }
-
(groups) Created group - note: Ensure the
isGroupCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupCreateType *_Nonnull groupCreate;
Swift
var groupCreate: DBTEAMLOGGroupCreateType { get }
-
(groups) Deleted group - note: Ensure the
isGroupDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupDeleteType *_Nonnull groupDelete;
Swift
var groupDelete: DBTEAMLOGGroupDeleteType { get }
-
(groups) Updated group (deprecated, no longer logged) - note: Ensure the
isGroupDescriptionUpdated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupDescriptionUpdatedType *_Nonnull groupDescriptionUpdated;
Swift
var groupDescriptionUpdated: DBTEAMLOGGroupDescriptionUpdatedType { get }
-
(groups) Updated group join policy (deprecated, no longer logged) @note Ensure the
isGroupJoinPolicyUpdated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupJoinPolicyUpdatedType *_Nonnull groupJoinPolicyUpdated;
Swift
var groupJoinPolicyUpdated: DBTEAMLOGGroupJoinPolicyUpdatedType { get }
-
(groups) Moved group (deprecated, no longer logged) - note: Ensure the
isGroupMoved
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupMovedType *_Nonnull groupMoved;
Swift
var groupMoved: DBTEAMLOGGroupMovedType { get }
-
(groups) Removed external ID for group - note: Ensure the
isGroupRemoveExternalId
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRemoveExternalIdType *_Nonnull groupRemoveExternalId;
Swift
var groupRemoveExternalId: DBTEAMLOGGroupRemoveExternalIdType { get }
-
(groups) Removed team members from group - note: Ensure the
isGroupRemoveMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRemoveMemberType *_Nonnull groupRemoveMember;
Swift
var groupRemoveMember: DBTEAMLOGGroupRemoveMemberType { get }
-
(groups) Renamed group - note: Ensure the
isGroupRename
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupRenameType *_Nonnull groupRename;
Swift
var groupRename: DBTEAMLOGGroupRenameType { get }
-
(logins) Unlocked/locked account after failed sign in attempts - note: Ensure the
isAccountLockOrUnlocked
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountLockOrUnlockedType *_Nonnull accountLockOrUnlocked;
Swift
var accountLockOrUnlocked: DBTEAMLOGAccountLockOrUnlockedType { get }
-
(logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’) - note: Ensure the
isEmmError
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmErrorType *_Nonnull emmError;
Swift
var emmError: DBTEAMLOGEmmErrorType { get }
-
(logins) Started trusted team admin session - note: Ensure the
isGuestAdminSignedInViaTrustedTeams
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType *_Nonnull guestAdminSignedInViaTrustedTeams;
Swift
var guestAdminSignedInViaTrustedTeams: DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType { get }
-
(logins) Ended trusted team admin session - note: Ensure the
isGuestAdminSignedOutViaTrustedTeams
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType *_Nonnull guestAdminSignedOutViaTrustedTeams;
Swift
var guestAdminSignedOutViaTrustedTeams: DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType { get }
-
(logins) Failed to sign in - note: Ensure the
isLoginFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLoginFailType *_Nonnull loginFail;
Swift
var loginFail: DBTEAMLOGLoginFailType { get }
-
(logins) Signed in - note: Ensure the
isLoginSuccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLoginSuccessType *_Nonnull loginSuccess;
Swift
var loginSuccess: DBTEAMLOGLoginSuccessType { get }
-
(logins) Signed out - note: Ensure the
isLogout
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLogoutType *_Nonnull logout;
Swift
var logout: DBTEAMLOGLogoutType { get }
-
(logins) Ended reseller support session - note: Ensure the
isResellerSupportSessionEnd
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportSessionEndType *_Nonnull resellerSupportSessionEnd;
Swift
var resellerSupportSessionEnd: DBTEAMLOGResellerSupportSessionEndType { get }
-
(logins) Started reseller support session - note: Ensure the
isResellerSupportSessionStart
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportSessionStartType *_Nonnull resellerSupportSessionStart;
Swift
var resellerSupportSessionStart: DBTEAMLOGResellerSupportSessionStartType { get }
-
(logins) Ended admin sign-in-as session - note: Ensure the
isSignInAsSessionEnd
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSignInAsSessionEndType *_Nonnull signInAsSessionEnd;
Swift
var signInAsSessionEnd: DBTEAMLOGSignInAsSessionEndType { get }
-
(logins) Started admin sign-in-as session - note: Ensure the
isSignInAsSessionStart
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSignInAsSessionStartType *_Nonnull signInAsSessionStart;
Swift
var signInAsSessionStart: DBTEAMLOGSignInAsSessionStartType { get }
-
(logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’) - note: Ensure the
isSsoError
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoErrorType *_Nonnull ssoError;
Swift
var ssoError: DBTEAMLOGSsoErrorType { get }
-
(members) Created team invite link - note: Ensure the
isCreateTeamInviteLink
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCreateTeamInviteLinkType *_Nonnull createTeamInviteLink;
Swift
var createTeamInviteLink: DBTEAMLOGCreateTeamInviteLinkType { get }
-
(members) Deleted team invite link - note: Ensure the
isDeleteTeamInviteLink
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeleteTeamInviteLinkType *_Nonnull deleteTeamInviteLink;
Swift
var deleteTeamInviteLink: DBTEAMLOGDeleteTeamInviteLinkType { get }
-
(members) Added an external ID for team member - note: Ensure the
isMemberAddExternalId
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberAddExternalIdType *_Nonnull memberAddExternalId;
Swift
var memberAddExternalId: DBTEAMLOGMemberAddExternalIdType { get }
-
(members) Added team member name - note: Ensure the
isMemberAddName
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberAddNameType *_Nonnull memberAddName;
Swift
var memberAddName: DBTEAMLOGMemberAddNameType { get }
-
(members) Changed team member admin role - note: Ensure the
isMemberChangeAdminRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeAdminRoleType *_Nonnull memberChangeAdminRole;
Swift
var memberChangeAdminRole: DBTEAMLOGMemberChangeAdminRoleType { get }
-
(members) Changed team member email - note: Ensure the
isMemberChangeEmail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeEmailType *_Nonnull memberChangeEmail;
Swift
var memberChangeEmail: DBTEAMLOGMemberChangeEmailType { get }
-
(members) Changed the external ID for team member - note: Ensure the
isMemberChangeExternalId
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeExternalIdType *_Nonnull memberChangeExternalId;
Swift
var memberChangeExternalId: DBTEAMLOGMemberChangeExternalIdType { get }
-
(members) Changed membership type (limited/full) of member (deprecated, no longer logged) - note: Ensure the
isMemberChangeMembershipType
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeMembershipTypeType *_Nonnull memberChangeMembershipType;
Swift
var memberChangeMembershipType: DBTEAMLOGMemberChangeMembershipTypeType { get }
-
(members) Changed team member name - note: Ensure the
isMemberChangeName
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeNameType *_Nonnull memberChangeName;
Swift
var memberChangeName: DBTEAMLOGMemberChangeNameType { get }
-
(members) Changed team member reseller role - note: Ensure the
isMemberChangeResellerRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeResellerRoleType *_Nonnull memberChangeResellerRole;
Swift
var memberChangeResellerRole: DBTEAMLOGMemberChangeResellerRoleType { get }
-
(members) Changed member status (invited, joined, suspended, etc.) @note Ensure the
isMemberChangeStatus
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberChangeStatusType *_Nonnull memberChangeStatus;
Swift
var memberChangeStatus: DBTEAMLOGMemberChangeStatusType { get }
-
(members) Cleared manually added contacts - note: Ensure the
isMemberDeleteManualContacts
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberDeleteManualContactsType *_Nonnull memberDeleteManualContacts;
Swift
var memberDeleteManualContacts: DBTEAMLOGMemberDeleteManualContactsType { get }
-
(members) Deleted team member profile photo - note: Ensure the
isMemberDeleteProfilePhoto
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberDeleteProfilePhotoType *_Nonnull memberDeleteProfilePhoto;
Swift
var memberDeleteProfilePhoto: DBTEAMLOGMemberDeleteProfilePhotoType { get }
-
(members) Permanently deleted contents of deleted team member account @note Ensure the
isMemberPermanentlyDeleteAccountContents
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberPermanentlyDeleteAccountContentsType *_Nonnull memberPermanentlyDeleteAccountContents;
Swift
var memberPermanentlyDeleteAccountContents: DBTEAMLOGMemberPermanentlyDeleteAccountContentsType { get }
-
(members) Removed the external ID for team member - note: Ensure the
isMemberRemoveExternalId
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberRemoveExternalIdType *_Nonnull memberRemoveExternalId;
Swift
var memberRemoveExternalId: DBTEAMLOGMemberRemoveExternalIdType { get }
-
(members) Set team member profile photo - note: Ensure the
isMemberSetProfilePhoto
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSetProfilePhotoType *_Nonnull memberSetProfilePhoto;
Swift
var memberSetProfilePhoto: DBTEAMLOGMemberSetProfilePhotoType { get }
-
(members) Set custom member space limit - note: Ensure the
isMemberSpaceLimitsAddCustomQuota
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType *_Nonnull memberSpaceLimitsAddCustomQuota;
Swift
var memberSpaceLimitsAddCustomQuota: DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType { get }
-
(members) Changed custom member space limit - note: Ensure the
isMemberSpaceLimitsChangeCustomQuota
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType *_Nonnull memberSpaceLimitsChangeCustomQuota;
Swift
var memberSpaceLimitsChangeCustomQuota: DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType { get }
-
(members) Changed space limit status - note: Ensure the
isMemberSpaceLimitsChangeStatus
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeStatusType *_Nonnull memberSpaceLimitsChangeStatus;
Swift
var memberSpaceLimitsChangeStatus: DBTEAMLOGMemberSpaceLimitsChangeStatusType { get }
-
(members) Removed custom member space limit - note: Ensure the
isMemberSpaceLimitsRemoveCustomQuota
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType *_Nonnull memberSpaceLimitsRemoveCustomQuota;
Swift
var memberSpaceLimitsRemoveCustomQuota: DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType { get }
-
(members) Suggested person to add to team - note: Ensure the
isMemberSuggest
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSuggestType *_Nonnull memberSuggest;
Swift
var memberSuggest: DBTEAMLOGMemberSuggestType { get }
-
(members) Transferred contents of deleted member account to another member
Note
Ensure theisMemberTransferAccountContents
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberTransferAccountContentsType *_Nonnull memberTransferAccountContents;
Swift
var memberTransferAccountContents: DBTEAMLOGMemberTransferAccountContentsType { get }
-
(members) Added pending secondary email - note: Ensure the
isPendingSecondaryEmailAdded
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPendingSecondaryEmailAddedType *_Nonnull pendingSecondaryEmailAdded;
Swift
var pendingSecondaryEmailAdded: DBTEAMLOGPendingSecondaryEmailAddedType { get }
-
(members) Deleted secondary email - note: Ensure the
isSecondaryEmailDeleted
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryEmailDeletedType *_Nonnull secondaryEmailDeleted;
Swift
var secondaryEmailDeleted: DBTEAMLOGSecondaryEmailDeletedType { get }
-
(members) Verified secondary email - note: Ensure the
isSecondaryEmailVerified
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryEmailVerifiedType *_Nonnull secondaryEmailVerified;
Swift
var secondaryEmailVerified: DBTEAMLOGSecondaryEmailVerifiedType { get }
-
(members) Secondary mails policy changed - note: Ensure the
isSecondaryMailsPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSecondaryMailsPolicyChangedType *_Nonnull secondaryMailsPolicyChanged;
Swift
var secondaryMailsPolicyChanged: DBTEAMLOGSecondaryMailsPolicyChangedType { get }
-
(paper) Added Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderAddPage
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderAddPageType *_Nonnull binderAddPage;
Swift
var binderAddPage: DBTEAMLOGBinderAddPageType { get }
-
(paper) Added Binder section (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderAddSection
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderAddSectionType *_Nonnull binderAddSection;
Swift
var binderAddSection: DBTEAMLOGBinderAddSectionType { get }
-
(paper) Removed Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderRemovePage
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRemovePageType *_Nonnull binderRemovePage;
Swift
var binderRemovePage: DBTEAMLOGBinderRemovePageType { get }
-
(paper) Removed Binder section (deprecated, replaced by ‘Edited files’)
Note
Ensure theisBinderRemoveSection
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRemoveSectionType *_Nonnull binderRemoveSection;
Swift
var binderRemoveSection: DBTEAMLOGBinderRemoveSectionType { get }
-
(paper) Renamed Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderRenamePage
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRenamePageType *_Nonnull binderRenamePage;
Swift
var binderRenamePage: DBTEAMLOGBinderRenamePageType { get }
-
(paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)
Note
Ensure theisBinderRenameSection
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderRenameSectionType *_Nonnull binderRenameSection;
Swift
var binderRenameSection: DBTEAMLOGBinderRenameSectionType { get }
-
(paper) Reordered Binder page (deprecated, replaced by ‘Edited files’) @note Ensure the
isBinderReorderPage
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderReorderPageType *_Nonnull binderReorderPage;
Swift
var binderReorderPage: DBTEAMLOGBinderReorderPageType { get }
-
(paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)
Note
Ensure theisBinderReorderSection
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGBinderReorderSectionType *_Nonnull binderReorderSection;
Swift
var binderReorderSection: DBTEAMLOGBinderReorderSectionType { get }
-
(paper) Added users and/or groups to Paper doc/folder - note: Ensure the
isPaperContentAddMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentAddMemberType *_Nonnull paperContentAddMember;
Swift
var paperContentAddMember: DBTEAMLOGPaperContentAddMemberType { get }
-
(paper) Added Paper doc/folder to folder - note: Ensure the
isPaperContentAddToFolder
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentAddToFolderType *_Nonnull paperContentAddToFolder;
Swift
var paperContentAddToFolder: DBTEAMLOGPaperContentAddToFolderType { get }
-
(paper) Archived Paper doc/folder - note: Ensure the
isPaperContentArchive
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentArchiveType *_Nonnull paperContentArchive;
Swift
var paperContentArchive: DBTEAMLOGPaperContentArchiveType { get }
-
(paper) Created Paper doc/folder - note: Ensure the
isPaperContentCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentCreateType *_Nonnull paperContentCreate;
Swift
var paperContentCreate: DBTEAMLOGPaperContentCreateType { get }
-
(paper) Permanently deleted Paper doc/folder - note: Ensure the
isPaperContentPermanentlyDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentPermanentlyDeleteType *_Nonnull paperContentPermanentlyDelete;
Swift
var paperContentPermanentlyDelete: DBTEAMLOGPaperContentPermanentlyDeleteType { get }
-
(paper) Removed Paper doc/folder from folder - note: Ensure the
isPaperContentRemoveFromFolder
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRemoveFromFolderType *_Nonnull paperContentRemoveFromFolder;
Swift
var paperContentRemoveFromFolder: DBTEAMLOGPaperContentRemoveFromFolderType { get }
-
(paper) Removed users and/or groups from Paper doc/folder - note: Ensure the
isPaperContentRemoveMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRemoveMemberType *_Nonnull paperContentRemoveMember;
Swift
var paperContentRemoveMember: DBTEAMLOGPaperContentRemoveMemberType { get }
-
(paper) Renamed Paper doc/folder - note: Ensure the
isPaperContentRename
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRenameType *_Nonnull paperContentRename;
Swift
var paperContentRename: DBTEAMLOGPaperContentRenameType { get }
-
(paper) Restored archived Paper doc/folder - note: Ensure the
isPaperContentRestore
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperContentRestoreType *_Nonnull paperContentRestore;
Swift
var paperContentRestore: DBTEAMLOGPaperContentRestoreType { get }
-
(paper) Added Paper doc comment - note: Ensure the
isPaperDocAddComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocAddCommentType *_Nonnull paperDocAddComment;
Swift
var paperDocAddComment: DBTEAMLOGPaperDocAddCommentType { get }
-
(paper) Changed member permissions for Paper doc - note: Ensure the
isPaperDocChangeMemberRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeMemberRoleType *_Nonnull paperDocChangeMemberRole;
Swift
var paperDocChangeMemberRole: DBTEAMLOGPaperDocChangeMemberRoleType { get }
-
(paper) Changed sharing setting for Paper doc - note: Ensure the
isPaperDocChangeSharingPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSharingPolicyType *_Nonnull paperDocChangeSharingPolicy;
Swift
var paperDocChangeSharingPolicy: DBTEAMLOGPaperDocChangeSharingPolicyType { get }
-
(paper) Followed/unfollowed Paper doc - note: Ensure the
isPaperDocChangeSubscription
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocChangeSubscriptionType *_Nonnull paperDocChangeSubscription;
Swift
var paperDocChangeSubscription: DBTEAMLOGPaperDocChangeSubscriptionType { get }
-
(paper) Archived Paper doc (deprecated, no longer logged) - note: Ensure the
isPaperDocDeleted
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDeletedType *_Nonnull paperDocDeleted;
Swift
var paperDocDeleted: DBTEAMLOGPaperDocDeletedType { get }
-
(paper) Deleted Paper doc comment - note: Ensure the
isPaperDocDeleteComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDeleteCommentType *_Nonnull paperDocDeleteComment;
Swift
var paperDocDeleteComment: DBTEAMLOGPaperDocDeleteCommentType { get }
-
(paper) Downloaded Paper doc in specific format - note: Ensure the
isPaperDocDownload
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocDownloadType *_Nonnull paperDocDownload;
Swift
var paperDocDownload: DBTEAMLOGPaperDocDownloadType { get }
-
(paper) Edited Paper doc - note: Ensure the
isPaperDocEdit
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocEditType *_Nonnull paperDocEdit;
Swift
var paperDocEdit: DBTEAMLOGPaperDocEditType { get }
-
(paper) Edited Paper doc comment - note: Ensure the
isPaperDocEditComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocEditCommentType *_Nonnull paperDocEditComment;
Swift
var paperDocEditComment: DBTEAMLOGPaperDocEditCommentType { get }
-
(paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’) - note: Ensure the
isPaperDocFollowed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocFollowedType *_Nonnull paperDocFollowed;
Swift
var paperDocFollowed: DBTEAMLOGPaperDocFollowedType { get }
-
(paper) Mentioned user in Paper doc - note: Ensure the
isPaperDocMention
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocMentionType *_Nonnull paperDocMention;
Swift
var paperDocMention: DBTEAMLOGPaperDocMentionType { get }
-
(paper) Transferred ownership of Paper doc - note: Ensure the
isPaperDocOwnershipChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocOwnershipChangedType *_Nonnull paperDocOwnershipChanged;
Swift
var paperDocOwnershipChanged: DBTEAMLOGPaperDocOwnershipChangedType { get }
-
(paper) Requested access to Paper doc - note: Ensure the
isPaperDocRequestAccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocRequestAccessType *_Nonnull paperDocRequestAccess;
Swift
var paperDocRequestAccess: DBTEAMLOGPaperDocRequestAccessType { get }
-
(paper) Resolved Paper doc comment - note: Ensure the
isPaperDocResolveComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocResolveCommentType *_Nonnull paperDocResolveComment;
Swift
var paperDocResolveComment: DBTEAMLOGPaperDocResolveCommentType { get }
-
(paper) Restored Paper doc to previous version - note: Ensure the
isPaperDocRevert
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocRevertType *_Nonnull paperDocRevert;
Swift
var paperDocRevert: DBTEAMLOGPaperDocRevertType { get }
-
(paper) Shared Paper doc via Slack - note: Ensure the
isPaperDocSlackShare
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocSlackShareType *_Nonnull paperDocSlackShare;
Swift
var paperDocSlackShare: DBTEAMLOGPaperDocSlackShareType { get }
-
(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged) - note: Ensure the
isPaperDocTeamInvite
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocTeamInviteType *_Nonnull paperDocTeamInvite;
Swift
var paperDocTeamInvite: DBTEAMLOGPaperDocTeamInviteType { get }
-
(paper) Deleted Paper doc - note: Ensure the
isPaperDocTrashed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocTrashedType *_Nonnull paperDocTrashed;
Swift
var paperDocTrashed: DBTEAMLOGPaperDocTrashedType { get }
-
(paper) Unresolved Paper doc comment - note: Ensure the
isPaperDocUnresolveComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocUnresolveCommentType *_Nonnull paperDocUnresolveComment;
Swift
var paperDocUnresolveComment: DBTEAMLOGPaperDocUnresolveCommentType { get }
-
(paper) Restored Paper doc - note: Ensure the
isPaperDocUntrashed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocUntrashedType *_Nonnull paperDocUntrashed;
Swift
var paperDocUntrashed: DBTEAMLOGPaperDocUntrashedType { get }
-
(paper) Viewed Paper doc - note: Ensure the
isPaperDocView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDocViewType *_Nonnull paperDocView;
Swift
var paperDocView: DBTEAMLOGPaperDocViewType { get }
-
(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged) - note: Ensure the
isPaperExternalViewAllow
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewAllowType *_Nonnull paperExternalViewAllow;
Swift
var paperExternalViewAllow: DBTEAMLOGPaperExternalViewAllowType { get }
-
(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged) - note: Ensure the
isPaperExternalViewDefaultTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewDefaultTeamType *_Nonnull paperExternalViewDefaultTeam;
Swift
var paperExternalViewDefaultTeam: DBTEAMLOGPaperExternalViewDefaultTeamType { get }
-
(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged) - note: Ensure the
isPaperExternalViewForbid
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperExternalViewForbidType *_Nonnull paperExternalViewForbid;
Swift
var paperExternalViewForbid: DBTEAMLOGPaperExternalViewForbidType { get }
-
(paper) Followed/unfollowed Paper folder - note: Ensure the
isPaperFolderChangeSubscription
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderChangeSubscriptionType *_Nonnull paperFolderChangeSubscription;
Swift
var paperFolderChangeSubscription: DBTEAMLOGPaperFolderChangeSubscriptionType { get }
-
(paper) Archived Paper folder (deprecated, no longer logged) - note: Ensure the
isPaperFolderDeleted
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderDeletedType *_Nonnull paperFolderDeleted;
Swift
var paperFolderDeleted: DBTEAMLOGPaperFolderDeletedType { get }
-
(paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’) - note: Ensure the
isPaperFolderFollowed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderFollowedType *_Nonnull paperFolderFollowed;
Swift
var paperFolderFollowed: DBTEAMLOGPaperFolderFollowedType { get }
-
(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged) - note: Ensure the
isPaperFolderTeamInvite
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperFolderTeamInviteType *_Nonnull paperFolderTeamInvite;
Swift
var paperFolderTeamInvite: DBTEAMLOGPaperFolderTeamInviteType { get }
-
(paper) Changed permissions for published doc - note: Ensure the
isPaperPublishedLinkChangePermission
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkChangePermissionType *_Nonnull paperPublishedLinkChangePermission;
Swift
var paperPublishedLinkChangePermission: DBTEAMLOGPaperPublishedLinkChangePermissionType { get }
-
(paper) Published doc - note: Ensure the
isPaperPublishedLinkCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkCreateType *_Nonnull paperPublishedLinkCreate;
Swift
var paperPublishedLinkCreate: DBTEAMLOGPaperPublishedLinkCreateType { get }
-
(paper) Unpublished doc - note: Ensure the
isPaperPublishedLinkDisabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkDisabledType *_Nonnull paperPublishedLinkDisabled;
Swift
var paperPublishedLinkDisabled: DBTEAMLOGPaperPublishedLinkDisabledType { get }
-
(paper) Viewed published doc - note: Ensure the
isPaperPublishedLinkView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperPublishedLinkViewType *_Nonnull paperPublishedLinkView;
Swift
var paperPublishedLinkView: DBTEAMLOGPaperPublishedLinkViewType { get }
-
(passwords) Changed password - note: Ensure the
isPasswordChange
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordChangeType *_Nonnull passwordChange;
Swift
var passwordChange: DBTEAMLOGPasswordChangeType { get }
-
(passwords) Reset password - note: Ensure the
isPasswordReset
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordResetType *_Nonnull passwordReset;
Swift
var passwordReset: DBTEAMLOGPasswordResetType { get }
-
(passwords) Reset all team member passwords - note: Ensure the
isPasswordResetAll
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordResetAllType *_Nonnull passwordResetAll;
Swift
var passwordResetAll: DBTEAMLOGPasswordResetAllType { get }
-
(reports) Created Classification report - note: Ensure the
isClassificationCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationCreateReportType *_Nonnull classificationCreateReport;
Swift
var classificationCreateReport: DBTEAMLOGClassificationCreateReportType { get }
-
(reports) Couldn’t create Classification report - note: Ensure the
isClassificationCreateReportFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationCreateReportFailType *_Nonnull classificationCreateReportFail;
Swift
var classificationCreateReportFail: DBTEAMLOGClassificationCreateReportFailType { get }
-
(reports) Created EMM-excluded users report - note: Ensure the
isEmmCreateExceptionsReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmCreateExceptionsReportType *_Nonnull emmCreateExceptionsReport;
Swift
var emmCreateExceptionsReport: DBTEAMLOGEmmCreateExceptionsReportType { get }
-
(reports) Created EMM mobile app usage report - note: Ensure the
isEmmCreateUsageReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmCreateUsageReportType *_Nonnull emmCreateUsageReport;
Swift
var emmCreateUsageReport: DBTEAMLOGEmmCreateUsageReportType { get }
-
(reports) Created member data report - note: Ensure the
isExportMembersReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExportMembersReportType *_Nonnull exportMembersReport;
Swift
var exportMembersReport: DBTEAMLOGExportMembersReportType { get }
-
(reports) Failed to create members data report - note: Ensure the
isExportMembersReportFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExportMembersReportFailType *_Nonnull exportMembersReportFail;
Swift
var exportMembersReportFail: DBTEAMLOGExportMembersReportFailType { get }
-
(reports) Created External sharing report - note: Ensure the
isExternalSharingCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalSharingCreateReportType *_Nonnull externalSharingCreateReport;
Swift
var externalSharingCreateReport: DBTEAMLOGExternalSharingCreateReportType { get }
-
(reports) Couldn’t create External sharing report - note: Ensure the
isExternalSharingReportFailed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalSharingReportFailedType *_Nonnull externalSharingReportFailed;
Swift
var externalSharingReportFailed: DBTEAMLOGExternalSharingReportFailedType { get }
-
(reports) Report created: Links created with no expiration - note: Ensure the
isNoExpirationLinkGenCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoExpirationLinkGenCreateReportType *_Nonnull noExpirationLinkGenCreateReport;
Swift
var noExpirationLinkGenCreateReport: DBTEAMLOGNoExpirationLinkGenCreateReportType { get }
-
(reports) Couldn’t create report: Links created with no expiration @note Ensure the
isNoExpirationLinkGenReportFailed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoExpirationLinkGenReportFailedType *_Nonnull noExpirationLinkGenReportFailed;
Swift
var noExpirationLinkGenReportFailed: DBTEAMLOGNoExpirationLinkGenReportFailedType { get }
-
(reports) Report created: Links created without passwords - note: Ensure the
isNoPasswordLinkGenCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkGenCreateReportType *_Nonnull noPasswordLinkGenCreateReport;
Swift
var noPasswordLinkGenCreateReport: DBTEAMLOGNoPasswordLinkGenCreateReportType { get }
-
(reports) Couldn’t create report: Links created without passwords @note Ensure the
isNoPasswordLinkGenReportFailed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkGenReportFailedType *_Nonnull noPasswordLinkGenReportFailed;
Swift
var noPasswordLinkGenReportFailed: DBTEAMLOGNoPasswordLinkGenReportFailedType { get }
-
(reports) Report created: Views of links without passwords - note: Ensure the
isNoPasswordLinkViewCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkViewCreateReportType *_Nonnull noPasswordLinkViewCreateReport;
Swift
var noPasswordLinkViewCreateReport: DBTEAMLOGNoPasswordLinkViewCreateReportType { get }
-
(reports) Couldn’t create report: Views of links without passwords @note Ensure the
isNoPasswordLinkViewReportFailed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoPasswordLinkViewReportFailedType *_Nonnull noPasswordLinkViewReportFailed;
Swift
var noPasswordLinkViewReportFailed: DBTEAMLOGNoPasswordLinkViewReportFailedType { get }
-
(reports) Report created: Views of old links - note: Ensure the
isOutdatedLinkViewCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOutdatedLinkViewCreateReportType *_Nonnull outdatedLinkViewCreateReport;
Swift
var outdatedLinkViewCreateReport: DBTEAMLOGOutdatedLinkViewCreateReportType { get }
-
(reports) Couldn’t create report: Views of old links - note: Ensure the
isOutdatedLinkViewReportFailed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOutdatedLinkViewReportFailedType *_Nonnull outdatedLinkViewReportFailed;
Swift
var outdatedLinkViewReportFailed: DBTEAMLOGOutdatedLinkViewReportFailedType { get }
-
(reports) Exported all team Paper docs - note: Ensure the
isPaperAdminExportStart
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperAdminExportStartType *_Nonnull paperAdminExportStart;
Swift
var paperAdminExportStart: DBTEAMLOGPaperAdminExportStartType { get }
-
(reports) Created Smart Sync non-admin devices report - note: Ensure the
isSmartSyncCreateAdminPrivilegeReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType *_Nonnull smartSyncCreateAdminPrivilegeReport;
Swift
var smartSyncCreateAdminPrivilegeReport: DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType { get }
-
(reports) Created team activity report - note: Ensure the
isTeamActivityCreateReport
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamActivityCreateReportType *_Nonnull teamActivityCreateReport;
Swift
var teamActivityCreateReport: DBTEAMLOGTeamActivityCreateReportType { get }
-
(reports) Couldn’t generate team activity report - note: Ensure the
isTeamActivityCreateReportFail
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamActivityCreateReportFailType *_Nonnull teamActivityCreateReportFail;
Swift
var teamActivityCreateReportFail: DBTEAMLOGTeamActivityCreateReportFailType { get }
-
(sharing) Shared album - note: Ensure the
isCollectionShare
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCollectionShareType *_Nonnull collectionShare;
Swift
var collectionShare: DBTEAMLOGCollectionShareType { get }
-
(sharing) Transfer files added - note: Ensure the
isFileTransfersFileAdd
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersFileAddType *_Nonnull fileTransfersFileAdd;
Swift
var fileTransfersFileAdd: DBTEAMLOGFileTransfersFileAddType { get }
-
(sharing) Deleted transfer - note: Ensure the
isFileTransfersTransferDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferDeleteType *_Nonnull fileTransfersTransferDelete;
Swift
var fileTransfersTransferDelete: DBTEAMLOGFileTransfersTransferDeleteType { get }
-
(sharing) Transfer downloaded - note: Ensure the
isFileTransfersTransferDownload
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferDownloadType *_Nonnull fileTransfersTransferDownload;
Swift
var fileTransfersTransferDownload: DBTEAMLOGFileTransfersTransferDownloadType { get }
-
(sharing) Sent transfer - note: Ensure the
isFileTransfersTransferSend
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferSendType *_Nonnull fileTransfersTransferSend;
Swift
var fileTransfersTransferSend: DBTEAMLOGFileTransfersTransferSendType { get }
-
(sharing) Viewed transfer - note: Ensure the
isFileTransfersTransferView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersTransferViewType *_Nonnull fileTransfersTransferView;
Swift
var fileTransfersTransferView: DBTEAMLOGFileTransfersTransferViewType { get }
-
(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
Note
Ensure theisNoteAclInviteOnly
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclInviteOnlyType *_Nonnull noteAclInviteOnly;
Swift
var noteAclInviteOnly: DBTEAMLOGNoteAclInviteOnlyType { get }
-
(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged) - note: Ensure the
isNoteAclLink
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclLinkType *_Nonnull noteAclLink;
Swift
var noteAclLink: DBTEAMLOGNoteAclLinkType { get }
-
(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged) - note: Ensure the
isNoteAclTeamLink
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteAclTeamLinkType *_Nonnull noteAclTeamLink;
Swift
var noteAclTeamLink: DBTEAMLOGNoteAclTeamLinkType { get }
-
(sharing) Shared Paper doc (deprecated, no longer logged) - note: Ensure the
isNoteShared
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteSharedType *_Nonnull noteShared;
Swift
var noteShared: DBTEAMLOGNoteSharedType { get }
-
(sharing) Shared received Paper doc (deprecated, no longer logged) @note Ensure the
isNoteShareReceive
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNoteShareReceiveType *_Nonnull noteShareReceive;
Swift
var noteShareReceive: DBTEAMLOGNoteShareReceiveType { get }
-
(sharing) Opened shared Paper doc (deprecated, no longer logged) @note Ensure the
isOpenNoteShared
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGOpenNoteSharedType *_Nonnull openNoteShared;
Swift
var openNoteShared: DBTEAMLOGOpenNoteSharedType { get }
-
(sharing) Added team to shared folder (deprecated, no longer logged) @note Ensure the
isSfAddGroup
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfAddGroupType *_Nonnull sfAddGroup;
Swift
var sfAddGroup: DBTEAMLOGSfAddGroupType { get }
-
(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged) - note: Ensure the
isSfAllowNonMembersToViewSharedLinks
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfAllowNonMembersToViewSharedLinksType *_Nonnull sfAllowNonMembersToViewSharedLinks;
Swift
var sfAllowNonMembersToViewSharedLinks: DBTEAMLOGSfAllowNonMembersToViewSharedLinksType { get }
-
(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged) - note: Ensure the
isSfExternalInviteWarn
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfExternalInviteWarnType *_Nonnull sfExternalInviteWarn;
Swift
var sfExternalInviteWarn: DBTEAMLOGSfExternalInviteWarnType { get }
-
(sharing) Invited Facebook users to shared folder (deprecated, no longer logged) - note: Ensure the
isSfFbInvite
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbInviteType *_Nonnull sfFbInvite;
Swift
var sfFbInvite: DBTEAMLOGSfFbInviteType { get }
-
(sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged) - note: Ensure the
isSfFbInviteChangeRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbInviteChangeRoleType *_Nonnull sfFbInviteChangeRole;
Swift
var sfFbInviteChangeRole: DBTEAMLOGSfFbInviteChangeRoleType { get }
-
(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged) - note: Ensure the
isSfFbUninvite
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfFbUninviteType *_Nonnull sfFbUninvite;
Swift
var sfFbUninvite: DBTEAMLOGSfFbUninviteType { get }
-
(sharing) Invited group to shared folder (deprecated, no longer logged)
Note
Ensure theisSfInviteGroup
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfInviteGroupType *_Nonnull sfInviteGroup;
Swift
var sfInviteGroup: DBTEAMLOGSfInviteGroupType { get }
-
(sharing) Granted access to shared folder (deprecated, no longer logged)
Note
Ensure theisSfTeamGrantAccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamGrantAccessType *_Nonnull sfTeamGrantAccess;
Swift
var sfTeamGrantAccess: DBTEAMLOGSfTeamGrantAccessType { get }
-
(sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’) - note: Ensure the
isSfTeamInvite
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamInviteType *_Nonnull sfTeamInvite;
Swift
var sfTeamInvite: DBTEAMLOGSfTeamInviteType { get }
-
(sharing) Changed team member’s role in shared folder (deprecated, no longer logged) - note: Ensure the
isSfTeamInviteChangeRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamInviteChangeRoleType *_Nonnull sfTeamInviteChangeRole;
Swift
var sfTeamInviteChangeRole: DBTEAMLOGSfTeamInviteChangeRoleType { get }
-
(sharing) Joined team member’s shared folder (deprecated, no longer logged)
Note
Ensure theisSfTeamJoin
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamJoinType *_Nonnull sfTeamJoin;
Swift
var sfTeamJoin: DBTEAMLOGSfTeamJoinType { get }
-
(sharing) Joined team member’s shared folder from link (deprecated, no longer logged) - note: Ensure the
isSfTeamJoinFromOobLink
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamJoinFromOobLinkType *_Nonnull sfTeamJoinFromOobLink;
Swift
var sfTeamJoinFromOobLink: DBTEAMLOGSfTeamJoinFromOobLinkType { get }
-
(sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’) - note: Ensure the
isSfTeamUninvite
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSfTeamUninviteType *_Nonnull sfTeamUninvite;
Swift
var sfTeamUninvite: DBTEAMLOGSfTeamUninviteType { get }
-
(sharing) Invited user to Dropbox and added them to shared file/folder @note Ensure the
isSharedContentAddInvitees
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddInviteesType *_Nonnull sharedContentAddInvitees;
Swift
var sharedContentAddInvitees: DBTEAMLOGSharedContentAddInviteesType { get }
-
(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentAddLinkExpiry
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddLinkExpiryType *_Nonnull sharedContentAddLinkExpiry;
Swift
var sharedContentAddLinkExpiry: DBTEAMLOGSharedContentAddLinkExpiryType { get }
-
(sharing) Added password to link for shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentAddLinkPassword
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddLinkPasswordType *_Nonnull sharedContentAddLinkPassword;
Swift
var sharedContentAddLinkPassword: DBTEAMLOGSharedContentAddLinkPasswordType { get }
-
(sharing) Added users and/or groups to shared file/folder - note: Ensure the
isSharedContentAddMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentAddMemberType *_Nonnull sharedContentAddMember;
Swift
var sharedContentAddMember: DBTEAMLOGSharedContentAddMemberType { get }
-
(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeDownloadsPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeDownloadsPolicyType *_Nonnull sharedContentChangeDownloadsPolicy;
Swift
var sharedContentChangeDownloadsPolicy: DBTEAMLOGSharedContentChangeDownloadsPolicyType { get }
-
(sharing) Changed access type of invitee to shared file/folder before invite was accepted - note: Ensure the
isSharedContentChangeInviteeRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeInviteeRoleType *_Nonnull sharedContentChangeInviteeRole;
Swift
var sharedContentChangeInviteeRole: DBTEAMLOGSharedContentChangeInviteeRoleType { get }
-
(sharing) Changed link audience of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeLinkAudience
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkAudienceType *_Nonnull sharedContentChangeLinkAudience;
Swift
var sharedContentChangeLinkAudience: DBTEAMLOGSharedContentChangeLinkAudienceType { get }
-
(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeLinkExpiry
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkExpiryType *_Nonnull sharedContentChangeLinkExpiry;
Swift
var sharedContentChangeLinkExpiry: DBTEAMLOGSharedContentChangeLinkExpiryType { get }
-
(sharing) Changed link password of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentChangeLinkPassword
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeLinkPasswordType *_Nonnull sharedContentChangeLinkPassword;
Swift
var sharedContentChangeLinkPassword: DBTEAMLOGSharedContentChangeLinkPasswordType { get }
-
(sharing) Changed access type of shared file/folder member - note: Ensure the
isSharedContentChangeMemberRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeMemberRoleType *_Nonnull sharedContentChangeMemberRole;
Swift
var sharedContentChangeMemberRole: DBTEAMLOGSharedContentChangeMemberRoleType { get }
-
(sharing) Changed whether members can see who viewed shared file/folder
Note
Ensure theisSharedContentChangeViewerInfoPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentChangeViewerInfoPolicyType *_Nonnull sharedContentChangeViewerInfoPolicy;
Swift
var sharedContentChangeViewerInfoPolicy: DBTEAMLOGSharedContentChangeViewerInfoPolicyType { get }
-
(sharing) Acquired membership of shared file/folder by accepting invite
Note
Ensure theisSharedContentClaimInvitation
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentClaimInvitationType *_Nonnull sharedContentClaimInvitation;
Swift
var sharedContentClaimInvitation: DBTEAMLOGSharedContentClaimInvitationType { get }
-
(sharing) Copied shared file/folder to own Dropbox - note: Ensure the
isSharedContentCopy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentCopyType *_Nonnull sharedContentCopy;
Swift
var sharedContentCopy: DBTEAMLOGSharedContentCopyType { get }
-
(sharing) Downloaded shared file/folder - note: Ensure the
isSharedContentDownload
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentDownloadType *_Nonnull sharedContentDownload;
Swift
var sharedContentDownload: DBTEAMLOGSharedContentDownloadType { get }
-
(sharing) Left shared file/folder - note: Ensure the
isSharedContentRelinquishMembership
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRelinquishMembershipType *_Nonnull sharedContentRelinquishMembership;
Swift
var sharedContentRelinquishMembership: DBTEAMLOGSharedContentRelinquishMembershipType { get }
-
(sharing) Removed invitee from shared file/folder before invite was accepted
Note
Ensure theisSharedContentRemoveInvitees
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveInviteesType *_Nonnull sharedContentRemoveInvitees;
Swift
var sharedContentRemoveInvitees: DBTEAMLOGSharedContentRemoveInviteesType { get }
-
(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentRemoveLinkExpiry
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveLinkExpiryType *_Nonnull sharedContentRemoveLinkExpiry;
Swift
var sharedContentRemoveLinkExpiry: DBTEAMLOGSharedContentRemoveLinkExpiryType { get }
-
(sharing) Removed link password of shared file/folder (deprecated, no longer logged) - note: Ensure the
isSharedContentRemoveLinkPassword
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveLinkPasswordType *_Nonnull sharedContentRemoveLinkPassword;
Swift
var sharedContentRemoveLinkPassword: DBTEAMLOGSharedContentRemoveLinkPasswordType { get }
-
(sharing) Removed user/group from shared file/folder - note: Ensure the
isSharedContentRemoveMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRemoveMemberType *_Nonnull sharedContentRemoveMember;
Swift
var sharedContentRemoveMember: DBTEAMLOGSharedContentRemoveMemberType { get }
-
(sharing) Requested access to shared file/folder - note: Ensure the
isSharedContentRequestAccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRequestAccessType *_Nonnull sharedContentRequestAccess;
Swift
var sharedContentRequestAccess: DBTEAMLOGSharedContentRequestAccessType { get }
-
(sharing) Restored shared file/folder invitees - note: Ensure the
isSharedContentRestoreInvitees
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRestoreInviteesType *_Nonnull sharedContentRestoreInvitees;
Swift
var sharedContentRestoreInvitees: DBTEAMLOGSharedContentRestoreInviteesType { get }
-
(sharing) Restored users and/or groups to membership of shared file/folder
Note
Ensure theisSharedContentRestoreMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentRestoreMemberType *_Nonnull sharedContentRestoreMember;
Swift
var sharedContentRestoreMember: DBTEAMLOGSharedContentRestoreMemberType { get }
-
(sharing) Unshared file/folder by clearing membership - note: Ensure the
isSharedContentUnshare
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentUnshareType *_Nonnull sharedContentUnshare;
Swift
var sharedContentUnshare: DBTEAMLOGSharedContentUnshareType { get }
-
(sharing) Previewed shared file/folder - note: Ensure the
isSharedContentView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedContentViewType *_Nonnull sharedContentView;
Swift
var sharedContentView: DBTEAMLOGSharedContentViewType { get }
-
(sharing) Changed who can access shared folder via link - note: Ensure the
isSharedFolderChangeLinkPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeLinkPolicyType *_Nonnull sharedFolderChangeLinkPolicy;
Swift
var sharedFolderChangeLinkPolicy: DBTEAMLOGSharedFolderChangeLinkPolicyType { get }
-
(sharing) Changed whether shared folder inherits members from parent folder
Note
Ensure theisSharedFolderChangeMembersInheritancePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType *_Nonnull sharedFolderChangeMembersInheritancePolicy;
Swift
var sharedFolderChangeMembersInheritancePolicy: DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType { get }
-
(sharing) Changed who can add/remove members of shared folder - note: Ensure the
isSharedFolderChangeMembersManagementPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersManagementPolicyType *_Nonnull sharedFolderChangeMembersManagementPolicy;
Swift
var sharedFolderChangeMembersManagementPolicy: DBTEAMLOGSharedFolderChangeMembersManagementPolicyType { get }
-
(sharing) Changed who can become member of shared folder - note: Ensure the
isSharedFolderChangeMembersPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderChangeMembersPolicyType *_Nonnull sharedFolderChangeMembersPolicy;
Swift
var sharedFolderChangeMembersPolicy: DBTEAMLOGSharedFolderChangeMembersPolicyType { get }
-
(sharing) Created shared folder - note: Ensure the
isSharedFolderCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderCreateType *_Nonnull sharedFolderCreate;
Swift
var sharedFolderCreate: DBTEAMLOGSharedFolderCreateType { get }
-
(sharing) Declined team member’s invite to shared folder - note: Ensure the
isSharedFolderDeclineInvitation
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderDeclineInvitationType *_Nonnull sharedFolderDeclineInvitation;
Swift
var sharedFolderDeclineInvitation: DBTEAMLOGSharedFolderDeclineInvitationType { get }
-
(sharing) Added shared folder to own Dropbox - note: Ensure the
isSharedFolderMount
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderMountType *_Nonnull sharedFolderMount;
Swift
var sharedFolderMount: DBTEAMLOGSharedFolderMountType { get }
-
(sharing) Changed parent of shared folder - note: Ensure the
isSharedFolderNest
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderNestType *_Nonnull sharedFolderNest;
Swift
var sharedFolderNest: DBTEAMLOGSharedFolderNestType { get }
-
(sharing) Transferred ownership of shared folder to another member @note Ensure the
isSharedFolderTransferOwnership
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderTransferOwnershipType *_Nonnull sharedFolderTransferOwnership;
Swift
var sharedFolderTransferOwnership: DBTEAMLOGSharedFolderTransferOwnershipType { get }
-
(sharing) Deleted shared folder from Dropbox - note: Ensure the
isSharedFolderUnmount
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedFolderUnmountType *_Nonnull sharedFolderUnmount;
Swift
var sharedFolderUnmount: DBTEAMLOGSharedFolderUnmountType { get }
-
(sharing) Added shared link expiration date - note: Ensure the
isSharedLinkAddExpiry
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkAddExpiryType *_Nonnull sharedLinkAddExpiry;
Swift
var sharedLinkAddExpiry: DBTEAMLOGSharedLinkAddExpiryType { get }
-
(sharing) Changed shared link expiration date - note: Ensure the
isSharedLinkChangeExpiry
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkChangeExpiryType *_Nonnull sharedLinkChangeExpiry;
Swift
var sharedLinkChangeExpiry: DBTEAMLOGSharedLinkChangeExpiryType { get }
-
(sharing) Changed visibility of shared link - note: Ensure the
isSharedLinkChangeVisibility
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkChangeVisibilityType *_Nonnull sharedLinkChangeVisibility;
Swift
var sharedLinkChangeVisibility: DBTEAMLOGSharedLinkChangeVisibilityType { get }
-
(sharing) Added file/folder to Dropbox from shared link - note: Ensure the
isSharedLinkCopy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkCopyType *_Nonnull sharedLinkCopy;
Swift
var sharedLinkCopy: DBTEAMLOGSharedLinkCopyType { get }
-
(sharing) Created shared link - note: Ensure the
isSharedLinkCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkCreateType *_Nonnull sharedLinkCreate;
Swift
var sharedLinkCreate: DBTEAMLOGSharedLinkCreateType { get }
-
(sharing) Removed shared link - note: Ensure the
isSharedLinkDisable
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkDisableType *_Nonnull sharedLinkDisable;
Swift
var sharedLinkDisable: DBTEAMLOGSharedLinkDisableType { get }
-
(sharing) Downloaded file/folder from shared link - note: Ensure the
isSharedLinkDownload
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkDownloadType *_Nonnull sharedLinkDownload;
Swift
var sharedLinkDownload: DBTEAMLOGSharedLinkDownloadType { get }
-
(sharing) Removed shared link expiration date - note: Ensure the
isSharedLinkRemoveExpiry
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkRemoveExpiryType *_Nonnull sharedLinkRemoveExpiry;
Swift
var sharedLinkRemoveExpiry: DBTEAMLOGSharedLinkRemoveExpiryType { get }
-
(sharing) Added an expiration date to the shared link - note: Ensure the
isSharedLinkSettingsAddExpiration
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAddExpirationType *_Nonnull sharedLinkSettingsAddExpiration;
Swift
var sharedLinkSettingsAddExpiration: DBTEAMLOGSharedLinkSettingsAddExpirationType { get }
-
(sharing) Added a password to the shared link - note: Ensure the
isSharedLinkSettingsAddPassword
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAddPasswordType *_Nonnull sharedLinkSettingsAddPassword;
Swift
var sharedLinkSettingsAddPassword: DBTEAMLOGSharedLinkSettingsAddPasswordType { get }
-
(sharing) Disabled downloads - note: Ensure the
isSharedLinkSettingsAllowDownloadDisabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType *_Nonnull sharedLinkSettingsAllowDownloadDisabled;
Swift
var sharedLinkSettingsAllowDownloadDisabled: DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType { get }
-
(sharing) Enabled downloads - note: Ensure the
isSharedLinkSettingsAllowDownloadEnabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType *_Nonnull sharedLinkSettingsAllowDownloadEnabled;
Swift
var sharedLinkSettingsAllowDownloadEnabled: DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType { get }
-
(sharing) Changed the audience of the shared link - note: Ensure the
isSharedLinkSettingsChangeAudience
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangeAudienceType *_Nonnull sharedLinkSettingsChangeAudience;
Swift
var sharedLinkSettingsChangeAudience: DBTEAMLOGSharedLinkSettingsChangeAudienceType { get }
-
(sharing) Changed the expiration date of the shared link - note: Ensure the
isSharedLinkSettingsChangeExpiration
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangeExpirationType *_Nonnull sharedLinkSettingsChangeExpiration;
Swift
var sharedLinkSettingsChangeExpiration: DBTEAMLOGSharedLinkSettingsChangeExpirationType { get }
-
(sharing) Changed the password of the shared link - note: Ensure the
isSharedLinkSettingsChangePassword
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsChangePasswordType *_Nonnull sharedLinkSettingsChangePassword;
Swift
var sharedLinkSettingsChangePassword: DBTEAMLOGSharedLinkSettingsChangePasswordType { get }
-
(sharing) Removed the expiration date from the shared link - note: Ensure the
isSharedLinkSettingsRemoveExpiration
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsRemoveExpirationType *_Nonnull sharedLinkSettingsRemoveExpiration;
Swift
var sharedLinkSettingsRemoveExpiration: DBTEAMLOGSharedLinkSettingsRemoveExpirationType { get }
-
(sharing) Removed the password from the shared link - note: Ensure the
isSharedLinkSettingsRemovePassword
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkSettingsRemovePasswordType *_Nonnull sharedLinkSettingsRemovePassword;
Swift
var sharedLinkSettingsRemovePassword: DBTEAMLOGSharedLinkSettingsRemovePasswordType { get }
-
(sharing) Added members as audience of shared link - note: Ensure the
isSharedLinkShare
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkShareType *_Nonnull sharedLinkShare;
Swift
var sharedLinkShare: DBTEAMLOGSharedLinkShareType { get }
-
(sharing) Opened shared link - note: Ensure the
isSharedLinkView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedLinkViewType *_Nonnull sharedLinkView;
Swift
var sharedLinkView: DBTEAMLOGSharedLinkViewType { get }
-
(sharing) Opened shared Paper doc (deprecated, no longer logged) @note Ensure the
isSharedNoteOpened
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharedNoteOpenedType *_Nonnull sharedNoteOpened;
Swift
var sharedNoteOpened: DBTEAMLOGSharedNoteOpenedType { get }
-
(sharing) Disabled downloads for link (deprecated, no longer logged) @note Ensure the
isShmodelDisableDownloads
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelDisableDownloadsType *_Nonnull shmodelDisableDownloads;
Swift
var shmodelDisableDownloads: DBTEAMLOGShmodelDisableDownloadsType { get }
-
(sharing) Enabled downloads for link (deprecated, no longer logged) @note Ensure the
isShmodelEnableDownloads
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelEnableDownloadsType *_Nonnull shmodelEnableDownloads;
Swift
var shmodelEnableDownloads: DBTEAMLOGShmodelEnableDownloadsType { get }
-
(sharing) Shared link with group (deprecated, no longer logged) - note: Ensure the
isShmodelGroupShare
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShmodelGroupShareType *_Nonnull shmodelGroupShare;
Swift
var shmodelGroupShare: DBTEAMLOGShmodelGroupShareType { get }
-
(showcase) Granted access to showcase - note: Ensure the
isShowcaseAccessGranted
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseAccessGrantedType *_Nonnull showcaseAccessGranted;
Swift
var showcaseAccessGranted: DBTEAMLOGShowcaseAccessGrantedType { get }
-
(showcase) Added member to showcase - note: Ensure the
isShowcaseAddMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseAddMemberType *_Nonnull showcaseAddMember;
Swift
var showcaseAddMember: DBTEAMLOGShowcaseAddMemberType { get }
-
(showcase) Archived showcase - note: Ensure the
isShowcaseArchived
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseArchivedType *_Nonnull showcaseArchived;
Swift
var showcaseArchived: DBTEAMLOGShowcaseArchivedType { get }
-
(showcase) Created showcase - note: Ensure the
isShowcaseCreated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseCreatedType *_Nonnull showcaseCreated;
Swift
var showcaseCreated: DBTEAMLOGShowcaseCreatedType { get }
-
(showcase) Deleted showcase comment - note: Ensure the
isShowcaseDeleteComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseDeleteCommentType *_Nonnull showcaseDeleteComment;
Swift
var showcaseDeleteComment: DBTEAMLOGShowcaseDeleteCommentType { get }
-
(showcase) Edited showcase - note: Ensure the
isShowcaseEdited
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseEditedType *_Nonnull showcaseEdited;
Swift
var showcaseEdited: DBTEAMLOGShowcaseEditedType { get }
-
(showcase) Edited showcase comment - note: Ensure the
isShowcaseEditComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseEditCommentType *_Nonnull showcaseEditComment;
Swift
var showcaseEditComment: DBTEAMLOGShowcaseEditCommentType { get }
-
(showcase) Added file to showcase - note: Ensure the
isShowcaseFileAdded
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileAddedType *_Nonnull showcaseFileAdded;
Swift
var showcaseFileAdded: DBTEAMLOGShowcaseFileAddedType { get }
-
(showcase) Downloaded file from showcase - note: Ensure the
isShowcaseFileDownload
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileDownloadType *_Nonnull showcaseFileDownload;
Swift
var showcaseFileDownload: DBTEAMLOGShowcaseFileDownloadType { get }
-
(showcase) Removed file from showcase - note: Ensure the
isShowcaseFileRemoved
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileRemovedType *_Nonnull showcaseFileRemoved;
Swift
var showcaseFileRemoved: DBTEAMLOGShowcaseFileRemovedType { get }
-
(showcase) Viewed file in showcase - note: Ensure the
isShowcaseFileView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseFileViewType *_Nonnull showcaseFileView;
Swift
var showcaseFileView: DBTEAMLOGShowcaseFileViewType { get }
-
(showcase) Permanently deleted showcase - note: Ensure the
isShowcasePermanentlyDeleted
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcasePermanentlyDeletedType *_Nonnull showcasePermanentlyDeleted;
Swift
var showcasePermanentlyDeleted: DBTEAMLOGShowcasePermanentlyDeletedType { get }
-
(showcase) Added showcase comment - note: Ensure the
isShowcasePostComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcasePostCommentType *_Nonnull showcasePostComment;
Swift
var showcasePostComment: DBTEAMLOGShowcasePostCommentType { get }
-
(showcase) Removed member from showcase - note: Ensure the
isShowcaseRemoveMember
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRemoveMemberType *_Nonnull showcaseRemoveMember;
Swift
var showcaseRemoveMember: DBTEAMLOGShowcaseRemoveMemberType { get }
-
(showcase) Renamed showcase - note: Ensure the
isShowcaseRenamed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRenamedType *_Nonnull showcaseRenamed;
Swift
var showcaseRenamed: DBTEAMLOGShowcaseRenamedType { get }
-
(showcase) Requested access to showcase - note: Ensure the
isShowcaseRequestAccess
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRequestAccessType *_Nonnull showcaseRequestAccess;
Swift
var showcaseRequestAccess: DBTEAMLOGShowcaseRequestAccessType { get }
-
(showcase) Resolved showcase comment - note: Ensure the
isShowcaseResolveComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseResolveCommentType *_Nonnull showcaseResolveComment;
Swift
var showcaseResolveComment: DBTEAMLOGShowcaseResolveCommentType { get }
-
(showcase) Unarchived showcase - note: Ensure the
isShowcaseRestored
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseRestoredType *_Nonnull showcaseRestored;
Swift
var showcaseRestored: DBTEAMLOGShowcaseRestoredType { get }
-
(showcase) Deleted showcase - note: Ensure the
isShowcaseTrashed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseTrashedType *_Nonnull showcaseTrashed;
Swift
var showcaseTrashed: DBTEAMLOGShowcaseTrashedType { get }
-
(showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’) - note: Ensure the
isShowcaseTrashedDeprecated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseTrashedDeprecatedType *_Nonnull showcaseTrashedDeprecated;
Swift
var showcaseTrashedDeprecated: DBTEAMLOGShowcaseTrashedDeprecatedType { get }
-
(showcase) Unresolved showcase comment - note: Ensure the
isShowcaseUnresolveComment
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUnresolveCommentType *_Nonnull showcaseUnresolveComment;
Swift
var showcaseUnresolveComment: DBTEAMLOGShowcaseUnresolveCommentType { get }
-
(showcase) Restored showcase - note: Ensure the
isShowcaseUntrashed
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUntrashedType *_Nonnull showcaseUntrashed;
Swift
var showcaseUntrashed: DBTEAMLOGShowcaseUntrashedType { get }
-
(showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’) - note: Ensure the
isShowcaseUntrashedDeprecated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseUntrashedDeprecatedType *_Nonnull showcaseUntrashedDeprecated;
Swift
var showcaseUntrashedDeprecated: DBTEAMLOGShowcaseUntrashedDeprecatedType { get }
-
(showcase) Viewed showcase - note: Ensure the
isShowcaseView
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseViewType *_Nonnull showcaseView;
Swift
var showcaseView: DBTEAMLOGShowcaseViewType { get }
-
(sso) Added X.509 certificate for SSO - note: Ensure the
isSsoAddCert
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddCertType *_Nonnull ssoAddCert;
Swift
var ssoAddCert: DBTEAMLOGSsoAddCertType { get }
-
(sso) Added sign-in URL for SSO - note: Ensure the
isSsoAddLoginUrl
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddLoginUrlType *_Nonnull ssoAddLoginUrl;
Swift
var ssoAddLoginUrl: DBTEAMLOGSsoAddLoginUrlType { get }
-
(sso) Added sign-out URL for SSO - note: Ensure the
isSsoAddLogoutUrl
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoAddLogoutUrlType *_Nonnull ssoAddLogoutUrl;
Swift
var ssoAddLogoutUrl: DBTEAMLOGSsoAddLogoutUrlType { get }
-
(sso) Changed X.509 certificate for SSO - note: Ensure the
isSsoChangeCert
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeCertType *_Nonnull ssoChangeCert;
Swift
var ssoChangeCert: DBTEAMLOGSsoChangeCertType { get }
-
(sso) Changed sign-in URL for SSO - note: Ensure the
isSsoChangeLoginUrl
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeLoginUrlType *_Nonnull ssoChangeLoginUrl;
Swift
var ssoChangeLoginUrl: DBTEAMLOGSsoChangeLoginUrlType { get }
-
(sso) Changed sign-out URL for SSO - note: Ensure the
isSsoChangeLogoutUrl
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeLogoutUrlType *_Nonnull ssoChangeLogoutUrl;
Swift
var ssoChangeLogoutUrl: DBTEAMLOGSsoChangeLogoutUrlType { get }
-
(sso) Changed SAML identity mode for SSO - note: Ensure the
isSsoChangeSamlIdentityMode
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangeSamlIdentityModeType *_Nonnull ssoChangeSamlIdentityMode;
Swift
var ssoChangeSamlIdentityMode: DBTEAMLOGSsoChangeSamlIdentityModeType { get }
-
(sso) Removed X.509 certificate for SSO - note: Ensure the
isSsoRemoveCert
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveCertType *_Nonnull ssoRemoveCert;
Swift
var ssoRemoveCert: DBTEAMLOGSsoRemoveCertType { get }
-
(sso) Removed sign-in URL for SSO - note: Ensure the
isSsoRemoveLoginUrl
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLoginUrlType *_Nonnull ssoRemoveLoginUrl;
Swift
var ssoRemoveLoginUrl: DBTEAMLOGSsoRemoveLoginUrlType { get }
-
(sso) Removed sign-out URL for SSO - note: Ensure the
isSsoRemoveLogoutUrl
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoRemoveLogoutUrlType *_Nonnull ssoRemoveLogoutUrl;
Swift
var ssoRemoveLogoutUrl: DBTEAMLOGSsoRemoveLogoutUrlType { get }
-
(team_folders) Changed archival status of team folder - note: Ensure the
isTeamFolderChangeStatus
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderChangeStatusType *_Nonnull teamFolderChangeStatus;
Swift
var teamFolderChangeStatus: DBTEAMLOGTeamFolderChangeStatusType { get }
-
(team_folders) Created team folder in active status - note: Ensure the
isTeamFolderCreate
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderCreateType *_Nonnull teamFolderCreate;
Swift
var teamFolderCreate: DBTEAMLOGTeamFolderCreateType { get }
-
(team_folders) Downgraded team folder to regular shared folder - note: Ensure the
isTeamFolderDowngrade
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderDowngradeType *_Nonnull teamFolderDowngrade;
Swift
var teamFolderDowngrade: DBTEAMLOGTeamFolderDowngradeType { get }
-
(team_folders) Permanently deleted archived team folder - note: Ensure the
isTeamFolderPermanentlyDelete
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderPermanentlyDeleteType *_Nonnull teamFolderPermanentlyDelete;
Swift
var teamFolderPermanentlyDelete: DBTEAMLOGTeamFolderPermanentlyDeleteType { get }
-
(team_folders) Renamed active/archived team folder - note: Ensure the
isTeamFolderRename
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamFolderRenameType *_Nonnull teamFolderRename;
Swift
var teamFolderRename: DBTEAMLOGTeamFolderRenameType { get }
-
(team_folders) Changed sync default - note: Ensure the
isTeamSelectiveSyncSettingsChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSelectiveSyncSettingsChangedType *_Nonnull teamSelectiveSyncSettingsChanged;
Swift
var teamSelectiveSyncSettingsChanged: DBTEAMLOGTeamSelectiveSyncSettingsChangedType { get }
-
(team_policies) Changed account capture setting on team domain - note: Ensure the
isAccountCaptureChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAccountCaptureChangePolicyType *_Nonnull accountCaptureChangePolicy;
Swift
var accountCaptureChangePolicy: DBTEAMLOGAccountCaptureChangePolicyType { get }
-
(team_policies) Changed admin reminder settings for requests to join the team - note: Ensure the
isAdminEmailRemindersChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAdminEmailRemindersChangedType *_Nonnull adminEmailRemindersChanged;
Swift
var adminEmailRemindersChanged: DBTEAMLOGAdminEmailRemindersChangedType { get }
-
(team_policies) Disabled downloads (deprecated, no longer logged) @note Ensure the
isAllowDownloadDisabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAllowDownloadDisabledType *_Nonnull allowDownloadDisabled;
Swift
var allowDownloadDisabled: DBTEAMLOGAllowDownloadDisabledType { get }
-
(team_policies) Enabled downloads (deprecated, no longer logged) @note Ensure the
isAllowDownloadEnabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAllowDownloadEnabledType *_Nonnull allowDownloadEnabled;
Swift
var allowDownloadEnabled: DBTEAMLOGAllowDownloadEnabledType { get }
-
(team_policies) Changed app permissions - note: Ensure the
isAppPermissionsChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGAppPermissionsChangedType *_Nonnull appPermissionsChanged;
Swift
var appPermissionsChanged: DBTEAMLOGAppPermissionsChangedType { get }
-
(team_policies) Changed camera uploads setting for team - note: Ensure the
isCameraUploadsPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCameraUploadsPolicyChangedType *_Nonnull cameraUploadsPolicyChanged;
Swift
var cameraUploadsPolicyChanged: DBTEAMLOGCameraUploadsPolicyChangedType { get }
-
(team_policies) Changed Capture transcription policy for team - note: Ensure the
isCaptureTranscriptPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGCaptureTranscriptPolicyChangedType *_Nonnull captureTranscriptPolicyChanged;
Swift
var captureTranscriptPolicyChanged: DBTEAMLOGCaptureTranscriptPolicyChangedType { get }
-
(team_policies) Changed classification policy for team - note: Ensure the
isClassificationChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGClassificationChangePolicyType *_Nonnull classificationChangePolicy;
Swift
var classificationChangePolicy: DBTEAMLOGClassificationChangePolicyType { get }
-
(team_policies) Changed computer backup policy for team - note: Ensure the
isComputerBackupPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGComputerBackupPolicyChangedType *_Nonnull computerBackupPolicyChanged;
Swift
var computerBackupPolicyChanged: DBTEAMLOGComputerBackupPolicyChangedType { get }
-
(team_policies) Changed content management setting - note: Ensure the
isContentAdministrationPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGContentAdministrationPolicyChangedType *_Nonnull contentAdministrationPolicyChanged;
Swift
var contentAdministrationPolicyChanged: DBTEAMLOGContentAdministrationPolicyChangedType { get }
-
(team_policies) Set restrictions on data center locations where team data resides - note: Ensure the
isDataPlacementRestrictionChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataPlacementRestrictionChangePolicyType *_Nonnull dataPlacementRestrictionChangePolicy;
Swift
var dataPlacementRestrictionChangePolicy: DBTEAMLOGDataPlacementRestrictionChangePolicyType { get }
-
(team_policies) Completed restrictions on data center locations where team data resides - note: Ensure the
isDataPlacementRestrictionSatisfyPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType *_Nonnull dataPlacementRestrictionSatisfyPolicy;
Swift
var dataPlacementRestrictionSatisfyPolicy: DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType { get }
-
(team_policies) Added members to device approvals exception list @note Ensure the
isDeviceApprovalsAddException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsAddExceptionType *_Nonnull deviceApprovalsAddException;
Swift
var deviceApprovalsAddException: DBTEAMLOGDeviceApprovalsAddExceptionType { get }
-
(team_policies) Set/removed limit on number of computers member can link to team Dropbox account - note: Ensure the
isDeviceApprovalsChangeDesktopPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType *_Nonnull deviceApprovalsChangeDesktopPolicy;
Swift
var deviceApprovalsChangeDesktopPolicy: DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType { get }
-
(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account - note: Ensure the
isDeviceApprovalsChangeMobilePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeMobilePolicyType *_Nonnull deviceApprovalsChangeMobilePolicy;
Swift
var deviceApprovalsChangeMobilePolicy: DBTEAMLOGDeviceApprovalsChangeMobilePolicyType { get }
-
(team_policies) Changed device approvals setting when member is over limit
Note
Ensure theisDeviceApprovalsChangeOverageAction
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeOverageActionType *_Nonnull deviceApprovalsChangeOverageAction;
Swift
var deviceApprovalsChangeOverageAction: DBTEAMLOGDeviceApprovalsChangeOverageActionType { get }
-
(team_policies) Changed device approvals setting when member unlinks approved device - note: Ensure the
isDeviceApprovalsChangeUnlinkAction
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsChangeUnlinkActionType *_Nonnull deviceApprovalsChangeUnlinkAction;
Swift
var deviceApprovalsChangeUnlinkAction: DBTEAMLOGDeviceApprovalsChangeUnlinkActionType { get }
-
(team_policies) Removed members from device approvals exception list @note Ensure the
isDeviceApprovalsRemoveException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDeviceApprovalsRemoveExceptionType *_Nonnull deviceApprovalsRemoveException;
Swift
var deviceApprovalsRemoveException: DBTEAMLOGDeviceApprovalsRemoveExceptionType { get }
-
(team_policies) Added members to directory restrictions list - note: Ensure the
isDirectoryRestrictionsAddMembers
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDirectoryRestrictionsAddMembersType *_Nonnull directoryRestrictionsAddMembers;
Swift
var directoryRestrictionsAddMembers: DBTEAMLOGDirectoryRestrictionsAddMembersType { get }
-
(team_policies) Removed members from directory restrictions list @note Ensure the
isDirectoryRestrictionsRemoveMembers
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDirectoryRestrictionsRemoveMembersType *_Nonnull directoryRestrictionsRemoveMembers;
Swift
var directoryRestrictionsRemoveMembers: DBTEAMLOGDirectoryRestrictionsRemoveMembersType { get }
-
(team_policies) Changed Dropbox Passwords policy for team - note: Ensure the
isDropboxPasswordsPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDropboxPasswordsPolicyChangedType *_Nonnull dropboxPasswordsPolicyChanged;
Swift
var dropboxPasswordsPolicyChanged: DBTEAMLOGDropboxPasswordsPolicyChangedType { get }
-
(team_policies) Changed email to Dropbox policy for team - note: Ensure the
isEmailIngestPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmailIngestPolicyChangedType *_Nonnull emailIngestPolicyChanged;
Swift
var emailIngestPolicyChanged: DBTEAMLOGEmailIngestPolicyChangedType { get }
-
(team_policies) Added members to EMM exception list - note: Ensure the
isEmmAddException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmAddExceptionType *_Nonnull emmAddException;
Swift
var emmAddException: DBTEAMLOGEmmAddExceptionType { get }
-
(team_policies) Enabled/disabled enterprise mobility management for members
Note
Ensure theisEmmChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmChangePolicyType *_Nonnull emmChangePolicy;
Swift
var emmChangePolicy: DBTEAMLOGEmmChangePolicyType { get }
-
(team_policies) Removed members from EMM exception list - note: Ensure the
isEmmRemoveException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEmmRemoveExceptionType *_Nonnull emmRemoveException;
Swift
var emmRemoveException: DBTEAMLOGEmmRemoveExceptionType { get }
-
(team_policies) Accepted/opted out of extended version history - note: Ensure the
isExtendedVersionHistoryChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExtendedVersionHistoryChangePolicyType *_Nonnull extendedVersionHistoryChangePolicy;
Swift
var extendedVersionHistoryChangePolicy: DBTEAMLOGExtendedVersionHistoryChangePolicyType { get }
-
(team_policies) Changed external drive backup policy for team - note: Ensure the
isExternalDriveBackupPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGExternalDriveBackupPolicyChangedType *_Nonnull externalDriveBackupPolicyChanged;
Swift
var externalDriveBackupPolicyChanged: DBTEAMLOGExternalDriveBackupPolicyChangedType { get }
-
(team_policies) Enabled/disabled commenting on team files - note: Ensure the
isFileCommentsChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileCommentsChangePolicyType *_Nonnull fileCommentsChangePolicy;
Swift
var fileCommentsChangePolicy: DBTEAMLOGFileCommentsChangePolicyType { get }
-
(team_policies) Changed file locking policy for team - note: Ensure the
isFileLockingPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileLockingPolicyChangedType *_Nonnull fileLockingPolicyChanged;
Swift
var fileLockingPolicyChanged: DBTEAMLOGFileLockingPolicyChangedType { get }
-
(team_policies) Changed File Provider Migration policy for team - note: Ensure the
isFileProviderMigrationPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileProviderMigrationPolicyChangedType *_Nonnull fileProviderMigrationPolicyChanged;
Swift
var fileProviderMigrationPolicyChanged: DBTEAMLOGFileProviderMigrationPolicyChangedType { get }
-
(team_policies) Enabled/disabled file requests - note: Ensure the
isFileRequestsChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsChangePolicyType *_Nonnull fileRequestsChangePolicy;
Swift
var fileRequestsChangePolicy: DBTEAMLOGFileRequestsChangePolicyType { get }
-
(team_policies) Enabled file request emails for everyone (deprecated, no longer logged) - note: Ensure the
isFileRequestsEmailsEnabled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsEmailsEnabledType *_Nonnull fileRequestsEmailsEnabled;
Swift
var fileRequestsEmailsEnabled: DBTEAMLOGFileRequestsEmailsEnabledType { get }
-
(team_policies) Enabled file request emails for team (deprecated, no longer logged) - note: Ensure the
isFileRequestsEmailsRestrictedToTeamOnly
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType *_Nonnull fileRequestsEmailsRestrictedToTeamOnly;
Swift
var fileRequestsEmailsRestrictedToTeamOnly: DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType { get }
-
(team_policies) Changed file transfers policy for team - note: Ensure the
isFileTransfersPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFileTransfersPolicyChangedType *_Nonnull fileTransfersPolicyChanged;
Swift
var fileTransfersPolicyChanged: DBTEAMLOGFileTransfersPolicyChangedType { get }
-
(team_policies) Changed folder link restrictions policy for team @note Ensure the
isFolderLinkRestrictionPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGFolderLinkRestrictionPolicyChangedType *_Nonnull folderLinkRestrictionPolicyChanged;
Swift
var folderLinkRestrictionPolicyChanged: DBTEAMLOGFolderLinkRestrictionPolicyChangedType { get }
-
(team_policies) Enabled/disabled Google single sign-on for team - note: Ensure the
isGoogleSsoChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGoogleSsoChangePolicyType *_Nonnull googleSsoChangePolicy;
Swift
var googleSsoChangePolicy: DBTEAMLOGGoogleSsoChangePolicyType { get }
-
(team_policies) Changed who can create groups - note: Ensure the
isGroupUserManagementChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGroupUserManagementChangePolicyType *_Nonnull groupUserManagementChangePolicy;
Swift
var groupUserManagementChangePolicy: DBTEAMLOGGroupUserManagementChangePolicyType { get }
-
(team_policies) Changed integration policy for team - note: Ensure the
isIntegrationPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGIntegrationPolicyChangedType *_Nonnull integrationPolicyChanged;
Swift
var integrationPolicyChanged: DBTEAMLOGIntegrationPolicyChangedType { get }
-
(team_policies) Changed invite accept email policy for team - note: Ensure the
isInviteAcceptanceEmailPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGInviteAcceptanceEmailPolicyChangedType *_Nonnull inviteAcceptanceEmailPolicyChanged;
Swift
var inviteAcceptanceEmailPolicyChanged: DBTEAMLOGInviteAcceptanceEmailPolicyChangedType { get }
-
(team_policies) Changed whether users can find team when not invited @note Ensure the
isMemberRequestsChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberRequestsChangePolicyType *_Nonnull memberRequestsChangePolicy;
Swift
var memberRequestsChangePolicy: DBTEAMLOGMemberRequestsChangePolicyType { get }
-
(team_policies) Changed member send invite policy for team - note: Ensure the
isMemberSendInvitePolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSendInvitePolicyChangedType *_Nonnull memberSendInvitePolicyChanged;
Swift
var memberSendInvitePolicyChanged: DBTEAMLOGMemberSendInvitePolicyChangedType { get }
-
(team_policies) Added members to member space limit exception list @note Ensure the
isMemberSpaceLimitsAddException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsAddExceptionType *_Nonnull memberSpaceLimitsAddException;
Swift
var memberSpaceLimitsAddException: DBTEAMLOGMemberSpaceLimitsAddExceptionType { get }
-
(team_policies) Changed member space limit type for team - note: Ensure the
isMemberSpaceLimitsChangeCapsTypePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType *_Nonnull memberSpaceLimitsChangeCapsTypePolicy;
Swift
var memberSpaceLimitsChangeCapsTypePolicy: DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType { get }
-
(team_policies) Changed team default member space limit - note: Ensure the
isMemberSpaceLimitsChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsChangePolicyType *_Nonnull memberSpaceLimitsChangePolicy;
Swift
var memberSpaceLimitsChangePolicy: DBTEAMLOGMemberSpaceLimitsChangePolicyType { get }
-
(team_policies) Removed members from member space limit exception list @note Ensure the
isMemberSpaceLimitsRemoveException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSpaceLimitsRemoveExceptionType *_Nonnull memberSpaceLimitsRemoveException;
Swift
var memberSpaceLimitsRemoveException: DBTEAMLOGMemberSpaceLimitsRemoveExceptionType { get }
-
(team_policies) Enabled/disabled option for team members to suggest people to add to team - note: Ensure the
isMemberSuggestionsChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMemberSuggestionsChangePolicyType *_Nonnull memberSuggestionsChangePolicy;
Swift
var memberSuggestionsChangePolicy: DBTEAMLOGMemberSuggestionsChangePolicyType { get }
-
(team_policies) Enabled/disabled Microsoft Office add-in - note: Ensure the
isMicrosoftOfficeAddinChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGMicrosoftOfficeAddinChangePolicyType *_Nonnull microsoftOfficeAddinChangePolicy;
Swift
var microsoftOfficeAddinChangePolicy: DBTEAMLOGMicrosoftOfficeAddinChangePolicyType { get }
-
(team_policies) Enabled/disabled network control - note: Ensure the
isNetworkControlChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGNetworkControlChangePolicyType *_Nonnull networkControlChangePolicy;
Swift
var networkControlChangePolicy: DBTEAMLOGNetworkControlChangePolicyType { get }
-
(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members - note: Ensure the
isPaperChangeDeploymentPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeDeploymentPolicyType *_Nonnull paperChangeDeploymentPolicy;
Swift
var paperChangeDeploymentPolicy: DBTEAMLOGPaperChangeDeploymentPolicyType { get }
-
(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged) - note: Ensure the
isPaperChangeMemberLinkPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberLinkPolicyType *_Nonnull paperChangeMemberLinkPolicy;
Swift
var paperChangeMemberLinkPolicy: DBTEAMLOGPaperChangeMemberLinkPolicyType { get }
-
(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default @note Ensure the
isPaperChangeMemberPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangeMemberPolicyType *_Nonnull paperChangeMemberPolicy;
Swift
var paperChangeMemberPolicy: DBTEAMLOGPaperChangeMemberPolicyType { get }
-
(team_policies) Enabled/disabled Dropbox Paper for team - note: Ensure the
isPaperChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperChangePolicyType *_Nonnull paperChangePolicy;
Swift
var paperChangePolicy: DBTEAMLOGPaperChangePolicyType { get }
-
(team_policies) Changed Paper Default Folder Policy setting for team @note Ensure the
isPaperDefaultFolderPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDefaultFolderPolicyChangedType *_Nonnull paperDefaultFolderPolicyChanged;
Swift
var paperDefaultFolderPolicyChanged: DBTEAMLOGPaperDefaultFolderPolicyChangedType { get }
-
(team_policies) Enabled/disabled Paper Desktop for team - note: Ensure the
isPaperDesktopPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperDesktopPolicyChangedType *_Nonnull paperDesktopPolicyChanged;
Swift
var paperDesktopPolicyChanged: DBTEAMLOGPaperDesktopPolicyChangedType { get }
-
(team_policies) Added users to Paper-enabled users list - note: Ensure the
isPaperEnabledUsersGroupAddition
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperEnabledUsersGroupAdditionType *_Nonnull paperEnabledUsersGroupAddition;
Swift
var paperEnabledUsersGroupAddition: DBTEAMLOGPaperEnabledUsersGroupAdditionType { get }
-
(team_policies) Removed users from Paper-enabled users list - note: Ensure the
isPaperEnabledUsersGroupRemoval
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPaperEnabledUsersGroupRemovalType *_Nonnull paperEnabledUsersGroupRemoval;
Swift
var paperEnabledUsersGroupRemoval: DBTEAMLOGPaperEnabledUsersGroupRemovalType { get }
-
(team_policies) Changed team password strength requirements - note: Ensure the
isPasswordStrengthRequirementsChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPasswordStrengthRequirementsChangePolicyType *_Nonnull passwordStrengthRequirementsChangePolicy;
Swift
var passwordStrengthRequirementsChangePolicy: DBTEAMLOGPasswordStrengthRequirementsChangePolicyType { get }
-
(team_policies) Enabled/disabled ability of team members to permanently delete content - note: Ensure the
isPermanentDeleteChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGPermanentDeleteChangePolicyType *_Nonnull permanentDeleteChangePolicy;
Swift
var permanentDeleteChangePolicy: DBTEAMLOGPermanentDeleteChangePolicyType { get }
-
(team_policies) Enabled/disabled reseller support - note: Ensure the
isResellerSupportChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGResellerSupportChangePolicyType *_Nonnull resellerSupportChangePolicy;
Swift
var resellerSupportChangePolicy: DBTEAMLOGResellerSupportChangePolicyType { get }
-
(team_policies) Changed Rewind policy for team - note: Ensure the
isRewindPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGRewindPolicyChangedType *_Nonnull rewindPolicyChanged;
Swift
var rewindPolicyChanged: DBTEAMLOGRewindPolicyChangedType { get }
-
(team_policies) Changed send for signature policy for team - note: Ensure the
isSendForSignaturePolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSendForSignaturePolicyChangedType *_Nonnull sendForSignaturePolicyChanged;
Swift
var sendForSignaturePolicyChanged: DBTEAMLOGSendForSignaturePolicyChangedType { get }
-
(team_policies) Changed whether team members can join shared folders owned outside team - note: Ensure the
isSharingChangeFolderJoinPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeFolderJoinPolicyType *_Nonnull sharingChangeFolderJoinPolicy;
Swift
var sharingChangeFolderJoinPolicy: DBTEAMLOGSharingChangeFolderJoinPolicyType { get }
-
(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team - note: Ensure the
isSharingChangeLinkAllowChangeExpirationPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType *_Nonnull sharingChangeLinkAllowChangeExpirationPolicy;
Swift
var sharingChangeLinkAllowChangeExpirationPolicy: DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType { get }
-
(team_policies) Changed the default expiration for the links shared outside of the team - note: Ensure the
isSharingChangeLinkDefaultExpirationPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType *_Nonnull sharingChangeLinkDefaultExpirationPolicy;
Swift
var sharingChangeLinkDefaultExpirationPolicy: DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType { get }
-
(team_policies) Changed the password requirement for the links shared outside of the team - note: Ensure the
isSharingChangeLinkEnforcePasswordPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType *_Nonnull sharingChangeLinkEnforcePasswordPolicy;
Swift
var sharingChangeLinkEnforcePasswordPolicy: DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType { get }
-
(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default - note: Ensure the
isSharingChangeLinkPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeLinkPolicyType *_Nonnull sharingChangeLinkPolicy;
Swift
var sharingChangeLinkPolicy: DBTEAMLOGSharingChangeLinkPolicyType { get }
-
(team_policies) Changed whether members can share files/folders outside team
Note
Ensure theisSharingChangeMemberPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSharingChangeMemberPolicyType *_Nonnull sharingChangeMemberPolicy;
Swift
var sharingChangeMemberPolicy: DBTEAMLOGSharingChangeMemberPolicyType { get }
-
(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team - note: Ensure the
isShowcaseChangeDownloadPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeDownloadPolicyType *_Nonnull showcaseChangeDownloadPolicy;
Swift
var showcaseChangeDownloadPolicy: DBTEAMLOGShowcaseChangeDownloadPolicyType { get }
-
(team_policies) Enabled/disabled Dropbox Showcase for team - note: Ensure the
isShowcaseChangeEnabledPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeEnabledPolicyType *_Nonnull showcaseChangeEnabledPolicy;
Swift
var showcaseChangeEnabledPolicy: DBTEAMLOGShowcaseChangeEnabledPolicyType { get }
-
(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team - note: Ensure the
isShowcaseChangeExternalSharingPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseChangeExternalSharingPolicyType *_Nonnull showcaseChangeExternalSharingPolicy;
Swift
var showcaseChangeExternalSharingPolicy: DBTEAMLOGShowcaseChangeExternalSharingPolicyType { get }
-
(team_policies) Changed automatic Smart Sync setting for team - note: Ensure the
isSmarterSmartSyncPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmarterSmartSyncPolicyChangedType *_Nonnull smarterSmartSyncPolicyChanged;
Swift
var smarterSmartSyncPolicyChanged: DBTEAMLOGSmarterSmartSyncPolicyChangedType { get }
-
(team_policies) Changed default Smart Sync setting for team members @note Ensure the
isSmartSyncChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncChangePolicyType *_Nonnull smartSyncChangePolicy;
Swift
var smartSyncChangePolicy: DBTEAMLOGSmartSyncChangePolicyType { get }
-
(team_policies) Opted team into Smart Sync - note: Ensure the
isSmartSyncNotOptOut
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncNotOptOutType *_Nonnull smartSyncNotOptOut;
Swift
var smartSyncNotOptOut: DBTEAMLOGSmartSyncNotOptOutType { get }
-
(team_policies) Opted team out of Smart Sync - note: Ensure the
isSmartSyncOptOut
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSmartSyncOptOutType *_Nonnull smartSyncOptOut;
Swift
var smartSyncOptOut: DBTEAMLOGSmartSyncOptOutType { get }
-
(team_policies) Changed single sign-on setting for team - note: Ensure the
isSsoChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGSsoChangePolicyType *_Nonnull ssoChangePolicy;
Swift
var ssoChangePolicy: DBTEAMLOGSsoChangePolicyType { get }
-
(team_policies) Changed team branding policy for team - note: Ensure the
isTeamBrandingPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamBrandingPolicyChangedType *_Nonnull teamBrandingPolicyChanged;
Swift
var teamBrandingPolicyChanged: DBTEAMLOGTeamBrandingPolicyChangedType { get }
-
(team_policies) Changed App Integrations setting for team - note: Ensure the
isTeamExtensionsPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamExtensionsPolicyChangedType *_Nonnull teamExtensionsPolicyChanged;
Swift
var teamExtensionsPolicyChanged: DBTEAMLOGTeamExtensionsPolicyChangedType { get }
-
(team_policies) Enabled/disabled Team Selective Sync for team - note: Ensure the
isTeamSelectiveSyncPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSelectiveSyncPolicyChangedType *_Nonnull teamSelectiveSyncPolicyChanged;
Swift
var teamSelectiveSyncPolicyChanged: DBTEAMLOGTeamSelectiveSyncPolicyChangedType { get }
-
(team_policies) Edited the approved list for sharing externally - note: Ensure the
isTeamSharingWhitelistSubjectsChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamSharingWhitelistSubjectsChangedType *_Nonnull teamSharingWhitelistSubjectsChanged;
Swift
var teamSharingWhitelistSubjectsChanged: DBTEAMLOGTeamSharingWhitelistSubjectsChangedType { get }
-
(team_policies) Added members to two factor authentication exception list
Note
Ensure theisTfaAddException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddExceptionType *_Nonnull tfaAddException;
Swift
var tfaAddException: DBTEAMLOGTfaAddExceptionType { get }
-
(team_policies) Changed two-step verification setting for team - note: Ensure the
isTfaChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangePolicyType *_Nonnull tfaChangePolicy;
Swift
var tfaChangePolicy: DBTEAMLOGTfaChangePolicyType { get }
-
(team_policies) Removed members from two factor authentication exception list - note: Ensure the
isTfaRemoveException
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveExceptionType *_Nonnull tfaRemoveException;
Swift
var tfaRemoveException: DBTEAMLOGTfaRemoveExceptionType { get }
-
(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer - note: Ensure the
isTwoAccountChangePolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTwoAccountChangePolicyType *_Nonnull twoAccountChangePolicy;
Swift
var twoAccountChangePolicy: DBTEAMLOGTwoAccountChangePolicyType { get }
-
(team_policies) Changed team policy for viewer info - note: Ensure the
isViewerInfoPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGViewerInfoPolicyChangedType *_Nonnull viewerInfoPolicyChanged;
Swift
var viewerInfoPolicyChanged: DBTEAMLOGViewerInfoPolicyChangedType { get }
-
(team_policies) Changed watermarking policy for team - note: Ensure the
isWatermarkingPolicyChanged
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWatermarkingPolicyChangedType *_Nonnull watermarkingPolicyChanged;
Swift
var watermarkingPolicyChanged: DBTEAMLOGWatermarkingPolicyChangedType { get }
-
(team_policies) Changed limit on active sessions per member - note: Ensure the
isWebSessionsChangeActiveSessionLimit
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeActiveSessionLimitType *_Nonnull webSessionsChangeActiveSessionLimit;
Swift
var webSessionsChangeActiveSessionLimit: DBTEAMLOGWebSessionsChangeActiveSessionLimitType { get }
-
(team_policies) Changed how long members can stay signed in to Dropbox.com
Note
Ensure theisWebSessionsChangeFixedLengthPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeFixedLengthPolicyType *_Nonnull webSessionsChangeFixedLengthPolicy;
Swift
var webSessionsChangeFixedLengthPolicy: DBTEAMLOGWebSessionsChangeFixedLengthPolicyType { get }
-
(team_policies) Changed how long team members can be idle while signed in to Dropbox.com - note: Ensure the
isWebSessionsChangeIdleLengthPolicy
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGWebSessionsChangeIdleLengthPolicyType *_Nonnull webSessionsChangeIdleLengthPolicy;
Swift
var webSessionsChangeIdleLengthPolicy: DBTEAMLOGWebSessionsChangeIdleLengthPolicyType { get }
-
(team_profile) Requested data residency migration for team data - note: Ensure the
isDataResidencyMigrationRequestSuccessful
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataResidencyMigrationRequestSuccessfulType *_Nonnull dataResidencyMigrationRequestSuccessful;
Swift
var dataResidencyMigrationRequestSuccessful: DBTEAMLOGDataResidencyMigrationRequestSuccessfulType { get }
-
(team_profile) Request for data residency migration for team data has failed
Note
Ensure theisDataResidencyMigrationRequestUnsuccessful
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType *_Nonnull dataResidencyMigrationRequestUnsuccessful;
Swift
var dataResidencyMigrationRequestUnsuccessful: DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType { get }
-
(team_profile) Merged another team into this team - note: Ensure the
isTeamMergeFrom
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeFromType *_Nonnull teamMergeFrom;
Swift
var teamMergeFrom: DBTEAMLOGTeamMergeFromType { get }
-
(team_profile) Merged this team into another team - note: Ensure the
isTeamMergeTo
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeToType *_Nonnull teamMergeTo;
Swift
var teamMergeTo: DBTEAMLOGTeamMergeToType { get }
-
(team_profile) Added team background to display on shared link headers @note Ensure the
isTeamProfileAddBackground
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileAddBackgroundType *_Nonnull teamProfileAddBackground;
Swift
var teamProfileAddBackground: DBTEAMLOGTeamProfileAddBackgroundType { get }
-
(team_profile) Added team logo to display on shared link headers @note Ensure the
isTeamProfileAddLogo
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileAddLogoType *_Nonnull teamProfileAddLogo;
Swift
var teamProfileAddLogo: DBTEAMLOGTeamProfileAddLogoType { get }
-
(team_profile) Changed team background displayed on shared link headers
Note
Ensure theisTeamProfileChangeBackground
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeBackgroundType *_Nonnull teamProfileChangeBackground;
Swift
var teamProfileChangeBackground: DBTEAMLOGTeamProfileChangeBackgroundType { get }
-
(team_profile) Changed default language for team - note: Ensure the
isTeamProfileChangeDefaultLanguage
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeDefaultLanguageType *_Nonnull teamProfileChangeDefaultLanguage;
Swift
var teamProfileChangeDefaultLanguage: DBTEAMLOGTeamProfileChangeDefaultLanguageType { get }
-
(team_profile) Changed team logo displayed on shared link headers @note Ensure the
isTeamProfileChangeLogo
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeLogoType *_Nonnull teamProfileChangeLogo;
Swift
var teamProfileChangeLogo: DBTEAMLOGTeamProfileChangeLogoType { get }
-
(team_profile) Changed team name - note: Ensure the
isTeamProfileChangeName
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileChangeNameType *_Nonnull teamProfileChangeName;
Swift
var teamProfileChangeName: DBTEAMLOGTeamProfileChangeNameType { get }
-
(team_profile) Removed team background displayed on shared link headers
Note
Ensure theisTeamProfileRemoveBackground
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileRemoveBackgroundType *_Nonnull teamProfileRemoveBackground;
Swift
var teamProfileRemoveBackground: DBTEAMLOGTeamProfileRemoveBackgroundType { get }
-
(team_profile) Removed team logo displayed on shared link headers @note Ensure the
isTeamProfileRemoveLogo
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamProfileRemoveLogoType *_Nonnull teamProfileRemoveLogo;
Swift
var teamProfileRemoveLogo: DBTEAMLOGTeamProfileRemoveLogoType { get }
-
(tfa) Added backup phone for two-step verification - note: Ensure the
isTfaAddBackupPhone
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddBackupPhoneType *_Nonnull tfaAddBackupPhone;
Swift
var tfaAddBackupPhone: DBTEAMLOGTfaAddBackupPhoneType { get }
-
(tfa) Added security key for two-step verification - note: Ensure the
isTfaAddSecurityKey
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaAddSecurityKeyType *_Nonnull tfaAddSecurityKey;
Swift
var tfaAddSecurityKey: DBTEAMLOGTfaAddSecurityKeyType { get }
-
(tfa) Changed backup phone for two-step verification - note: Ensure the
isTfaChangeBackupPhone
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangeBackupPhoneType *_Nonnull tfaChangeBackupPhone;
Swift
var tfaChangeBackupPhone: DBTEAMLOGTfaChangeBackupPhoneType { get }
-
(tfa) Enabled/disabled/changed two-step verification setting - note: Ensure the
isTfaChangeStatus
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaChangeStatusType *_Nonnull tfaChangeStatus;
Swift
var tfaChangeStatus: DBTEAMLOGTfaChangeStatusType { get }
-
(tfa) Removed backup phone for two-step verification - note: Ensure the
isTfaRemoveBackupPhone
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveBackupPhoneType *_Nonnull tfaRemoveBackupPhone;
Swift
var tfaRemoveBackupPhone: DBTEAMLOGTfaRemoveBackupPhoneType { get }
-
(tfa) Removed security key for two-step verification - note: Ensure the
isTfaRemoveSecurityKey
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaRemoveSecurityKeyType *_Nonnull tfaRemoveSecurityKey;
Swift
var tfaRemoveSecurityKey: DBTEAMLOGTfaRemoveSecurityKeyType { get }
-
(tfa) Reset two-step verification for team member - note: Ensure the
isTfaReset
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTfaResetType *_Nonnull tfaReset;
Swift
var tfaReset: DBTEAMLOGTfaResetType { get }
-
(trusted_teams) Changed enterprise admin role - note: Ensure the
isChangedEnterpriseAdminRole
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGChangedEnterpriseAdminRoleType *_Nonnull changedEnterpriseAdminRole;
Swift
var changedEnterpriseAdminRole: DBTEAMLOGChangedEnterpriseAdminRoleType { get }
-
(trusted_teams) Changed enterprise-connected team status - note: Ensure the
isChangedEnterpriseConnectedTeamStatus
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGChangedEnterpriseConnectedTeamStatusType *_Nonnull changedEnterpriseConnectedTeamStatus;
Swift
var changedEnterpriseConnectedTeamStatus: DBTEAMLOGChangedEnterpriseConnectedTeamStatusType { get }
-
(trusted_teams) Ended enterprise admin session - note: Ensure the
isEndedEnterpriseAdminSession
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEndedEnterpriseAdminSessionType *_Nonnull endedEnterpriseAdminSession;
Swift
var endedEnterpriseAdminSession: DBTEAMLOGEndedEnterpriseAdminSessionType { get }
-
(trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’) - note: Ensure the
isEndedEnterpriseAdminSessionDeprecated
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType *_Nonnull endedEnterpriseAdminSessionDeprecated;
Swift
var endedEnterpriseAdminSessionDeprecated: DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType { get }
-
(trusted_teams) Changed who can update a setting - note: Ensure the
isEnterpriseSettingsLocking
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGEnterpriseSettingsLockingType *_Nonnull enterpriseSettingsLocking;
Swift
var enterpriseSettingsLocking: DBTEAMLOGEnterpriseSettingsLockingType { get }
-
(trusted_teams) Changed guest team admin status - note: Ensure the
isGuestAdminChangeStatus
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGGuestAdminChangeStatusType *_Nonnull guestAdminChangeStatus;
Swift
var guestAdminChangeStatus: DBTEAMLOGGuestAdminChangeStatusType { get }
-
(trusted_teams) Started enterprise admin session - note: Ensure the
isStartedEnterpriseAdminSession
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGStartedEnterpriseAdminSessionType *_Nonnull startedEnterpriseAdminSession;
Swift
var startedEnterpriseAdminSession: DBTEAMLOGStartedEnterpriseAdminSessionType { get }
-
(trusted_teams) Accepted a team merge request - note: Ensure the
isTeamMergeRequestAccepted
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedType *_Nonnull teamMergeRequestAccepted;
Swift
var teamMergeRequestAccepted: DBTEAMLOGTeamMergeRequestAcceptedType { get }
-
(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’) - note: Ensure the
isTeamMergeRequestAcceptedShownToPrimaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType *_Nonnull teamMergeRequestAcceptedShownToPrimaryTeam;
Swift
var teamMergeRequestAcceptedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType { get }
-
(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’) - note: Ensure the
isTeamMergeRequestAcceptedShownToSecondaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType *_Nonnull teamMergeRequestAcceptedShownToSecondaryTeam;
Swift
var teamMergeRequestAcceptedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType { get }
-
(trusted_teams) Automatically canceled team merge request - note: Ensure the
isTeamMergeRequestAutoCanceled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestAutoCanceledType *_Nonnull teamMergeRequestAutoCanceled;
Swift
var teamMergeRequestAutoCanceled: DBTEAMLOGTeamMergeRequestAutoCanceledType { get }
-
(trusted_teams) Canceled a team merge request - note: Ensure the
isTeamMergeRequestCanceled
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledType *_Nonnull teamMergeRequestCanceled;
Swift
var teamMergeRequestCanceled: DBTEAMLOGTeamMergeRequestCanceledType { get }
-
(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’) - note: Ensure the
isTeamMergeRequestCanceledShownToPrimaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType *_Nonnull teamMergeRequestCanceledShownToPrimaryTeam;
Swift
var teamMergeRequestCanceledShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType { get }
-
(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’) - note: Ensure the
isTeamMergeRequestCanceledShownToSecondaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType *_Nonnull teamMergeRequestCanceledShownToSecondaryTeam;
Swift
var teamMergeRequestCanceledShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType { get }
-
(trusted_teams) Team merge request expired - note: Ensure the
isTeamMergeRequestExpired
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredType *_Nonnull teamMergeRequestExpired;
Swift
var teamMergeRequestExpired: DBTEAMLOGTeamMergeRequestExpiredType { get }
-
(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’) - note: Ensure the
isTeamMergeRequestExpiredShownToPrimaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType *_Nonnull teamMergeRequestExpiredShownToPrimaryTeam;
Swift
var teamMergeRequestExpiredShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType { get }
-
(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’) - note: Ensure the
isTeamMergeRequestExpiredShownToSecondaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType *_Nonnull teamMergeRequestExpiredShownToSecondaryTeam;
Swift
var teamMergeRequestExpiredShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType { get }
-
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Note
Ensure theisTeamMergeRequestRejectedShownToPrimaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType *_Nonnull teamMergeRequestRejectedShownToPrimaryTeam;
Swift
var teamMergeRequestRejectedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType { get }
-
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Note
Ensure theisTeamMergeRequestRejectedShownToSecondaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType *_Nonnull teamMergeRequestRejectedShownToSecondaryTeam;
Swift
var teamMergeRequestRejectedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType { get }
-
(trusted_teams) Sent a team merge request reminder - note: Ensure the
isTeamMergeRequestReminder
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderType *_Nonnull teamMergeRequestReminder;
Swift
var teamMergeRequestReminder: DBTEAMLOGTeamMergeRequestReminderType { get }
-
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’) - note: Ensure the
isTeamMergeRequestReminderShownToPrimaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType *_Nonnull teamMergeRequestReminderShownToPrimaryTeam;
Swift
var teamMergeRequestReminderShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType { get }
-
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’) - note: Ensure the
isTeamMergeRequestReminderShownToSecondaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType *_Nonnull teamMergeRequestReminderShownToSecondaryTeam;
Swift
var teamMergeRequestReminderShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType { get }
-
(trusted_teams) Canceled the team merge - note: Ensure the
isTeamMergeRequestRevoked
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestRevokedType *_Nonnull teamMergeRequestRevoked;
Swift
var teamMergeRequestRevoked: DBTEAMLOGTeamMergeRequestRevokedType { get }
-
(trusted_teams) Requested to merge their Dropbox team into yours @note Ensure the
isTeamMergeRequestSentShownToPrimaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType *_Nonnull teamMergeRequestSentShownToPrimaryTeam;
Swift
var teamMergeRequestSentShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType { get }
-
(trusted_teams) Requested to merge your team into another Dropbox team @note Ensure the
isTeamMergeRequestSentShownToSecondaryTeam
method returns true before accessing, otherwise a runtime exception will be raised.Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType *_Nonnull teamMergeRequestSentShownToSecondaryTeam;
Swift
var teamMergeRequestSentShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType { get }
-
Initializes union class with tag state of “admin_alerting_alert_state_changed”.
Description of the “admin_alerting_alert_state_changed” tag state: (admin_alerting) Changed an alert state
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingAlertStateChanged: (nonnull DBTEAMLOGAdminAlertingAlertStateChangedType *) adminAlertingAlertStateChanged;
Swift
init(adminAlertingAlertStateChanged: DBTEAMLOGAdminAlertingAlertStateChangedType)
Parameters
adminAlertingAlertStateChanged
(admin_alerting) Changed an alert state
Return Value
An initialized instance.
-
Initializes union class with tag state of “admin_alerting_changed_alert_config”.
Description of the “admin_alerting_changed_alert_config” tag state: (admin_alerting) Changed an alert setting
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingChangedAlertConfig: (nonnull DBTEAMLOGAdminAlertingChangedAlertConfigType *) adminAlertingChangedAlertConfig;
Swift
init(adminAlertingChangedAlertConfig: DBTEAMLOGAdminAlertingChangedAlertConfigType)
Parameters
adminAlertingChangedAlertConfig
(admin_alerting) Changed an alert setting
Return Value
An initialized instance.
-
Initializes union class with tag state of “admin_alerting_triggered_alert”.
Description of the “admin_alerting_triggered_alert” tag state: (admin_alerting) Triggered security alert
Declaration
Objective-C
- (nonnull instancetype)initWithAdminAlertingTriggeredAlert: (nonnull DBTEAMLOGAdminAlertingTriggeredAlertType *) adminAlertingTriggeredAlert;
Swift
init(adminAlertingTriggeredAlert: DBTEAMLOGAdminAlertingTriggeredAlertType)
Parameters
adminAlertingTriggeredAlert
(admin_alerting) Triggered security alert
Return Value
An initialized instance.
-
Initializes union class with tag state of “app_blocked_by_permissions”.
Description of the “app_blocked_by_permissions” tag state: (apps) Failed to connect app for member
Declaration
Objective-C
- (nonnull instancetype)initWithAppBlockedByPermissions: (nonnull DBTEAMLOGAppBlockedByPermissionsType *)appBlockedByPermissions;
Swift
init(appBlockedByPermissions: DBTEAMLOGAppBlockedByPermissionsType)
Parameters
appBlockedByPermissions
(apps) Failed to connect app for member
Return Value
An initialized instance.
-
Initializes union class with tag state of “app_link_team”.
Description of the “app_link_team” tag state: (apps) Linked app for team
Declaration
Objective-C
- (nonnull instancetype)initWithAppLinkTeam: (nonnull DBTEAMLOGAppLinkTeamType *)appLinkTeam;
Swift
init(appLinkTeam: DBTEAMLOGAppLinkTeamType)
Parameters
appLinkTeam
(apps) Linked app for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “app_link_user”.
Description of the “app_link_user” tag state: (apps) Linked app for member
Declaration
Objective-C
- (nonnull instancetype)initWithAppLinkUser: (nonnull DBTEAMLOGAppLinkUserType *)appLinkUser;
Swift
init(appLinkUser: DBTEAMLOGAppLinkUserType)
Parameters
appLinkUser
(apps) Linked app for member
Return Value
An initialized instance.
-
Initializes union class with tag state of “app_unlink_team”.
Description of the “app_unlink_team” tag state: (apps) Unlinked app for team
Declaration
Objective-C
- (nonnull instancetype)initWithAppUnlinkTeam: (nonnull DBTEAMLOGAppUnlinkTeamType *)appUnlinkTeam;
Swift
init(appUnlinkTeam: DBTEAMLOGAppUnlinkTeamType)
Parameters
appUnlinkTeam
(apps) Unlinked app for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “app_unlink_user”.
Description of the “app_unlink_user” tag state: (apps) Unlinked app for member
Declaration
Objective-C
- (nonnull instancetype)initWithAppUnlinkUser: (nonnull DBTEAMLOGAppUnlinkUserType *)appUnlinkUser;
Swift
init(appUnlinkUser: DBTEAMLOGAppUnlinkUserType)
Parameters
appUnlinkUser
(apps) Unlinked app for member
Return Value
An initialized instance.
-
Initializes union class with tag state of “integration_connected”.
Description of the “integration_connected” tag state: (apps) Connected integration for member
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationConnected: (nonnull DBTEAMLOGIntegrationConnectedType *)integrationConnected;
Swift
init(integrationConnected: DBTEAMLOGIntegrationConnectedType)
Parameters
integrationConnected
(apps) Connected integration for member
Return Value
An initialized instance.
-
Initializes union class with tag state of “integration_disconnected”.
Description of the “integration_disconnected” tag state: (apps) Disconnected integration for member
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationDisconnected: (nonnull DBTEAMLOGIntegrationDisconnectedType *)integrationDisconnected;
Swift
init(integrationDisconnected: DBTEAMLOGIntegrationDisconnectedType)
Parameters
integrationDisconnected
(apps) Disconnected integration for member
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_add_comment”.
Description of the “file_add_comment” tag state: (comments) Added file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileAddComment: (nonnull DBTEAMLOGFileAddCommentType *)fileAddComment;
Swift
init(fileAddComment: DBTEAMLOGFileAddCommentType)
Parameters
fileAddComment
(comments) Added file comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_change_comment_subscription”.
Description of the “file_change_comment_subscription” tag state: (comments) Subscribed to or unsubscribed from comment notifications for file
Declaration
Objective-C
- (nonnull instancetype)initWithFileChangeCommentSubscription: (nonnull DBTEAMLOGFileChangeCommentSubscriptionType *) fileChangeCommentSubscription;
Swift
init(fileChangeCommentSubscription: DBTEAMLOGFileChangeCommentSubscriptionType)
Parameters
fileChangeCommentSubscription
(comments) Subscribed to or unsubscribed from comment notifications for file
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_delete_comment”.
Description of the “file_delete_comment” tag state: (comments) Deleted file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileDeleteComment: (nonnull DBTEAMLOGFileDeleteCommentType *)fileDeleteComment;
Swift
init(fileDeleteComment: DBTEAMLOGFileDeleteCommentType)
Parameters
fileDeleteComment
(comments) Deleted file comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_edit_comment”.
Description of the “file_edit_comment” tag state: (comments) Edited file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileEditComment: (nonnull DBTEAMLOGFileEditCommentType *)fileEditComment;
Swift
init(fileEditComment: DBTEAMLOGFileEditCommentType)
Parameters
fileEditComment
(comments) Edited file comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_like_comment”.
Description of the “file_like_comment” tag state: (comments) Liked file comment (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileLikeComment: (nonnull DBTEAMLOGFileLikeCommentType *)fileLikeComment;
Swift
init(fileLikeComment: DBTEAMLOGFileLikeCommentType)
Parameters
fileLikeComment
(comments) Liked file comment (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_resolve_comment”.
Description of the “file_resolve_comment” tag state: (comments) Resolved file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileResolveComment: (nonnull DBTEAMLOGFileResolveCommentType *)fileResolveComment;
Swift
init(fileResolveComment: DBTEAMLOGFileResolveCommentType)
Parameters
fileResolveComment
(comments) Resolved file comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_unlike_comment”.
Description of the “file_unlike_comment” tag state: (comments) Unliked file comment (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileUnlikeComment: (nonnull DBTEAMLOGFileUnlikeCommentType *)fileUnlikeComment;
Swift
init(fileUnlikeComment: DBTEAMLOGFileUnlikeCommentType)
Parameters
fileUnlikeComment
(comments) Unliked file comment (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_unresolve_comment”.
Description of the “file_unresolve_comment” tag state: (comments) Unresolved file comment
Declaration
Objective-C
- (nonnull instancetype)initWithFileUnresolveComment: (nonnull DBTEAMLOGFileUnresolveCommentType *)fileUnresolveComment;
Swift
init(fileUnresolveComment: DBTEAMLOGFileUnresolveCommentType)
Parameters
fileUnresolveComment
(comments) Unresolved file comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_add_folders”.
Description of the “governance_policy_add_folders” tag state: (data_governance) Added folders to policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyAddFolders: (nonnull DBTEAMLOGGovernancePolicyAddFoldersType *) governancePolicyAddFolders;
Swift
init(governancePolicyAddFolders: DBTEAMLOGGovernancePolicyAddFoldersType)
Parameters
governancePolicyAddFolders
(data_governance) Added folders to policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_add_folder_failed”.
Description of the “governance_policy_add_folder_failed” tag state: (data_governance) Couldn’t add a folder to a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyAddFolderFailed: (nonnull DBTEAMLOGGovernancePolicyAddFolderFailedType *) governancePolicyAddFolderFailed;
Swift
init(governancePolicyAddFolderFailed: DBTEAMLOGGovernancePolicyAddFolderFailedType)
Parameters
governancePolicyAddFolderFailed
(data_governance) Couldn’t add a folder to a policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_content_disposed”.
Description of the “governance_policy_content_disposed” tag state: (data_governance) Content disposed
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyContentDisposed: (nonnull DBTEAMLOGGovernancePolicyContentDisposedType *) governancePolicyContentDisposed;
Swift
init(governancePolicyContentDisposed: DBTEAMLOGGovernancePolicyContentDisposedType)
Parameters
governancePolicyContentDisposed
(data_governance) Content disposed
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_create”.
Description of the “governance_policy_create” tag state: (data_governance) Activated a new policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyCreate: (nonnull DBTEAMLOGGovernancePolicyCreateType *)governancePolicyCreate;
Swift
init(governancePolicyCreate: DBTEAMLOGGovernancePolicyCreateType)
Parameters
governancePolicyCreate
(data_governance) Activated a new policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_delete”.
Description of the “governance_policy_delete” tag state: (data_governance) Deleted a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyDelete: (nonnull DBTEAMLOGGovernancePolicyDeleteType *)governancePolicyDelete;
Swift
init(governancePolicyDelete: DBTEAMLOGGovernancePolicyDeleteType)
Parameters
governancePolicyDelete
(data_governance) Deleted a policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_edit_details”.
Description of the “governance_policy_edit_details” tag state: (data_governance) Edited policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyEditDetails: (nonnull DBTEAMLOGGovernancePolicyEditDetailsType *) governancePolicyEditDetails;
Swift
init(governancePolicyEditDetails: DBTEAMLOGGovernancePolicyEditDetailsType)
Parameters
governancePolicyEditDetails
(data_governance) Edited policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_edit_duration”.
Description of the “governance_policy_edit_duration” tag state: (data_governance) Changed policy duration
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyEditDuration: (nonnull DBTEAMLOGGovernancePolicyEditDurationType *) governancePolicyEditDuration;
Swift
init(governancePolicyEditDuration: DBTEAMLOGGovernancePolicyEditDurationType)
Parameters
governancePolicyEditDuration
(data_governance) Changed policy duration
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_export_created”.
Description of the “governance_policy_export_created” tag state: (data_governance) Created a policy download
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyExportCreated: (nonnull DBTEAMLOGGovernancePolicyExportCreatedType *) governancePolicyExportCreated;
Swift
init(governancePolicyExportCreated: DBTEAMLOGGovernancePolicyExportCreatedType)
Parameters
governancePolicyExportCreated
(data_governance) Created a policy download
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_export_removed”.
Description of the “governance_policy_export_removed” tag state: (data_governance) Removed a policy download
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyExportRemoved: (nonnull DBTEAMLOGGovernancePolicyExportRemovedType *) governancePolicyExportRemoved;
Swift
init(governancePolicyExportRemoved: DBTEAMLOGGovernancePolicyExportRemovedType)
Parameters
governancePolicyExportRemoved
(data_governance) Removed a policy download
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_remove_folders”.
Description of the “governance_policy_remove_folders” tag state: (data_governance) Removed folders from policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyRemoveFolders: (nonnull DBTEAMLOGGovernancePolicyRemoveFoldersType *) governancePolicyRemoveFolders;
Swift
init(governancePolicyRemoveFolders: DBTEAMLOGGovernancePolicyRemoveFoldersType)
Parameters
governancePolicyRemoveFolders
(data_governance) Removed folders from policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_report_created”.
Description of the “governance_policy_report_created” tag state: (data_governance) Created a summary report for a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyReportCreated: (nonnull DBTEAMLOGGovernancePolicyReportCreatedType *) governancePolicyReportCreated;
Swift
init(governancePolicyReportCreated: DBTEAMLOGGovernancePolicyReportCreatedType)
Parameters
governancePolicyReportCreated
(data_governance) Created a summary report for a policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “governance_policy_zip_part_downloaded”.
Description of the “governance_policy_zip_part_downloaded” tag state: (data_governance) Downloaded content from a policy
Declaration
Objective-C
- (nonnull instancetype)initWithGovernancePolicyZipPartDownloaded: (nonnull DBTEAMLOGGovernancePolicyZipPartDownloadedType *) governancePolicyZipPartDownloaded;
Swift
init(governancePolicyZipPartDownloaded: DBTEAMLOGGovernancePolicyZipPartDownloadedType)
Parameters
governancePolicyZipPartDownloaded
(data_governance) Downloaded content from a policy
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_activate_a_hold”.
Description of the “legal_holds_activate_a_hold” tag state: (data_governance) Activated a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsActivateAHold: (nonnull DBTEAMLOGLegalHoldsActivateAHoldType *)legalHoldsActivateAHold;
Swift
init(legalHoldsActivateAHold: DBTEAMLOGLegalHoldsActivateAHoldType)
Parameters
legalHoldsActivateAHold
(data_governance) Activated a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_add_members”.
Description of the “legal_holds_add_members” tag state: (data_governance) Added members to a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsAddMembers: (nonnull DBTEAMLOGLegalHoldsAddMembersType *)legalHoldsAddMembers;
Swift
init(legalHoldsAddMembers: DBTEAMLOGLegalHoldsAddMembersType)
Parameters
legalHoldsAddMembers
(data_governance) Added members to a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_change_hold_details”.
Description of the “legal_holds_change_hold_details” tag state: (data_governance) Edited details for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsChangeHoldDetails: (nonnull DBTEAMLOGLegalHoldsChangeHoldDetailsType *) legalHoldsChangeHoldDetails;
Swift
init(legalHoldsChangeHoldDetails: DBTEAMLOGLegalHoldsChangeHoldDetailsType)
Parameters
legalHoldsChangeHoldDetails
(data_governance) Edited details for a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_change_hold_name”.
Description of the “legal_holds_change_hold_name” tag state: (data_governance) Renamed a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsChangeHoldName: (nonnull DBTEAMLOGLegalHoldsChangeHoldNameType *)legalHoldsChangeHoldName;
Swift
init(legalHoldsChangeHoldName: DBTEAMLOGLegalHoldsChangeHoldNameType)
Parameters
legalHoldsChangeHoldName
(data_governance) Renamed a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_export_a_hold”.
Description of the “legal_holds_export_a_hold” tag state: (data_governance) Exported hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportAHold: (nonnull DBTEAMLOGLegalHoldsExportAHoldType *)legalHoldsExportAHold;
Swift
init(legalHoldsExportAHold: DBTEAMLOGLegalHoldsExportAHoldType)
Parameters
legalHoldsExportAHold
(data_governance) Exported hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_export_cancelled”.
Description of the “legal_holds_export_cancelled” tag state: (data_governance) Canceled export for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportCancelled: (nonnull DBTEAMLOGLegalHoldsExportCancelledType *)legalHoldsExportCancelled;
Swift
init(legalHoldsExportCancelled: DBTEAMLOGLegalHoldsExportCancelledType)
Parameters
legalHoldsExportCancelled
(data_governance) Canceled export for a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_export_downloaded”.
Description of the “legal_holds_export_downloaded” tag state: (data_governance) Downloaded export for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportDownloaded: (nonnull DBTEAMLOGLegalHoldsExportDownloadedType *) legalHoldsExportDownloaded;
Swift
init(legalHoldsExportDownloaded: DBTEAMLOGLegalHoldsExportDownloadedType)
Parameters
legalHoldsExportDownloaded
(data_governance) Downloaded export for a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_export_removed”.
Description of the “legal_holds_export_removed” tag state: (data_governance) Removed export for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsExportRemoved: (nonnull DBTEAMLOGLegalHoldsExportRemovedType *)legalHoldsExportRemoved;
Swift
init(legalHoldsExportRemoved: DBTEAMLOGLegalHoldsExportRemovedType)
Parameters
legalHoldsExportRemoved
(data_governance) Removed export for a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_release_a_hold”.
Description of the “legal_holds_release_a_hold” tag state: (data_governance) Released a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsReleaseAHold: (nonnull DBTEAMLOGLegalHoldsReleaseAHoldType *)legalHoldsReleaseAHold;
Swift
init(legalHoldsReleaseAHold: DBTEAMLOGLegalHoldsReleaseAHoldType)
Parameters
legalHoldsReleaseAHold
(data_governance) Released a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_remove_members”.
Description of the “legal_holds_remove_members” tag state: (data_governance) Removed members from a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsRemoveMembers: (nonnull DBTEAMLOGLegalHoldsRemoveMembersType *)legalHoldsRemoveMembers;
Swift
init(legalHoldsRemoveMembers: DBTEAMLOGLegalHoldsRemoveMembersType)
Parameters
legalHoldsRemoveMembers
(data_governance) Removed members from a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “legal_holds_report_a_hold”.
Description of the “legal_holds_report_a_hold” tag state: (data_governance) Created a summary report for a hold
Declaration
Objective-C
- (nonnull instancetype)initWithLegalHoldsReportAHold: (nonnull DBTEAMLOGLegalHoldsReportAHoldType *)legalHoldsReportAHold;
Swift
init(legalHoldsReportAHold: DBTEAMLOGLegalHoldsReportAHoldType)
Parameters
legalHoldsReportAHold
(data_governance) Created a summary report for a hold
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_change_ip_desktop”.
Description of the “device_change_ip_desktop” tag state: (devices) Changed IP address associated with active desktop session
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpDesktop: (nonnull DBTEAMLOGDeviceChangeIpDesktopType *)deviceChangeIpDesktop;
Swift
init(deviceChangeIpDesktop: DBTEAMLOGDeviceChangeIpDesktopType)
Parameters
deviceChangeIpDesktop
(devices) Changed IP address associated with active desktop session
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_change_ip_mobile”.
Description of the “device_change_ip_mobile” tag state: (devices) Changed IP address associated with active mobile session
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpMobile: (nonnull DBTEAMLOGDeviceChangeIpMobileType *)deviceChangeIpMobile;
Swift
init(deviceChangeIpMobile: DBTEAMLOGDeviceChangeIpMobileType)
Parameters
deviceChangeIpMobile
(devices) Changed IP address associated with active mobile session
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_change_ip_web”.
Description of the “device_change_ip_web” tag state: (devices) Changed IP address associated with active web session
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceChangeIpWeb: (nonnull DBTEAMLOGDeviceChangeIpWebType *)deviceChangeIpWeb;
Swift
init(deviceChangeIpWeb: DBTEAMLOGDeviceChangeIpWebType)
Parameters
deviceChangeIpWeb
(devices) Changed IP address associated with active web session
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_delete_on_unlink_fail”.
Description of the “device_delete_on_unlink_fail” tag state: (devices) Failed to delete all files from unlinked device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceDeleteOnUnlinkFail: (nonnull DBTEAMLOGDeviceDeleteOnUnlinkFailType *)deviceDeleteOnUnlinkFail;
Swift
init(deviceDeleteOnUnlinkFail: DBTEAMLOGDeviceDeleteOnUnlinkFailType)
Parameters
deviceDeleteOnUnlinkFail
(devices) Failed to delete all files from unlinked device
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_delete_on_unlink_success”.
Description of the “device_delete_on_unlink_success” tag state: (devices) Deleted all files from unlinked device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceDeleteOnUnlinkSuccess: (nonnull DBTEAMLOGDeviceDeleteOnUnlinkSuccessType *) deviceDeleteOnUnlinkSuccess;
Swift
init(deviceDeleteOnUnlinkSuccess: DBTEAMLOGDeviceDeleteOnUnlinkSuccessType)
Parameters
deviceDeleteOnUnlinkSuccess
(devices) Deleted all files from unlinked device
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_link_fail”.
Description of the “device_link_fail” tag state: (devices) Failed to link device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceLinkFail: (nonnull DBTEAMLOGDeviceLinkFailType *)deviceLinkFail;
Swift
init(deviceLinkFail: DBTEAMLOGDeviceLinkFailType)
Parameters
deviceLinkFail
(devices) Failed to link device
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_link_success”.
Description of the “device_link_success” tag state: (devices) Linked device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceLinkSuccess: (nonnull DBTEAMLOGDeviceLinkSuccessType *)deviceLinkSuccess;
Swift
init(deviceLinkSuccess: DBTEAMLOGDeviceLinkSuccessType)
Parameters
deviceLinkSuccess
(devices) Linked device
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_management_disabled”.
Description of the “device_management_disabled” tag state: (devices) Disabled device management (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceManagementDisabled: (nonnull DBTEAMLOGDeviceManagementDisabledType *)deviceManagementDisabled;
Swift
init(deviceManagementDisabled: DBTEAMLOGDeviceManagementDisabledType)
Parameters
deviceManagementDisabled
(devices) Disabled device management (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_management_enabled”.
Description of the “device_management_enabled” tag state: (devices) Enabled device management (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceManagementEnabled: (nonnull DBTEAMLOGDeviceManagementEnabledType *)deviceManagementEnabled;
Swift
init(deviceManagementEnabled: DBTEAMLOGDeviceManagementEnabledType)
Parameters
deviceManagementEnabled
(devices) Enabled device management (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_sync_backup_status_changed”.
Description of the “device_sync_backup_status_changed” tag state: (devices) Enabled/disabled backup for computer
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceSyncBackupStatusChanged: (nonnull DBTEAMLOGDeviceSyncBackupStatusChangedType *) deviceSyncBackupStatusChanged;
Swift
init(deviceSyncBackupStatusChanged: DBTEAMLOGDeviceSyncBackupStatusChangedType)
Parameters
deviceSyncBackupStatusChanged
(devices) Enabled/disabled backup for computer
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_unlink”.
Description of the “device_unlink” tag state: (devices) Disconnected device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceUnlink: (nonnull DBTEAMLOGDeviceUnlinkType *)deviceUnlink;
Swift
init(deviceUnlink: DBTEAMLOGDeviceUnlinkType)
Parameters
deviceUnlink
(devices) Disconnected device
Return Value
An initialized instance.
-
Initializes union class with tag state of “dropbox_passwords_exported”.
Description of the “dropbox_passwords_exported” tag state: (devices) Exported passwords
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsExported: (nonnull DBTEAMLOGDropboxPasswordsExportedType *)dropboxPasswordsExported;
Swift
init(dropboxPasswordsExported: DBTEAMLOGDropboxPasswordsExportedType)
Parameters
dropboxPasswordsExported
(devices) Exported passwords
Return Value
An initialized instance.
-
Initializes union class with tag state of “dropbox_passwords_new_device_enrolled”.
Description of the “dropbox_passwords_new_device_enrolled” tag state: (devices) Enrolled new Dropbox Passwords device
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsNewDeviceEnrolled: (nonnull DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType *) dropboxPasswordsNewDeviceEnrolled;
Swift
init(dropboxPasswordsNewDeviceEnrolled: DBTEAMLOGDropboxPasswordsNewDeviceEnrolledType)
Parameters
dropboxPasswordsNewDeviceEnrolled
(devices) Enrolled new Dropbox Passwords device
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_refresh_auth_token”.
Description of the “emm_refresh_auth_token” tag state: (devices) Refreshed auth token used for setting up EMM
Declaration
Objective-C
- (nonnull instancetype)initWithEmmRefreshAuthToken: (nonnull DBTEAMLOGEmmRefreshAuthTokenType *)emmRefreshAuthToken;
Swift
init(emmRefreshAuthToken: DBTEAMLOGEmmRefreshAuthTokenType)
Parameters
emmRefreshAuthToken
(devices) Refreshed auth token used for setting up EMM
Return Value
An initialized instance.
-
Initializes union class with tag state of “external_drive_backup_eligibility_status_checked”.
Description of the “external_drive_backup_eligibility_status_checked” tag state: (devices) Checked external drive backup eligibility status
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupEligibilityStatusChecked: (nonnull DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType *) externalDriveBackupEligibilityStatusChecked;
Swift
init(externalDriveBackupEligibilityStatusChecked: DBTEAMLOGExternalDriveBackupEligibilityStatusCheckedType)
Parameters
externalDriveBackupEligibilityStatusChecked
(devices) Checked external drive backup eligibility status
Return Value
An initialized instance.
-
Initializes union class with tag state of “external_drive_backup_status_changed”.
Description of the “external_drive_backup_status_changed” tag state: (devices) Modified external drive backup
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupStatusChanged: (nonnull DBTEAMLOGExternalDriveBackupStatusChangedType *) externalDriveBackupStatusChanged;
Swift
init(externalDriveBackupStatusChanged: DBTEAMLOGExternalDriveBackupStatusChangedType)
Parameters
externalDriveBackupStatusChanged
(devices) Modified external drive backup
Return Value
An initialized instance.
-
Initializes union class with tag state of “account_capture_change_availability”.
Description of the “account_capture_change_availability” tag state: (domains) Granted/revoked option to enable account capture on team domains
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureChangeAvailability: (nonnull DBTEAMLOGAccountCaptureChangeAvailabilityType *) accountCaptureChangeAvailability;
Swift
init(accountCaptureChangeAvailability: DBTEAMLOGAccountCaptureChangeAvailabilityType)
Parameters
accountCaptureChangeAvailability
(domains) Granted/revoked option to enable account capture on team domains
Return Value
An initialized instance.
-
Initializes union class with tag state of “account_capture_migrate_account”.
Description of the “account_capture_migrate_account” tag state: (domains) Account-captured user migrated account to team
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureMigrateAccount: (nonnull DBTEAMLOGAccountCaptureMigrateAccountType *) accountCaptureMigrateAccount;
Swift
init(accountCaptureMigrateAccount: DBTEAMLOGAccountCaptureMigrateAccountType)
Parameters
accountCaptureMigrateAccount
(domains) Account-captured user migrated account to team
Return Value
An initialized instance.
-
Initializes union class with tag state of “account_capture_notification_emails_sent”.
Description of the “account_capture_notification_emails_sent” tag state: (domains) Sent account capture email to all unmanaged members
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureNotificationEmailsSent: (nonnull DBTEAMLOGAccountCaptureNotificationEmailsSentType *) accountCaptureNotificationEmailsSent;
Swift
init(accountCaptureNotificationEmailsSent: DBTEAMLOGAccountCaptureNotificationEmailsSentType)
Parameters
accountCaptureNotificationEmailsSent
(domains) Sent account capture email to all unmanaged members
Return Value
An initialized instance.
-
Initializes union class with tag state of “account_capture_relinquish_account”.
Description of the “account_capture_relinquish_account” tag state: (domains) Account-captured user changed account email to personal email
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureRelinquishAccount: (nonnull DBTEAMLOGAccountCaptureRelinquishAccountType *) accountCaptureRelinquishAccount;
Swift
init(accountCaptureRelinquishAccount: DBTEAMLOGAccountCaptureRelinquishAccountType)
Parameters
accountCaptureRelinquishAccount
(domains) Account-captured user changed account email to personal email
Return Value
An initialized instance.
-
Initializes union class with tag state of “disabled_domain_invites”.
Description of the “disabled_domain_invites” tag state: (domains) Disabled domain invites (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDisabledDomainInvites: (nonnull DBTEAMLOGDisabledDomainInvitesType *)disabledDomainInvites;
Swift
init(disabledDomainInvites: DBTEAMLOGDisabledDomainInvitesType)
Parameters
disabledDomainInvites
(domains) Disabled domain invites (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_invites_approve_request_to_join_team”.
Description of the “domain_invites_approve_request_to_join_team” tag state: (domains) Approved user’s request to join team
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesApproveRequestToJoinTeam: (nonnull DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType *) domainInvitesApproveRequestToJoinTeam;
Swift
init(domainInvitesApproveRequestToJoinTeam: DBTEAMLOGDomainInvitesApproveRequestToJoinTeamType)
Parameters
domainInvitesApproveRequestToJoinTeam
(domains) Approved user’s request to join team
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_invites_decline_request_to_join_team”.
Description of the “domain_invites_decline_request_to_join_team” tag state: (domains) Declined user’s request to join team
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesDeclineRequestToJoinTeam: (nonnull DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType *) domainInvitesDeclineRequestToJoinTeam;
Swift
init(domainInvitesDeclineRequestToJoinTeam: DBTEAMLOGDomainInvitesDeclineRequestToJoinTeamType)
Parameters
domainInvitesDeclineRequestToJoinTeam
(domains) Declined user’s request to join team
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_invites_email_existing_users”.
Description of the “domain_invites_email_existing_users” tag state: (domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesEmailExistingUsers: (nonnull DBTEAMLOGDomainInvitesEmailExistingUsersType *) domainInvitesEmailExistingUsers;
Swift
init(domainInvitesEmailExistingUsers: DBTEAMLOGDomainInvitesEmailExistingUsersType)
Parameters
domainInvitesEmailExistingUsers
(domains) Sent domain invites to existing domain accounts (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_invites_request_to_join_team”.
Description of the “domain_invites_request_to_join_team” tag state: (domains) Requested to join team
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesRequestToJoinTeam: (nonnull DBTEAMLOGDomainInvitesRequestToJoinTeamType *) domainInvitesRequestToJoinTeam;
Swift
init(domainInvitesRequestToJoinTeam: DBTEAMLOGDomainInvitesRequestToJoinTeamType)
Parameters
domainInvitesRequestToJoinTeam
(domains) Requested to join team
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_invites_set_invite_new_user_pref_to_no”.
Description of the “domain_invites_set_invite_new_user_pref_to_no” tag state: (domains) Disabled “Automatically invite new users” (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesSetInviteNewUserPrefToNo: (nonnull DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType *) domainInvitesSetInviteNewUserPrefToNo;
Swift
init(domainInvitesSetInviteNewUserPrefToNo: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToNoType)
Parameters
domainInvitesSetInviteNewUserPrefToNo
(domains) Disabled “Automatically invite new users” (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_invites_set_invite_new_user_pref_to_yes”.
Description of the “domain_invites_set_invite_new_user_pref_to_yes” tag state: (domains) Enabled “Automatically invite new users” (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithDomainInvitesSetInviteNewUserPrefToYes: (nonnull DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType *) domainInvitesSetInviteNewUserPrefToYes;
Swift
init(domainInvitesSetInviteNewUserPrefToYes: DBTEAMLOGDomainInvitesSetInviteNewUserPrefToYesType)
Parameters
domainInvitesSetInviteNewUserPrefToYes
(domains) Enabled “Automatically invite new users” (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_verification_add_domain_fail”.
Description of the “domain_verification_add_domain_fail” tag state: (domains) Failed to verify team domain
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationAddDomainFail: (nonnull DBTEAMLOGDomainVerificationAddDomainFailType *) domainVerificationAddDomainFail;
Swift
init(domainVerificationAddDomainFail: DBTEAMLOGDomainVerificationAddDomainFailType)
Parameters
domainVerificationAddDomainFail
(domains) Failed to verify team domain
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_verification_add_domain_success”.
Description of the “domain_verification_add_domain_success” tag state: (domains) Verified team domain
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationAddDomainSuccess: (nonnull DBTEAMLOGDomainVerificationAddDomainSuccessType *) domainVerificationAddDomainSuccess;
Swift
init(domainVerificationAddDomainSuccess: DBTEAMLOGDomainVerificationAddDomainSuccessType)
Parameters
domainVerificationAddDomainSuccess
(domains) Verified team domain
Return Value
An initialized instance.
-
Initializes union class with tag state of “domain_verification_remove_domain”.
Description of the “domain_verification_remove_domain” tag state: (domains) Removed domain from list of verified team domains
Declaration
Objective-C
- (nonnull instancetype)initWithDomainVerificationRemoveDomain: (nonnull DBTEAMLOGDomainVerificationRemoveDomainType *) domainVerificationRemoveDomain;
Swift
init(domainVerificationRemoveDomain: DBTEAMLOGDomainVerificationRemoveDomainType)
Parameters
domainVerificationRemoveDomain
(domains) Removed domain from list of verified team domains
Return Value
An initialized instance.
-
Initializes union class with tag state of “enabled_domain_invites”.
Description of the “enabled_domain_invites” tag state: (domains) Enabled domain invites (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithEnabledDomainInvites: (nonnull DBTEAMLOGEnabledDomainInvitesType *)enabledDomainInvites;
Swift
init(enabledDomainInvites: DBTEAMLOGEnabledDomainInvitesType)
Parameters
enabledDomainInvites
(domains) Enabled domain invites (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “apply_naming_convention”.
Description of the “apply_naming_convention” tag state: (file_operations) Applied naming convention
Declaration
Objective-C
- (nonnull instancetype)initWithApplyNamingConvention: (nonnull DBTEAMLOGApplyNamingConventionType *)applyNamingConvention;
Swift
init(applyNamingConvention: DBTEAMLOGApplyNamingConventionType)
Parameters
applyNamingConvention
(file_operations) Applied naming convention
Return Value
An initialized instance.
-
Initializes union class with tag state of “create_folder”.
Description of the “create_folder” tag state: (file_operations) Created folders (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithCreateFolder: (nonnull DBTEAMLOGCreateFolderType *)createFolder;
Swift
init(createFolder: DBTEAMLOGCreateFolderType)
Parameters
createFolder
(file_operations) Created folders (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_add”.
Description of the “file_add” tag state: (file_operations) Added files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileAdd:(nonnull DBTEAMLOGFileAddType *)fileAdd;
Swift
init(fileAdd: DBTEAMLOGFileAddType)
Parameters
fileAdd
(file_operations) Added files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_copy”.
Description of the “file_copy” tag state: (file_operations) Copied files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileCopy: (nonnull DBTEAMLOGFileCopyType *)fileCopy;
Swift
init(fileCopy: DBTEAMLOGFileCopyType)
Parameters
fileCopy
(file_operations) Copied files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_delete”.
Description of the “file_delete” tag state: (file_operations) Deleted files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileDelete: (nonnull DBTEAMLOGFileDeleteType *)fileDelete;
Swift
init(fileDelete: DBTEAMLOGFileDeleteType)
Parameters
fileDelete
(file_operations) Deleted files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_download”.
Description of the “file_download” tag state: (file_operations) Downloaded files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileDownload: (nonnull DBTEAMLOGFileDownloadType *)fileDownload;
Swift
init(fileDownload: DBTEAMLOGFileDownloadType)
Parameters
fileDownload
(file_operations) Downloaded files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_edit”.
Description of the “file_edit” tag state: (file_operations) Edited files
Declaration
Objective-C
- (nonnull instancetype)initWithFileEdit: (nonnull DBTEAMLOGFileEditType *)fileEdit;
Swift
init(fileEdit: DBTEAMLOGFileEditType)
Parameters
fileEdit
(file_operations) Edited files
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_get_copy_reference”.
Description of the “file_get_copy_reference” tag state: (file_operations) Created copy reference to file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithFileGetCopyReference: (nonnull DBTEAMLOGFileGetCopyReferenceType *)fileGetCopyReference;
Swift
init(fileGetCopyReference: DBTEAMLOGFileGetCopyReferenceType)
Parameters
fileGetCopyReference
(file_operations) Created copy reference to file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_locking_lock_status_changed”.
Description of the “file_locking_lock_status_changed” tag state: (file_operations) Locked/unlocked editing for a file
Declaration
Objective-C
- (nonnull instancetype)initWithFileLockingLockStatusChanged: (nonnull DBTEAMLOGFileLockingLockStatusChangedType *) fileLockingLockStatusChanged;
Swift
init(fileLockingLockStatusChanged: DBTEAMLOGFileLockingLockStatusChangedType)
Parameters
fileLockingLockStatusChanged
(file_operations) Locked/unlocked editing for a file
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_move”.
Description of the “file_move” tag state: (file_operations) Moved files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileMove: (nonnull DBTEAMLOGFileMoveType *)fileMove;
Swift
init(fileMove: DBTEAMLOGFileMoveType)
Parameters
fileMove
(file_operations) Moved files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_permanently_delete”.
Description of the “file_permanently_delete” tag state: (file_operations) Permanently deleted files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFilePermanentlyDelete: (nonnull DBTEAMLOGFilePermanentlyDeleteType *)filePermanentlyDelete;
Swift
init(filePermanentlyDelete: DBTEAMLOGFilePermanentlyDeleteType)
Parameters
filePermanentlyDelete
(file_operations) Permanently deleted files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_preview”.
Description of the “file_preview” tag state: (file_operations) Previewed files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFilePreview: (nonnull DBTEAMLOGFilePreviewType *)filePreview;
Swift
init(filePreview: DBTEAMLOGFilePreviewType)
Parameters
filePreview
(file_operations) Previewed files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_rename”.
Description of the “file_rename” tag state: (file_operations) Renamed files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileRename: (nonnull DBTEAMLOGFileRenameType *)fileRename;
Swift
init(fileRename: DBTEAMLOGFileRenameType)
Parameters
fileRename
(file_operations) Renamed files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_restore”.
Description of the “file_restore” tag state: (file_operations) Restored deleted files and/or folders
Declaration
Objective-C
- (nonnull instancetype)initWithFileRestore: (nonnull DBTEAMLOGFileRestoreType *)fileRestore;
Swift
init(fileRestore: DBTEAMLOGFileRestoreType)
Parameters
fileRestore
(file_operations) Restored deleted files and/or folders
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_revert”.
Description of the “file_revert” tag state: (file_operations) Reverted files to previous version
Declaration
Objective-C
- (nonnull instancetype)initWithFileRevert: (nonnull DBTEAMLOGFileRevertType *)fileRevert;
Swift
init(fileRevert: DBTEAMLOGFileRevertType)
Parameters
fileRevert
(file_operations) Reverted files to previous version
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_rollback_changes”.
Description of the “file_rollback_changes” tag state: (file_operations) Rolled back file actions
Declaration
Objective-C
- (nonnull instancetype)initWithFileRollbackChanges: (nonnull DBTEAMLOGFileRollbackChangesType *)fileRollbackChanges;
Swift
init(fileRollbackChanges: DBTEAMLOGFileRollbackChangesType)
Parameters
fileRollbackChanges
(file_operations) Rolled back file actions
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_save_copy_reference”.
Description of the “file_save_copy_reference” tag state: (file_operations) Saved file/folder using copy reference
Declaration
Objective-C
- (nonnull instancetype)initWithFileSaveCopyReference: (nonnull DBTEAMLOGFileSaveCopyReferenceType *)fileSaveCopyReference;
Swift
init(fileSaveCopyReference: DBTEAMLOGFileSaveCopyReferenceType)
Parameters
fileSaveCopyReference
(file_operations) Saved file/folder using copy reference
Return Value
An initialized instance.
-
Initializes union class with tag state of “folder_overview_description_changed”.
Description of the “folder_overview_description_changed” tag state: (file_operations) Updated folder overview
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewDescriptionChanged: (nonnull DBTEAMLOGFolderOverviewDescriptionChangedType *) folderOverviewDescriptionChanged;
Swift
init(folderOverviewDescriptionChanged: DBTEAMLOGFolderOverviewDescriptionChangedType)
Parameters
folderOverviewDescriptionChanged
(file_operations) Updated folder overview
Return Value
An initialized instance.
-
Initializes union class with tag state of “folder_overview_item_pinned”.
Description of the “folder_overview_item_pinned” tag state: (file_operations) Pinned item to folder overview
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewItemPinned: (nonnull DBTEAMLOGFolderOverviewItemPinnedType *)folderOverviewItemPinned;
Swift
init(folderOverviewItemPinned: DBTEAMLOGFolderOverviewItemPinnedType)
Parameters
folderOverviewItemPinned
(file_operations) Pinned item to folder overview
Return Value
An initialized instance.
-
Initializes union class with tag state of “folder_overview_item_unpinned”.
Description of the “folder_overview_item_unpinned” tag state: (file_operations) Unpinned item from folder overview
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewItemUnpinned: (nonnull DBTEAMLOGFolderOverviewItemUnpinnedType *) folderOverviewItemUnpinned;
Swift
init(folderOverviewItemUnpinned: DBTEAMLOGFolderOverviewItemUnpinnedType)
Parameters
folderOverviewItemUnpinned
(file_operations) Unpinned item from folder overview
Return Value
An initialized instance.
-
Initializes union class with tag state of “object_label_added”.
Description of the “object_label_added” tag state: (file_operations) Added a label
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelAdded: (nonnull DBTEAMLOGObjectLabelAddedType *)objectLabelAdded;
Swift
init(objectLabelAdded: DBTEAMLOGObjectLabelAddedType)
Parameters
objectLabelAdded
(file_operations) Added a label
Return Value
An initialized instance.
-
Initializes union class with tag state of “object_label_removed”.
Description of the “object_label_removed” tag state: (file_operations) Removed a label
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelRemoved: (nonnull DBTEAMLOGObjectLabelRemovedType *)objectLabelRemoved;
Swift
init(objectLabelRemoved: DBTEAMLOGObjectLabelRemovedType)
Parameters
objectLabelRemoved
(file_operations) Removed a label
Return Value
An initialized instance.
-
Initializes union class with tag state of “object_label_updated_value”.
Description of the “object_label_updated_value” tag state: (file_operations) Updated a label’s value
Declaration
Objective-C
- (nonnull instancetype)initWithObjectLabelUpdatedValue: (nonnull DBTEAMLOGObjectLabelUpdatedValueType *)objectLabelUpdatedValue;
Swift
init(objectLabelUpdatedValue: DBTEAMLOGObjectLabelUpdatedValueType)
Parameters
objectLabelUpdatedValue
(file_operations) Updated a label’s value
Return Value
An initialized instance.
-
Initializes union class with tag state of “organize_folder_with_tidy”.
Description of the “organize_folder_with_tidy” tag state: (file_operations) Organized a folder with multi-file organize
Declaration
Objective-C
- (nonnull instancetype)initWithOrganizeFolderWithTidy: (nonnull DBTEAMLOGOrganizeFolderWithTidyType *)organizeFolderWithTidy;
Swift
init(organizeFolderWithTidy: DBTEAMLOGOrganizeFolderWithTidyType)
Parameters
organizeFolderWithTidy
(file_operations) Organized a folder with multi-file organize
Return Value
An initialized instance.
-
Initializes union class with tag state of “rewind_folder”.
Description of the “rewind_folder” tag state: (file_operations) Rewound a folder
Declaration
Objective-C
- (nonnull instancetype)initWithRewindFolder: (nonnull DBTEAMLOGRewindFolderType *)rewindFolder;
Swift
init(rewindFolder: DBTEAMLOGRewindFolderType)
Parameters
rewindFolder
(file_operations) Rewound a folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “undo_naming_convention”.
Description of the “undo_naming_convention” tag state: (file_operations) Reverted naming convention
Declaration
Objective-C
- (nonnull instancetype)initWithUndoNamingConvention: (nonnull DBTEAMLOGUndoNamingConventionType *)undoNamingConvention;
Swift
init(undoNamingConvention: DBTEAMLOGUndoNamingConventionType)
Parameters
undoNamingConvention
(file_operations) Reverted naming convention
Return Value
An initialized instance.
-
Initializes union class with tag state of “undo_organize_folder_with_tidy”.
Description of the “undo_organize_folder_with_tidy” tag state: (file_operations) Removed multi-file organize
Declaration
Objective-C
- (nonnull instancetype)initWithUndoOrganizeFolderWithTidy: (nonnull DBTEAMLOGUndoOrganizeFolderWithTidyType *) undoOrganizeFolderWithTidy;
Swift
init(undoOrganizeFolderWithTidy: DBTEAMLOGUndoOrganizeFolderWithTidyType)
Parameters
undoOrganizeFolderWithTidy
(file_operations) Removed multi-file organize
Return Value
An initialized instance.
-
Initializes union class with tag state of “user_tags_added”.
Description of the “user_tags_added” tag state: (file_operations) Tagged a file
Declaration
Objective-C
- (nonnull instancetype)initWithUserTagsAdded: (nonnull DBTEAMLOGUserTagsAddedType *)userTagsAdded;
Swift
init(userTagsAdded: DBTEAMLOGUserTagsAddedType)
Parameters
userTagsAdded
(file_operations) Tagged a file
Return Value
An initialized instance.
-
Initializes union class with tag state of “user_tags_removed”.
Description of the “user_tags_removed” tag state: (file_operations) Removed tags
Declaration
Objective-C
- (nonnull instancetype)initWithUserTagsRemoved: (nonnull DBTEAMLOGUserTagsRemovedType *)userTagsRemoved;
Swift
init(userTagsRemoved: DBTEAMLOGUserTagsRemovedType)
Parameters
userTagsRemoved
(file_operations) Removed tags
Return Value
An initialized instance.
-
Initializes union class with tag state of “email_ingest_receive_file”.
Description of the “email_ingest_receive_file” tag state: (file_requests) Received files via Email to Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithEmailIngestReceiveFile: (nonnull DBTEAMLOGEmailIngestReceiveFileType *)emailIngestReceiveFile;
Swift
init(emailIngestReceiveFile: DBTEAMLOGEmailIngestReceiveFileType)
Parameters
emailIngestReceiveFile
(file_requests) Received files via Email to Dropbox
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_request_change”.
Description of the “file_request_change” tag state: (file_requests) Changed file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestChange: (nonnull DBTEAMLOGFileRequestChangeType *)fileRequestChange;
Swift
init(fileRequestChange: DBTEAMLOGFileRequestChangeType)
Parameters
fileRequestChange
(file_requests) Changed file request
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_request_close”.
Description of the “file_request_close” tag state: (file_requests) Closed file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestClose: (nonnull DBTEAMLOGFileRequestCloseType *)fileRequestClose;
Swift
init(fileRequestClose: DBTEAMLOGFileRequestCloseType)
Parameters
fileRequestClose
(file_requests) Closed file request
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_request_create”.
Description of the “file_request_create” tag state: (file_requests) Created file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestCreate: (nonnull DBTEAMLOGFileRequestCreateType *)fileRequestCreate;
Swift
init(fileRequestCreate: DBTEAMLOGFileRequestCreateType)
Parameters
fileRequestCreate
(file_requests) Created file request
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_request_delete”.
Description of the “file_request_delete” tag state: (file_requests) Delete file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestDelete: (nonnull DBTEAMLOGFileRequestDeleteType *)fileRequestDelete;
Swift
init(fileRequestDelete: DBTEAMLOGFileRequestDeleteType)
Parameters
fileRequestDelete
(file_requests) Delete file request
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_request_receive_file”.
Description of the “file_request_receive_file” tag state: (file_requests) Received files for file request
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestReceiveFile: (nonnull DBTEAMLOGFileRequestReceiveFileType *)fileRequestReceiveFile;
Swift
init(fileRequestReceiveFile: DBTEAMLOGFileRequestReceiveFileType)
Parameters
fileRequestReceiveFile
(file_requests) Received files for file request
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_add_external_id”.
Description of the “group_add_external_id” tag state: (groups) Added external ID for group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupAddExternalId: (nonnull DBTEAMLOGGroupAddExternalIdType *)groupAddExternalId;
Swift
init(groupAddExternalId: DBTEAMLOGGroupAddExternalIdType)
Parameters
groupAddExternalId
(groups) Added external ID for group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_add_member”.
Description of the “group_add_member” tag state: (groups) Added team members to group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupAddMember: (nonnull DBTEAMLOGGroupAddMemberType *)groupAddMember;
Swift
init(groupAddMember: DBTEAMLOGGroupAddMemberType)
Parameters
groupAddMember
(groups) Added team members to group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_change_external_id”.
Description of the “group_change_external_id” tag state: (groups) Changed external ID for group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeExternalId: (nonnull DBTEAMLOGGroupChangeExternalIdType *)groupChangeExternalId;
Swift
init(groupChangeExternalId: DBTEAMLOGGroupChangeExternalIdType)
Parameters
groupChangeExternalId
(groups) Changed external ID for group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_change_management_type”.
Description of the “group_change_management_type” tag state: (groups) Changed group management type
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeManagementType: (nonnull DBTEAMLOGGroupChangeManagementTypeType *)groupChangeManagementType;
Swift
init(groupChangeManagementType: DBTEAMLOGGroupChangeManagementTypeType)
Parameters
groupChangeManagementType
(groups) Changed group management type
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_change_member_role”.
Description of the “group_change_member_role” tag state: (groups) Changed manager permissions of group member
Declaration
Objective-C
- (nonnull instancetype)initWithGroupChangeMemberRole: (nonnull DBTEAMLOGGroupChangeMemberRoleType *)groupChangeMemberRole;
Swift
init(groupChangeMemberRole: DBTEAMLOGGroupChangeMemberRoleType)
Parameters
groupChangeMemberRole
(groups) Changed manager permissions of group member
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_create”.
Description of the “group_create” tag state: (groups) Created group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupCreate: (nonnull DBTEAMLOGGroupCreateType *)groupCreate;
Swift
init(groupCreate: DBTEAMLOGGroupCreateType)
Parameters
groupCreate
(groups) Created group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_delete”.
Description of the “group_delete” tag state: (groups) Deleted group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupDelete: (nonnull DBTEAMLOGGroupDeleteType *)groupDelete;
Swift
init(groupDelete: DBTEAMLOGGroupDeleteType)
Parameters
groupDelete
(groups) Deleted group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_description_updated”.
Description of the “group_description_updated” tag state: (groups) Updated group (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithGroupDescriptionUpdated: (nonnull DBTEAMLOGGroupDescriptionUpdatedType *)groupDescriptionUpdated;
Swift
init(groupDescriptionUpdated: DBTEAMLOGGroupDescriptionUpdatedType)
Parameters
groupDescriptionUpdated
(groups) Updated group (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_join_policy_updated”.
Description of the “group_join_policy_updated” tag state: (groups) Updated group join policy (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithGroupJoinPolicyUpdated: (nonnull DBTEAMLOGGroupJoinPolicyUpdatedType *)groupJoinPolicyUpdated;
Swift
init(groupJoinPolicyUpdated: DBTEAMLOGGroupJoinPolicyUpdatedType)
Parameters
groupJoinPolicyUpdated
(groups) Updated group join policy (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_moved”.
Description of the “group_moved” tag state: (groups) Moved group (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithGroupMoved: (nonnull DBTEAMLOGGroupMovedType *)groupMoved;
Swift
init(groupMoved: DBTEAMLOGGroupMovedType)
Parameters
groupMoved
(groups) Moved group (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_remove_external_id”.
Description of the “group_remove_external_id” tag state: (groups) Removed external ID for group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRemoveExternalId: (nonnull DBTEAMLOGGroupRemoveExternalIdType *)groupRemoveExternalId;
Swift
init(groupRemoveExternalId: DBTEAMLOGGroupRemoveExternalIdType)
Parameters
groupRemoveExternalId
(groups) Removed external ID for group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_remove_member”.
Description of the “group_remove_member” tag state: (groups) Removed team members from group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRemoveMember: (nonnull DBTEAMLOGGroupRemoveMemberType *)groupRemoveMember;
Swift
init(groupRemoveMember: DBTEAMLOGGroupRemoveMemberType)
Parameters
groupRemoveMember
(groups) Removed team members from group
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_rename”.
Description of the “group_rename” tag state: (groups) Renamed group
Declaration
Objective-C
- (nonnull instancetype)initWithGroupRename: (nonnull DBTEAMLOGGroupRenameType *)groupRename;
Swift
init(groupRename: DBTEAMLOGGroupRenameType)
Parameters
groupRename
(groups) Renamed group
Return Value
An initialized instance.
-
Initializes union class with tag state of “account_lock_or_unlocked”.
Description of the “account_lock_or_unlocked” tag state: (logins) Unlocked/locked account after failed sign in attempts
Declaration
Objective-C
- (nonnull instancetype)initWithAccountLockOrUnlocked: (nonnull DBTEAMLOGAccountLockOrUnlockedType *)accountLockOrUnlocked;
Swift
init(accountLockOrUnlocked: DBTEAMLOGAccountLockOrUnlockedType)
Parameters
accountLockOrUnlocked
(logins) Unlocked/locked account after failed sign in attempts
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_error”.
Description of the “emm_error” tag state: (logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)
Declaration
Objective-C
- (nonnull instancetype)initWithEmmError: (nonnull DBTEAMLOGEmmErrorType *)emmError;
Swift
init(emmError: DBTEAMLOGEmmErrorType)
Parameters
emmError
(logins) Failed to sign in via EMM (deprecated, replaced by ‘Failed to sign in’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “guest_admin_signed_in_via_trusted_teams”.
Description of the “guest_admin_signed_in_via_trusted_teams” tag state: (logins) Started trusted team admin session
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminSignedInViaTrustedTeams: (nonnull DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType *) guestAdminSignedInViaTrustedTeams;
Swift
init(guestAdminSignedInViaTrustedTeams: DBTEAMLOGGuestAdminSignedInViaTrustedTeamsType)
Parameters
guestAdminSignedInViaTrustedTeams
(logins) Started trusted team admin session
Return Value
An initialized instance.
-
Initializes union class with tag state of “guest_admin_signed_out_via_trusted_teams”.
Description of the “guest_admin_signed_out_via_trusted_teams” tag state: (logins) Ended trusted team admin session
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminSignedOutViaTrustedTeams: (nonnull DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType *) guestAdminSignedOutViaTrustedTeams;
Swift
init(guestAdminSignedOutViaTrustedTeams: DBTEAMLOGGuestAdminSignedOutViaTrustedTeamsType)
Parameters
guestAdminSignedOutViaTrustedTeams
(logins) Ended trusted team admin session
Return Value
An initialized instance.
-
Initializes union class with tag state of “login_fail”.
Description of the “login_fail” tag state: (logins) Failed to sign in
Declaration
Objective-C
- (nonnull instancetype)initWithLoginFail: (nonnull DBTEAMLOGLoginFailType *)loginFail;
Swift
init(loginFail: DBTEAMLOGLoginFailType)
Parameters
loginFail
(logins) Failed to sign in
Return Value
An initialized instance.
-
Initializes union class with tag state of “login_success”.
Description of the “login_success” tag state: (logins) Signed in
Declaration
Objective-C
- (nonnull instancetype)initWithLoginSuccess: (nonnull DBTEAMLOGLoginSuccessType *)loginSuccess;
Swift
init(loginSuccess: DBTEAMLOGLoginSuccessType)
Parameters
loginSuccess
(logins) Signed in
Return Value
An initialized instance.
-
Initializes union class with tag state of “logout”.
Description of the “logout” tag state: (logins) Signed out
Declaration
Objective-C
- (nonnull instancetype)initWithLogout:(nonnull DBTEAMLOGLogoutType *)logout;
Swift
init(logout: DBTEAMLOGLogoutType)
Parameters
logout
(logins) Signed out
Return Value
An initialized instance.
-
Initializes union class with tag state of “reseller_support_session_end”.
Description of the “reseller_support_session_end” tag state: (logins) Ended reseller support session
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportSessionEnd: (nonnull DBTEAMLOGResellerSupportSessionEndType *)resellerSupportSessionEnd;
Swift
init(resellerSupportSessionEnd: DBTEAMLOGResellerSupportSessionEndType)
Parameters
resellerSupportSessionEnd
(logins) Ended reseller support session
Return Value
An initialized instance.
-
Initializes union class with tag state of “reseller_support_session_start”.
Description of the “reseller_support_session_start” tag state: (logins) Started reseller support session
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportSessionStart: (nonnull DBTEAMLOGResellerSupportSessionStartType *) resellerSupportSessionStart;
Swift
init(resellerSupportSessionStart: DBTEAMLOGResellerSupportSessionStartType)
Parameters
resellerSupportSessionStart
(logins) Started reseller support session
Return Value
An initialized instance.
-
Initializes union class with tag state of “sign_in_as_session_end”.
Description of the “sign_in_as_session_end” tag state: (logins) Ended admin sign-in-as session
Declaration
Objective-C
- (nonnull instancetype)initWithSignInAsSessionEnd: (nonnull DBTEAMLOGSignInAsSessionEndType *)signInAsSessionEnd;
Swift
init(signInAsSessionEnd: DBTEAMLOGSignInAsSessionEndType)
Parameters
signInAsSessionEnd
(logins) Ended admin sign-in-as session
Return Value
An initialized instance.
-
Initializes union class with tag state of “sign_in_as_session_start”.
Description of the “sign_in_as_session_start” tag state: (logins) Started admin sign-in-as session
Declaration
Objective-C
- (nonnull instancetype)initWithSignInAsSessionStart: (nonnull DBTEAMLOGSignInAsSessionStartType *)signInAsSessionStart;
Swift
init(signInAsSessionStart: DBTEAMLOGSignInAsSessionStartType)
Parameters
signInAsSessionStart
(logins) Started admin sign-in-as session
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_error”.
Description of the “sso_error” tag state: (logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’)
Declaration
Objective-C
- (nonnull instancetype)initWithSsoError: (nonnull DBTEAMLOGSsoErrorType *)ssoError;
Swift
init(ssoError: DBTEAMLOGSsoErrorType)
Parameters
ssoError
(logins) Failed to sign in via SSO (deprecated, replaced by ‘Failed to sign in’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “create_team_invite_link”.
Description of the “create_team_invite_link” tag state: (members) Created team invite link
Declaration
Objective-C
- (nonnull instancetype)initWithCreateTeamInviteLink: (nonnull DBTEAMLOGCreateTeamInviteLinkType *)createTeamInviteLink;
Swift
init(createTeamInviteLink: DBTEAMLOGCreateTeamInviteLinkType)
Parameters
createTeamInviteLink
(members) Created team invite link
Return Value
An initialized instance.
-
Initializes union class with tag state of “delete_team_invite_link”.
Description of the “delete_team_invite_link” tag state: (members) Deleted team invite link
Declaration
Objective-C
- (nonnull instancetype)initWithDeleteTeamInviteLink: (nonnull DBTEAMLOGDeleteTeamInviteLinkType *)deleteTeamInviteLink;
Swift
init(deleteTeamInviteLink: DBTEAMLOGDeleteTeamInviteLinkType)
Parameters
deleteTeamInviteLink
(members) Deleted team invite link
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_add_external_id”.
Description of the “member_add_external_id” tag state: (members) Added an external ID for team member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberAddExternalId: (nonnull DBTEAMLOGMemberAddExternalIdType *)memberAddExternalId;
Swift
init(memberAddExternalId: DBTEAMLOGMemberAddExternalIdType)
Parameters
memberAddExternalId
(members) Added an external ID for team member
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_add_name”.
Description of the “member_add_name” tag state: (members) Added team member name
Declaration
Objective-C
- (nonnull instancetype)initWithMemberAddName: (nonnull DBTEAMLOGMemberAddNameType *)memberAddName;
Swift
init(memberAddName: DBTEAMLOGMemberAddNameType)
Parameters
memberAddName
(members) Added team member name
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_admin_role”.
Description of the “member_change_admin_role” tag state: (members) Changed team member admin role
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeAdminRole: (nonnull DBTEAMLOGMemberChangeAdminRoleType *)memberChangeAdminRole;
Swift
init(memberChangeAdminRole: DBTEAMLOGMemberChangeAdminRoleType)
Parameters
memberChangeAdminRole
(members) Changed team member admin role
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_email”.
Description of the “member_change_email” tag state: (members) Changed team member email
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeEmail: (nonnull DBTEAMLOGMemberChangeEmailType *)memberChangeEmail;
Swift
init(memberChangeEmail: DBTEAMLOGMemberChangeEmailType)
Parameters
memberChangeEmail
(members) Changed team member email
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_external_id”.
Description of the “member_change_external_id” tag state: (members) Changed the external ID for team member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeExternalId: (nonnull DBTEAMLOGMemberChangeExternalIdType *)memberChangeExternalId;
Swift
init(memberChangeExternalId: DBTEAMLOGMemberChangeExternalIdType)
Parameters
memberChangeExternalId
(members) Changed the external ID for team member
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_membership_type”.
Description of the “member_change_membership_type” tag state: (members) Changed membership type (limited/full) of member (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeMembershipType: (nonnull DBTEAMLOGMemberChangeMembershipTypeType *) memberChangeMembershipType;
Swift
init(memberChangeMembershipType: DBTEAMLOGMemberChangeMembershipTypeType)
Parameters
memberChangeMembershipType
(members) Changed membership type (limited/full) of member (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_name”.
Description of the “member_change_name” tag state: (members) Changed team member name
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeName: (nonnull DBTEAMLOGMemberChangeNameType *)memberChangeName;
Swift
init(memberChangeName: DBTEAMLOGMemberChangeNameType)
Parameters
memberChangeName
(members) Changed team member name
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_reseller_role”.
Description of the “member_change_reseller_role” tag state: (members) Changed team member reseller role
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeResellerRole: (nonnull DBTEAMLOGMemberChangeResellerRoleType *)memberChangeResellerRole;
Swift
init(memberChangeResellerRole: DBTEAMLOGMemberChangeResellerRoleType)
Parameters
memberChangeResellerRole
(members) Changed team member reseller role
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_change_status”.
Description of the “member_change_status” tag state: (members) Changed member status (invited, joined, suspended, etc.)
Declaration
Objective-C
- (nonnull instancetype)initWithMemberChangeStatus: (nonnull DBTEAMLOGMemberChangeStatusType *)memberChangeStatus;
Swift
init(memberChangeStatus: DBTEAMLOGMemberChangeStatusType)
Parameters
memberChangeStatus
(members) Changed member status (invited, joined, suspended, etc.)
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_delete_manual_contacts”.
Description of the “member_delete_manual_contacts” tag state: (members) Cleared manually added contacts
Declaration
Objective-C
- (nonnull instancetype)initWithMemberDeleteManualContacts: (nonnull DBTEAMLOGMemberDeleteManualContactsType *) memberDeleteManualContacts;
Swift
init(memberDeleteManualContacts: DBTEAMLOGMemberDeleteManualContactsType)
Parameters
memberDeleteManualContacts
(members) Cleared manually added contacts
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_delete_profile_photo”.
Description of the “member_delete_profile_photo” tag state: (members) Deleted team member profile photo
Declaration
Objective-C
- (nonnull instancetype)initWithMemberDeleteProfilePhoto: (nonnull DBTEAMLOGMemberDeleteProfilePhotoType *)memberDeleteProfilePhoto;
Swift
init(memberDeleteProfilePhoto: DBTEAMLOGMemberDeleteProfilePhotoType)
Parameters
memberDeleteProfilePhoto
(members) Deleted team member profile photo
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_permanently_delete_account_contents”.
Description of the “member_permanently_delete_account_contents” tag state: (members) Permanently deleted contents of deleted team member account
Declaration
Objective-C
- (nonnull instancetype)initWithMemberPermanentlyDeleteAccountContents: (nonnull DBTEAMLOGMemberPermanentlyDeleteAccountContentsType *) memberPermanentlyDeleteAccountContents;
Swift
init(memberPermanentlyDeleteAccountContents: DBTEAMLOGMemberPermanentlyDeleteAccountContentsType)
Parameters
memberPermanentlyDeleteAccountContents
(members) Permanently deleted contents of deleted team member account
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_remove_external_id”.
Description of the “member_remove_external_id” tag state: (members) Removed the external ID for team member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberRemoveExternalId: (nonnull DBTEAMLOGMemberRemoveExternalIdType *)memberRemoveExternalId;
Swift
init(memberRemoveExternalId: DBTEAMLOGMemberRemoveExternalIdType)
Parameters
memberRemoveExternalId
(members) Removed the external ID for team member
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_set_profile_photo”.
Description of the “member_set_profile_photo” tag state: (members) Set team member profile photo
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSetProfilePhoto: (nonnull DBTEAMLOGMemberSetProfilePhotoType *)memberSetProfilePhoto;
Swift
init(memberSetProfilePhoto: DBTEAMLOGMemberSetProfilePhotoType)
Parameters
memberSetProfilePhoto
(members) Set team member profile photo
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_add_custom_quota”.
Description of the “member_space_limits_add_custom_quota” tag state: (members) Set custom member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsAddCustomQuota: (nonnull DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType *) memberSpaceLimitsAddCustomQuota;
Swift
init(memberSpaceLimitsAddCustomQuota: DBTEAMLOGMemberSpaceLimitsAddCustomQuotaType)
Parameters
memberSpaceLimitsAddCustomQuota
(members) Set custom member space limit
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_change_custom_quota”.
Description of the “member_space_limits_change_custom_quota” tag state: (members) Changed custom member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeCustomQuota: (nonnull DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType *) memberSpaceLimitsChangeCustomQuota;
Swift
init(memberSpaceLimitsChangeCustomQuota: DBTEAMLOGMemberSpaceLimitsChangeCustomQuotaType)
Parameters
memberSpaceLimitsChangeCustomQuota
(members) Changed custom member space limit
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_change_status”.
Description of the “member_space_limits_change_status” tag state: (members) Changed space limit status
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeStatus: (nonnull DBTEAMLOGMemberSpaceLimitsChangeStatusType *) memberSpaceLimitsChangeStatus;
Swift
init(memberSpaceLimitsChangeStatus: DBTEAMLOGMemberSpaceLimitsChangeStatusType)
Parameters
memberSpaceLimitsChangeStatus
(members) Changed space limit status
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_remove_custom_quota”.
Description of the “member_space_limits_remove_custom_quota” tag state: (members) Removed custom member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsRemoveCustomQuota: (nonnull DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType *) memberSpaceLimitsRemoveCustomQuota;
Swift
init(memberSpaceLimitsRemoveCustomQuota: DBTEAMLOGMemberSpaceLimitsRemoveCustomQuotaType)
Parameters
memberSpaceLimitsRemoveCustomQuota
(members) Removed custom member space limit
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_suggest”.
Description of the “member_suggest” tag state: (members) Suggested person to add to team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSuggest: (nonnull DBTEAMLOGMemberSuggestType *)memberSuggest;
Swift
init(memberSuggest: DBTEAMLOGMemberSuggestType)
Parameters
memberSuggest
(members) Suggested person to add to team
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_transfer_account_contents”.
Description of the “member_transfer_account_contents” tag state: (members) Transferred contents of deleted member account to another member
Declaration
Objective-C
- (nonnull instancetype)initWithMemberTransferAccountContents: (nonnull DBTEAMLOGMemberTransferAccountContentsType *) memberTransferAccountContents;
Swift
init(memberTransferAccountContents: DBTEAMLOGMemberTransferAccountContentsType)
Parameters
memberTransferAccountContents
(members) Transferred contents of deleted member account to another member
Return Value
An initialized instance.
-
Initializes union class with tag state of “pending_secondary_email_added”.
Description of the “pending_secondary_email_added” tag state: (members) Added pending secondary email
Declaration
Objective-C
- (nonnull instancetype)initWithPendingSecondaryEmailAdded: (nonnull DBTEAMLOGPendingSecondaryEmailAddedType *) pendingSecondaryEmailAdded;
Swift
init(pendingSecondaryEmailAdded: DBTEAMLOGPendingSecondaryEmailAddedType)
Parameters
pendingSecondaryEmailAdded
(members) Added pending secondary email
Return Value
An initialized instance.
-
Initializes union class with tag state of “secondary_email_deleted”.
Description of the “secondary_email_deleted” tag state: (members) Deleted secondary email
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryEmailDeleted: (nonnull DBTEAMLOGSecondaryEmailDeletedType *)secondaryEmailDeleted;
Swift
init(secondaryEmailDeleted: DBTEAMLOGSecondaryEmailDeletedType)
Parameters
secondaryEmailDeleted
(members) Deleted secondary email
Return Value
An initialized instance.
-
Initializes union class with tag state of “secondary_email_verified”.
Description of the “secondary_email_verified” tag state: (members) Verified secondary email
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryEmailVerified: (nonnull DBTEAMLOGSecondaryEmailVerifiedType *)secondaryEmailVerified;
Swift
init(secondaryEmailVerified: DBTEAMLOGSecondaryEmailVerifiedType)
Parameters
secondaryEmailVerified
(members) Verified secondary email
Return Value
An initialized instance.
-
Initializes union class with tag state of “secondary_mails_policy_changed”.
Description of the “secondary_mails_policy_changed” tag state: (members) Secondary mails policy changed
Declaration
Objective-C
- (nonnull instancetype)initWithSecondaryMailsPolicyChanged: (nonnull DBTEAMLOGSecondaryMailsPolicyChangedType *) secondaryMailsPolicyChanged;
Swift
init(secondaryMailsPolicyChanged: DBTEAMLOGSecondaryMailsPolicyChangedType)
Parameters
secondaryMailsPolicyChanged
(members) Secondary mails policy changed
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_add_page”.
Description of the “binder_add_page” tag state: (paper) Added Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderAddPage: (nonnull DBTEAMLOGBinderAddPageType *)binderAddPage;
Swift
init(binderAddPage: DBTEAMLOGBinderAddPageType)
Parameters
binderAddPage
(paper) Added Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_add_section”.
Description of the “binder_add_section” tag state: (paper) Added Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderAddSection: (nonnull DBTEAMLOGBinderAddSectionType *)binderAddSection;
Swift
init(binderAddSection: DBTEAMLOGBinderAddSectionType)
Parameters
binderAddSection
(paper) Added Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_remove_page”.
Description of the “binder_remove_page” tag state: (paper) Removed Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRemovePage: (nonnull DBTEAMLOGBinderRemovePageType *)binderRemovePage;
Swift
init(binderRemovePage: DBTEAMLOGBinderRemovePageType)
Parameters
binderRemovePage
(paper) Removed Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_remove_section”.
Description of the “binder_remove_section” tag state: (paper) Removed Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRemoveSection: (nonnull DBTEAMLOGBinderRemoveSectionType *)binderRemoveSection;
Swift
init(binderRemoveSection: DBTEAMLOGBinderRemoveSectionType)
Parameters
binderRemoveSection
(paper) Removed Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_rename_page”.
Description of the “binder_rename_page” tag state: (paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRenamePage: (nonnull DBTEAMLOGBinderRenamePageType *)binderRenamePage;
Swift
init(binderRenamePage: DBTEAMLOGBinderRenamePageType)
Parameters
binderRenamePage
(paper) Renamed Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_rename_section”.
Description of the “binder_rename_section” tag state: (paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderRenameSection: (nonnull DBTEAMLOGBinderRenameSectionType *)binderRenameSection;
Swift
init(binderRenameSection: DBTEAMLOGBinderRenameSectionType)
Parameters
binderRenameSection
(paper) Renamed Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_reorder_page”.
Description of the “binder_reorder_page” tag state: (paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderReorderPage: (nonnull DBTEAMLOGBinderReorderPageType *)binderReorderPage;
Swift
init(binderReorderPage: DBTEAMLOGBinderReorderPageType)
Parameters
binderReorderPage
(paper) Reordered Binder page (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “binder_reorder_section”.
Description of the “binder_reorder_section” tag state: (paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)
Declaration
Objective-C
- (nonnull instancetype)initWithBinderReorderSection: (nonnull DBTEAMLOGBinderReorderSectionType *)binderReorderSection;
Swift
init(binderReorderSection: DBTEAMLOGBinderReorderSectionType)
Parameters
binderReorderSection
(paper) Reordered Binder section (deprecated, replaced by ‘Edited files’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_add_member”.
Description of the “paper_content_add_member” tag state: (paper) Added users and/or groups to Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentAddMember: (nonnull DBTEAMLOGPaperContentAddMemberType *)paperContentAddMember;
Swift
init(paperContentAddMember: DBTEAMLOGPaperContentAddMemberType)
Parameters
paperContentAddMember
(paper) Added users and/or groups to Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_add_to_folder”.
Description of the “paper_content_add_to_folder” tag state: (paper) Added Paper doc/folder to folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentAddToFolder: (nonnull DBTEAMLOGPaperContentAddToFolderType *)paperContentAddToFolder;
Swift
init(paperContentAddToFolder: DBTEAMLOGPaperContentAddToFolderType)
Parameters
paperContentAddToFolder
(paper) Added Paper doc/folder to folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_archive”.
Description of the “paper_content_archive” tag state: (paper) Archived Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentArchive: (nonnull DBTEAMLOGPaperContentArchiveType *)paperContentArchive;
Swift
init(paperContentArchive: DBTEAMLOGPaperContentArchiveType)
Parameters
paperContentArchive
(paper) Archived Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_create”.
Description of the “paper_content_create” tag state: (paper) Created Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentCreate: (nonnull DBTEAMLOGPaperContentCreateType *)paperContentCreate;
Swift
init(paperContentCreate: DBTEAMLOGPaperContentCreateType)
Parameters
paperContentCreate
(paper) Created Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_permanently_delete”.
Description of the “paper_content_permanently_delete” tag state: (paper) Permanently deleted Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentPermanentlyDelete: (nonnull DBTEAMLOGPaperContentPermanentlyDeleteType *) paperContentPermanentlyDelete;
Swift
init(paperContentPermanentlyDelete: DBTEAMLOGPaperContentPermanentlyDeleteType)
Parameters
paperContentPermanentlyDelete
(paper) Permanently deleted Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_remove_from_folder”.
Description of the “paper_content_remove_from_folder” tag state: (paper) Removed Paper doc/folder from folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRemoveFromFolder: (nonnull DBTEAMLOGPaperContentRemoveFromFolderType *) paperContentRemoveFromFolder;
Swift
init(paperContentRemoveFromFolder: DBTEAMLOGPaperContentRemoveFromFolderType)
Parameters
paperContentRemoveFromFolder
(paper) Removed Paper doc/folder from folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_remove_member”.
Description of the “paper_content_remove_member” tag state: (paper) Removed users and/or groups from Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRemoveMember: (nonnull DBTEAMLOGPaperContentRemoveMemberType *)paperContentRemoveMember;
Swift
init(paperContentRemoveMember: DBTEAMLOGPaperContentRemoveMemberType)
Parameters
paperContentRemoveMember
(paper) Removed users and/or groups from Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_rename”.
Description of the “paper_content_rename” tag state: (paper) Renamed Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRename: (nonnull DBTEAMLOGPaperContentRenameType *)paperContentRename;
Swift
init(paperContentRename: DBTEAMLOGPaperContentRenameType)
Parameters
paperContentRename
(paper) Renamed Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_content_restore”.
Description of the “paper_content_restore” tag state: (paper) Restored archived Paper doc/folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperContentRestore: (nonnull DBTEAMLOGPaperContentRestoreType *)paperContentRestore;
Swift
init(paperContentRestore: DBTEAMLOGPaperContentRestoreType)
Parameters
paperContentRestore
(paper) Restored archived Paper doc/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_add_comment”.
Description of the “paper_doc_add_comment” tag state: (paper) Added Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocAddComment: (nonnull DBTEAMLOGPaperDocAddCommentType *)paperDocAddComment;
Swift
init(paperDocAddComment: DBTEAMLOGPaperDocAddCommentType)
Parameters
paperDocAddComment
(paper) Added Paper doc comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_change_member_role”.
Description of the “paper_doc_change_member_role” tag state: (paper) Changed member permissions for Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeMemberRole: (nonnull DBTEAMLOGPaperDocChangeMemberRoleType *)paperDocChangeMemberRole;
Swift
init(paperDocChangeMemberRole: DBTEAMLOGPaperDocChangeMemberRoleType)
Parameters
paperDocChangeMemberRole
(paper) Changed member permissions for Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_change_sharing_policy”.
Description of the “paper_doc_change_sharing_policy” tag state: (paper) Changed sharing setting for Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeSharingPolicy: (nonnull DBTEAMLOGPaperDocChangeSharingPolicyType *) paperDocChangeSharingPolicy;
Swift
init(paperDocChangeSharingPolicy: DBTEAMLOGPaperDocChangeSharingPolicyType)
Parameters
paperDocChangeSharingPolicy
(paper) Changed sharing setting for Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_change_subscription”.
Description of the “paper_doc_change_subscription” tag state: (paper) Followed/unfollowed Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocChangeSubscription: (nonnull DBTEAMLOGPaperDocChangeSubscriptionType *) paperDocChangeSubscription;
Swift
init(paperDocChangeSubscription: DBTEAMLOGPaperDocChangeSubscriptionType)
Parameters
paperDocChangeSubscription
(paper) Followed/unfollowed Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_deleted”.
Description of the “paper_doc_deleted” tag state: (paper) Archived Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDeleted: (nonnull DBTEAMLOGPaperDocDeletedType *)paperDocDeleted;
Swift
init(paperDocDeleted: DBTEAMLOGPaperDocDeletedType)
Parameters
paperDocDeleted
(paper) Archived Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_delete_comment”.
Description of the “paper_doc_delete_comment” tag state: (paper) Deleted Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDeleteComment: (nonnull DBTEAMLOGPaperDocDeleteCommentType *)paperDocDeleteComment;
Swift
init(paperDocDeleteComment: DBTEAMLOGPaperDocDeleteCommentType)
Parameters
paperDocDeleteComment
(paper) Deleted Paper doc comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_download”.
Description of the “paper_doc_download” tag state: (paper) Downloaded Paper doc in specific format
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocDownload: (nonnull DBTEAMLOGPaperDocDownloadType *)paperDocDownload;
Swift
init(paperDocDownload: DBTEAMLOGPaperDocDownloadType)
Parameters
paperDocDownload
(paper) Downloaded Paper doc in specific format
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_edit”.
Description of the “paper_doc_edit” tag state: (paper) Edited Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocEdit: (nonnull DBTEAMLOGPaperDocEditType *)paperDocEdit;
Swift
init(paperDocEdit: DBTEAMLOGPaperDocEditType)
Parameters
paperDocEdit
(paper) Edited Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_edit_comment”.
Description of the “paper_doc_edit_comment” tag state: (paper) Edited Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocEditComment: (nonnull DBTEAMLOGPaperDocEditCommentType *)paperDocEditComment;
Swift
init(paperDocEditComment: DBTEAMLOGPaperDocEditCommentType)
Parameters
paperDocEditComment
(paper) Edited Paper doc comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_followed”.
Description of the “paper_doc_followed” tag state: (paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocFollowed: (nonnull DBTEAMLOGPaperDocFollowedType *)paperDocFollowed;
Swift
init(paperDocFollowed: DBTEAMLOGPaperDocFollowedType)
Parameters
paperDocFollowed
(paper) Followed Paper doc (deprecated, replaced by ‘Followed/unfollowed Paper doc’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_mention”.
Description of the “paper_doc_mention” tag state: (paper) Mentioned user in Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocMention: (nonnull DBTEAMLOGPaperDocMentionType *)paperDocMention;
Swift
init(paperDocMention: DBTEAMLOGPaperDocMentionType)
Parameters
paperDocMention
(paper) Mentioned user in Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_ownership_changed”.
Description of the “paper_doc_ownership_changed” tag state: (paper) Transferred ownership of Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocOwnershipChanged: (nonnull DBTEAMLOGPaperDocOwnershipChangedType *)paperDocOwnershipChanged;
Swift
init(paperDocOwnershipChanged: DBTEAMLOGPaperDocOwnershipChangedType)
Parameters
paperDocOwnershipChanged
(paper) Transferred ownership of Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_request_access”.
Description of the “paper_doc_request_access” tag state: (paper) Requested access to Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocRequestAccess: (nonnull DBTEAMLOGPaperDocRequestAccessType *)paperDocRequestAccess;
Swift
init(paperDocRequestAccess: DBTEAMLOGPaperDocRequestAccessType)
Parameters
paperDocRequestAccess
(paper) Requested access to Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_resolve_comment”.
Description of the “paper_doc_resolve_comment” tag state: (paper) Resolved Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocResolveComment: (nonnull DBTEAMLOGPaperDocResolveCommentType *)paperDocResolveComment;
Swift
init(paperDocResolveComment: DBTEAMLOGPaperDocResolveCommentType)
Parameters
paperDocResolveComment
(paper) Resolved Paper doc comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_revert”.
Description of the “paper_doc_revert” tag state: (paper) Restored Paper doc to previous version
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocRevert: (nonnull DBTEAMLOGPaperDocRevertType *)paperDocRevert;
Swift
init(paperDocRevert: DBTEAMLOGPaperDocRevertType)
Parameters
paperDocRevert
(paper) Restored Paper doc to previous version
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_slack_share”.
Description of the “paper_doc_slack_share” tag state: (paper) Shared Paper doc via Slack
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocSlackShare: (nonnull DBTEAMLOGPaperDocSlackShareType *)paperDocSlackShare;
Swift
init(paperDocSlackShare: DBTEAMLOGPaperDocSlackShareType)
Parameters
paperDocSlackShare
(paper) Shared Paper doc via Slack
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_team_invite”.
Description of the “paper_doc_team_invite” tag state: (paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocTeamInvite: (nonnull DBTEAMLOGPaperDocTeamInviteType *)paperDocTeamInvite;
Swift
init(paperDocTeamInvite: DBTEAMLOGPaperDocTeamInviteType)
Parameters
paperDocTeamInvite
(paper) Shared Paper doc with users and/or groups (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_trashed”.
Description of the “paper_doc_trashed” tag state: (paper) Deleted Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocTrashed: (nonnull DBTEAMLOGPaperDocTrashedType *)paperDocTrashed;
Swift
init(paperDocTrashed: DBTEAMLOGPaperDocTrashedType)
Parameters
paperDocTrashed
(paper) Deleted Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_unresolve_comment”.
Description of the “paper_doc_unresolve_comment” tag state: (paper) Unresolved Paper doc comment
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocUnresolveComment: (nonnull DBTEAMLOGPaperDocUnresolveCommentType *)paperDocUnresolveComment;
Swift
init(paperDocUnresolveComment: DBTEAMLOGPaperDocUnresolveCommentType)
Parameters
paperDocUnresolveComment
(paper) Unresolved Paper doc comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_untrashed”.
Description of the “paper_doc_untrashed” tag state: (paper) Restored Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocUntrashed: (nonnull DBTEAMLOGPaperDocUntrashedType *)paperDocUntrashed;
Swift
init(paperDocUntrashed: DBTEAMLOGPaperDocUntrashedType)
Parameters
paperDocUntrashed
(paper) Restored Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_doc_view”.
Description of the “paper_doc_view” tag state: (paper) Viewed Paper doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDocView: (nonnull DBTEAMLOGPaperDocViewType *)paperDocView;
Swift
init(paperDocView: DBTEAMLOGPaperDocViewType)
Parameters
paperDocView
(paper) Viewed Paper doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_external_view_allow”.
Description of the “paper_external_view_allow” tag state: (paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewAllow: (nonnull DBTEAMLOGPaperExternalViewAllowType *)paperExternalViewAllow;
Swift
init(paperExternalViewAllow: DBTEAMLOGPaperExternalViewAllowType)
Parameters
paperExternalViewAllow
(paper) Changed Paper external sharing setting to anyone (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_external_view_default_team”.
Description of the “paper_external_view_default_team” tag state: (paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewDefaultTeam: (nonnull DBTEAMLOGPaperExternalViewDefaultTeamType *) paperExternalViewDefaultTeam;
Swift
init(paperExternalViewDefaultTeam: DBTEAMLOGPaperExternalViewDefaultTeamType)
Parameters
paperExternalViewDefaultTeam
(paper) Changed Paper external sharing setting to default team (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_external_view_forbid”.
Description of the “paper_external_view_forbid” tag state: (paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperExternalViewForbid: (nonnull DBTEAMLOGPaperExternalViewForbidType *)paperExternalViewForbid;
Swift
init(paperExternalViewForbid: DBTEAMLOGPaperExternalViewForbidType)
Parameters
paperExternalViewForbid
(paper) Changed Paper external sharing setting to team-only (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_folder_change_subscription”.
Description of the “paper_folder_change_subscription” tag state: (paper) Followed/unfollowed Paper folder
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderChangeSubscription: (nonnull DBTEAMLOGPaperFolderChangeSubscriptionType *) paperFolderChangeSubscription;
Swift
init(paperFolderChangeSubscription: DBTEAMLOGPaperFolderChangeSubscriptionType)
Parameters
paperFolderChangeSubscription
(paper) Followed/unfollowed Paper folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_folder_deleted”.
Description of the “paper_folder_deleted” tag state: (paper) Archived Paper folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderDeleted: (nonnull DBTEAMLOGPaperFolderDeletedType *)paperFolderDeleted;
Swift
init(paperFolderDeleted: DBTEAMLOGPaperFolderDeletedType)
Parameters
paperFolderDeleted
(paper) Archived Paper folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_folder_followed”.
Description of the “paper_folder_followed” tag state: (paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderFollowed: (nonnull DBTEAMLOGPaperFolderFollowedType *)paperFolderFollowed;
Swift
init(paperFolderFollowed: DBTEAMLOGPaperFolderFollowedType)
Parameters
paperFolderFollowed
(paper) Followed Paper folder (deprecated, replaced by ‘Followed/unfollowed Paper folder’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_folder_team_invite”.
Description of the “paper_folder_team_invite” tag state: (paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperFolderTeamInvite: (nonnull DBTEAMLOGPaperFolderTeamInviteType *)paperFolderTeamInvite;
Swift
init(paperFolderTeamInvite: DBTEAMLOGPaperFolderTeamInviteType)
Parameters
paperFolderTeamInvite
(paper) Shared Paper folder with users and/or groups (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_published_link_change_permission”.
Description of the “paper_published_link_change_permission” tag state: (paper) Changed permissions for published doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkChangePermission: (nonnull DBTEAMLOGPaperPublishedLinkChangePermissionType *) paperPublishedLinkChangePermission;
Swift
init(paperPublishedLinkChangePermission: DBTEAMLOGPaperPublishedLinkChangePermissionType)
Parameters
paperPublishedLinkChangePermission
(paper) Changed permissions for published doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_published_link_create”.
Description of the “paper_published_link_create” tag state: (paper) Published doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkCreate: (nonnull DBTEAMLOGPaperPublishedLinkCreateType *)paperPublishedLinkCreate;
Swift
init(paperPublishedLinkCreate: DBTEAMLOGPaperPublishedLinkCreateType)
Parameters
paperPublishedLinkCreate
(paper) Published doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_published_link_disabled”.
Description of the “paper_published_link_disabled” tag state: (paper) Unpublished doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkDisabled: (nonnull DBTEAMLOGPaperPublishedLinkDisabledType *) paperPublishedLinkDisabled;
Swift
init(paperPublishedLinkDisabled: DBTEAMLOGPaperPublishedLinkDisabledType)
Parameters
paperPublishedLinkDisabled
(paper) Unpublished doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_published_link_view”.
Description of the “paper_published_link_view” tag state: (paper) Viewed published doc
Declaration
Objective-C
- (nonnull instancetype)initWithPaperPublishedLinkView: (nonnull DBTEAMLOGPaperPublishedLinkViewType *)paperPublishedLinkView;
Swift
init(paperPublishedLinkView: DBTEAMLOGPaperPublishedLinkViewType)
Parameters
paperPublishedLinkView
(paper) Viewed published doc
Return Value
An initialized instance.
-
Initializes union class with tag state of “password_change”.
Description of the “password_change” tag state: (passwords) Changed password
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordChange: (nonnull DBTEAMLOGPasswordChangeType *)passwordChange;
Swift
init(passwordChange: DBTEAMLOGPasswordChangeType)
Parameters
passwordChange
(passwords) Changed password
Return Value
An initialized instance.
-
Initializes union class with tag state of “password_reset”.
Description of the “password_reset” tag state: (passwords) Reset password
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordReset: (nonnull DBTEAMLOGPasswordResetType *)passwordReset;
Swift
init(passwordReset: DBTEAMLOGPasswordResetType)
Parameters
passwordReset
(passwords) Reset password
Return Value
An initialized instance.
-
Initializes union class with tag state of “password_reset_all”.
Description of the “password_reset_all” tag state: (passwords) Reset all team member passwords
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordResetAll: (nonnull DBTEAMLOGPasswordResetAllType *)passwordResetAll;
Swift
init(passwordResetAll: DBTEAMLOGPasswordResetAllType)
Parameters
passwordResetAll
(passwords) Reset all team member passwords
Return Value
An initialized instance.
-
Initializes union class with tag state of “classification_create_report”.
Description of the “classification_create_report” tag state: (reports) Created Classification report
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationCreateReport: (nonnull DBTEAMLOGClassificationCreateReportType *) classificationCreateReport;
Swift
init(classificationCreateReport: DBTEAMLOGClassificationCreateReportType)
Parameters
classificationCreateReport
(reports) Created Classification report
Return Value
An initialized instance.
-
Initializes union class with tag state of “classification_create_report_fail”.
Description of the “classification_create_report_fail” tag state: (reports) Couldn’t create Classification report
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationCreateReportFail: (nonnull DBTEAMLOGClassificationCreateReportFailType *) classificationCreateReportFail;
Swift
init(classificationCreateReportFail: DBTEAMLOGClassificationCreateReportFailType)
Parameters
classificationCreateReportFail
(reports) Couldn’t create Classification report
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_create_exceptions_report”.
Description of the “emm_create_exceptions_report” tag state: (reports) Created EMM-excluded users report
Declaration
Objective-C
- (nonnull instancetype)initWithEmmCreateExceptionsReport: (nonnull DBTEAMLOGEmmCreateExceptionsReportType *)emmCreateExceptionsReport;
Swift
init(emmCreateExceptionsReport: DBTEAMLOGEmmCreateExceptionsReportType)
Parameters
emmCreateExceptionsReport
(reports) Created EMM-excluded users report
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_create_usage_report”.
Description of the “emm_create_usage_report” tag state: (reports) Created EMM mobile app usage report
Declaration
Objective-C
- (nonnull instancetype)initWithEmmCreateUsageReport: (nonnull DBTEAMLOGEmmCreateUsageReportType *)emmCreateUsageReport;
Swift
init(emmCreateUsageReport: DBTEAMLOGEmmCreateUsageReportType)
Parameters
emmCreateUsageReport
(reports) Created EMM mobile app usage report
Return Value
An initialized instance.
-
Initializes union class with tag state of “export_members_report”.
Description of the “export_members_report” tag state: (reports) Created member data report
Declaration
Objective-C
- (nonnull instancetype)initWithExportMembersReport: (nonnull DBTEAMLOGExportMembersReportType *)exportMembersReport;
Swift
init(exportMembersReport: DBTEAMLOGExportMembersReportType)
Parameters
exportMembersReport
(reports) Created member data report
Return Value
An initialized instance.
-
Initializes union class with tag state of “export_members_report_fail”.
Description of the “export_members_report_fail” tag state: (reports) Failed to create members data report
Declaration
Objective-C
- (nonnull instancetype)initWithExportMembersReportFail: (nonnull DBTEAMLOGExportMembersReportFailType *)exportMembersReportFail;
Swift
init(exportMembersReportFail: DBTEAMLOGExportMembersReportFailType)
Parameters
exportMembersReportFail
(reports) Failed to create members data report
Return Value
An initialized instance.
-
Initializes union class with tag state of “external_sharing_create_report”.
Description of the “external_sharing_create_report” tag state: (reports) Created External sharing report
Declaration
Objective-C
- (nonnull instancetype)initWithExternalSharingCreateReport: (nonnull DBTEAMLOGExternalSharingCreateReportType *) externalSharingCreateReport;
Swift
init(externalSharingCreateReport: DBTEAMLOGExternalSharingCreateReportType)
Parameters
externalSharingCreateReport
(reports) Created External sharing report
Return Value
An initialized instance.
-
Initializes union class with tag state of “external_sharing_report_failed”.
Description of the “external_sharing_report_failed” tag state: (reports) Couldn’t create External sharing report
Declaration
Objective-C
- (nonnull instancetype)initWithExternalSharingReportFailed: (nonnull DBTEAMLOGExternalSharingReportFailedType *) externalSharingReportFailed;
Swift
init(externalSharingReportFailed: DBTEAMLOGExternalSharingReportFailedType)
Parameters
externalSharingReportFailed
(reports) Couldn’t create External sharing report
Return Value
An initialized instance.
-
Initializes union class with tag state of “no_expiration_link_gen_create_report”.
Description of the “no_expiration_link_gen_create_report” tag state: (reports) Report created: Links created with no expiration
Declaration
Objective-C
- (nonnull instancetype)initWithNoExpirationLinkGenCreateReport: (nonnull DBTEAMLOGNoExpirationLinkGenCreateReportType *) noExpirationLinkGenCreateReport;
Swift
init(noExpirationLinkGenCreateReport: DBTEAMLOGNoExpirationLinkGenCreateReportType)
Parameters
noExpirationLinkGenCreateReport
(reports) Report created: Links created with no expiration
Return Value
An initialized instance.
-
Initializes union class with tag state of “no_expiration_link_gen_report_failed”.
Description of the “no_expiration_link_gen_report_failed” tag state: (reports) Couldn’t create report: Links created with no expiration
Declaration
Objective-C
- (nonnull instancetype)initWithNoExpirationLinkGenReportFailed: (nonnull DBTEAMLOGNoExpirationLinkGenReportFailedType *) noExpirationLinkGenReportFailed;
Swift
init(noExpirationLinkGenReportFailed: DBTEAMLOGNoExpirationLinkGenReportFailedType)
Parameters
noExpirationLinkGenReportFailed
(reports) Couldn’t create report: Links created with no expiration
Return Value
An initialized instance.
-
Initializes union class with tag state of “no_password_link_gen_create_report”.
Description of the “no_password_link_gen_create_report” tag state: (reports) Report created: Links created without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkGenCreateReport: (nonnull DBTEAMLOGNoPasswordLinkGenCreateReportType *) noPasswordLinkGenCreateReport;
Swift
init(noPasswordLinkGenCreateReport: DBTEAMLOGNoPasswordLinkGenCreateReportType)
Parameters
noPasswordLinkGenCreateReport
(reports) Report created: Links created without passwords
Return Value
An initialized instance.
-
Initializes union class with tag state of “no_password_link_gen_report_failed”.
Description of the “no_password_link_gen_report_failed” tag state: (reports) Couldn’t create report: Links created without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkGenReportFailed: (nonnull DBTEAMLOGNoPasswordLinkGenReportFailedType *) noPasswordLinkGenReportFailed;
Swift
init(noPasswordLinkGenReportFailed: DBTEAMLOGNoPasswordLinkGenReportFailedType)
Parameters
noPasswordLinkGenReportFailed
(reports) Couldn’t create report: Links created without passwords
Return Value
An initialized instance.
-
Initializes union class with tag state of “no_password_link_view_create_report”.
Description of the “no_password_link_view_create_report” tag state: (reports) Report created: Views of links without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkViewCreateReport: (nonnull DBTEAMLOGNoPasswordLinkViewCreateReportType *) noPasswordLinkViewCreateReport;
Swift
init(noPasswordLinkViewCreateReport: DBTEAMLOGNoPasswordLinkViewCreateReportType)
Parameters
noPasswordLinkViewCreateReport
(reports) Report created: Views of links without passwords
Return Value
An initialized instance.
-
Initializes union class with tag state of “no_password_link_view_report_failed”.
Description of the “no_password_link_view_report_failed” tag state: (reports) Couldn’t create report: Views of links without passwords
Declaration
Objective-C
- (nonnull instancetype)initWithNoPasswordLinkViewReportFailed: (nonnull DBTEAMLOGNoPasswordLinkViewReportFailedType *) noPasswordLinkViewReportFailed;
Swift
init(noPasswordLinkViewReportFailed: DBTEAMLOGNoPasswordLinkViewReportFailedType)
Parameters
noPasswordLinkViewReportFailed
(reports) Couldn’t create report: Views of links without passwords
Return Value
An initialized instance.
-
Initializes union class with tag state of “outdated_link_view_create_report”.
Description of the “outdated_link_view_create_report” tag state: (reports) Report created: Views of old links
Declaration
Objective-C
- (nonnull instancetype)initWithOutdatedLinkViewCreateReport: (nonnull DBTEAMLOGOutdatedLinkViewCreateReportType *) outdatedLinkViewCreateReport;
Swift
init(outdatedLinkViewCreateReport: DBTEAMLOGOutdatedLinkViewCreateReportType)
Parameters
outdatedLinkViewCreateReport
(reports) Report created: Views of old links
Return Value
An initialized instance.
-
Initializes union class with tag state of “outdated_link_view_report_failed”.
Description of the “outdated_link_view_report_failed” tag state: (reports) Couldn’t create report: Views of old links
Declaration
Objective-C
- (nonnull instancetype)initWithOutdatedLinkViewReportFailed: (nonnull DBTEAMLOGOutdatedLinkViewReportFailedType *) outdatedLinkViewReportFailed;
Swift
init(outdatedLinkViewReportFailed: DBTEAMLOGOutdatedLinkViewReportFailedType)
Parameters
outdatedLinkViewReportFailed
(reports) Couldn’t create report: Views of old links
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_admin_export_start”.
Description of the “paper_admin_export_start” tag state: (reports) Exported all team Paper docs
Declaration
Objective-C
- (nonnull instancetype)initWithPaperAdminExportStart: (nonnull DBTEAMLOGPaperAdminExportStartType *)paperAdminExportStart;
Swift
init(paperAdminExportStart: DBTEAMLOGPaperAdminExportStartType)
Parameters
paperAdminExportStart
(reports) Exported all team Paper docs
Return Value
An initialized instance.
-
Initializes union class with tag state of “smart_sync_create_admin_privilege_report”.
Description of the “smart_sync_create_admin_privilege_report” tag state: (reports) Created Smart Sync non-admin devices report
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncCreateAdminPrivilegeReport: (nonnull DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType *) smartSyncCreateAdminPrivilegeReport;
Swift
init(smartSyncCreateAdminPrivilegeReport: DBTEAMLOGSmartSyncCreateAdminPrivilegeReportType)
Parameters
smartSyncCreateAdminPrivilegeReport
(reports) Created Smart Sync non-admin devices report
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_activity_create_report”.
Description of the “team_activity_create_report” tag state: (reports) Created team activity report
Declaration
Objective-C
- (nonnull instancetype)initWithTeamActivityCreateReport: (nonnull DBTEAMLOGTeamActivityCreateReportType *)teamActivityCreateReport;
Swift
init(teamActivityCreateReport: DBTEAMLOGTeamActivityCreateReportType)
Parameters
teamActivityCreateReport
(reports) Created team activity report
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_activity_create_report_fail”.
Description of the “team_activity_create_report_fail” tag state: (reports) Couldn’t generate team activity report
Declaration
Objective-C
- (nonnull instancetype)initWithTeamActivityCreateReportFail: (nonnull DBTEAMLOGTeamActivityCreateReportFailType *) teamActivityCreateReportFail;
Swift
init(teamActivityCreateReportFail: DBTEAMLOGTeamActivityCreateReportFailType)
Parameters
teamActivityCreateReportFail
(reports) Couldn’t generate team activity report
Return Value
An initialized instance.
-
Initializes union class with tag state of “collection_share”.
Description of the “collection_share” tag state: (sharing) Shared album
Declaration
Objective-C
- (nonnull instancetype)initWithCollectionShare: (nonnull DBTEAMLOGCollectionShareType *)collectionShare;
Swift
init(collectionShare: DBTEAMLOGCollectionShareType)
Parameters
collectionShare
(sharing) Shared album
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_transfers_file_add”.
Description of the “file_transfers_file_add” tag state: (sharing) Transfer files added
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersFileAdd: (nonnull DBTEAMLOGFileTransfersFileAddType *)fileTransfersFileAdd;
Swift
init(fileTransfersFileAdd: DBTEAMLOGFileTransfersFileAddType)
Parameters
fileTransfersFileAdd
(sharing) Transfer files added
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_transfers_transfer_delete”.
Description of the “file_transfers_transfer_delete” tag state: (sharing) Deleted transfer
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferDelete: (nonnull DBTEAMLOGFileTransfersTransferDeleteType *) fileTransfersTransferDelete;
Swift
init(fileTransfersTransferDelete: DBTEAMLOGFileTransfersTransferDeleteType)
Parameters
fileTransfersTransferDelete
(sharing) Deleted transfer
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_transfers_transfer_download”.
Description of the “file_transfers_transfer_download” tag state: (sharing) Transfer downloaded
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferDownload: (nonnull DBTEAMLOGFileTransfersTransferDownloadType *) fileTransfersTransferDownload;
Swift
init(fileTransfersTransferDownload: DBTEAMLOGFileTransfersTransferDownloadType)
Parameters
fileTransfersTransferDownload
(sharing) Transfer downloaded
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_transfers_transfer_send”.
Description of the “file_transfers_transfer_send” tag state: (sharing) Sent transfer
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferSend: (nonnull DBTEAMLOGFileTransfersTransferSendType *)fileTransfersTransferSend;
Swift
init(fileTransfersTransferSend: DBTEAMLOGFileTransfersTransferSendType)
Parameters
fileTransfersTransferSend
(sharing) Sent transfer
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_transfers_transfer_view”.
Description of the “file_transfers_transfer_view” tag state: (sharing) Viewed transfer
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersTransferView: (nonnull DBTEAMLOGFileTransfersTransferViewType *)fileTransfersTransferView;
Swift
init(fileTransfersTransferView: DBTEAMLOGFileTransfersTransferViewType)
Parameters
fileTransfersTransferView
(sharing) Viewed transfer
Return Value
An initialized instance.
-
Initializes union class with tag state of “note_acl_invite_only”.
Description of the “note_acl_invite_only” tag state: (sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclInviteOnly: (nonnull DBTEAMLOGNoteAclInviteOnlyType *)noteAclInviteOnly;
Swift
init(noteAclInviteOnly: DBTEAMLOGNoteAclInviteOnlyType)
Parameters
noteAclInviteOnly
(sharing) Changed Paper doc to invite-only (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “note_acl_link”.
Description of the “note_acl_link” tag state: (sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclLink: (nonnull DBTEAMLOGNoteAclLinkType *)noteAclLink;
Swift
init(noteAclLink: DBTEAMLOGNoteAclLinkType)
Parameters
noteAclLink
(sharing) Changed Paper doc to link-accessible (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “note_acl_team_link”.
Description of the “note_acl_team_link” tag state: (sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteAclTeamLink: (nonnull DBTEAMLOGNoteAclTeamLinkType *)noteAclTeamLink;
Swift
init(noteAclTeamLink: DBTEAMLOGNoteAclTeamLinkType)
Parameters
noteAclTeamLink
(sharing) Changed Paper doc to link-accessible for team (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “note_shared”.
Description of the “note_shared” tag state: (sharing) Shared Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteShared: (nonnull DBTEAMLOGNoteSharedType *)noteShared;
Swift
init(noteShared: DBTEAMLOGNoteSharedType)
Parameters
noteShared
(sharing) Shared Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “note_share_receive”.
Description of the “note_share_receive” tag state: (sharing) Shared received Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithNoteShareReceive: (nonnull DBTEAMLOGNoteShareReceiveType *)noteShareReceive;
Swift
init(noteShareReceive: DBTEAMLOGNoteShareReceiveType)
Parameters
noteShareReceive
(sharing) Shared received Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “open_note_shared”.
Description of the “open_note_shared” tag state: (sharing) Opened shared Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithOpenNoteShared: (nonnull DBTEAMLOGOpenNoteSharedType *)openNoteShared;
Swift
init(openNoteShared: DBTEAMLOGOpenNoteSharedType)
Parameters
openNoteShared
(sharing) Opened shared Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_add_group”.
Description of the “sf_add_group” tag state: (sharing) Added team to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfAddGroup: (nonnull DBTEAMLOGSfAddGroupType *)sfAddGroup;
Swift
init(sfAddGroup: DBTEAMLOGSfAddGroupType)
Parameters
sfAddGroup
(sharing) Added team to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_allow_non_members_to_view_shared_links”.
Description of the “sf_allow_non_members_to_view_shared_links” tag state: (sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfAllowNonMembersToViewSharedLinks: (nonnull DBTEAMLOGSfAllowNonMembersToViewSharedLinksType *) sfAllowNonMembersToViewSharedLinks;
Swift
init(sfAllowNonMembersToViewSharedLinks: DBTEAMLOGSfAllowNonMembersToViewSharedLinksType)
Parameters
sfAllowNonMembersToViewSharedLinks
(sharing) Allowed non-collaborators to view links to files in shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_external_invite_warn”.
Description of the “sf_external_invite_warn” tag state: (sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfExternalInviteWarn: (nonnull DBTEAMLOGSfExternalInviteWarnType *)sfExternalInviteWarn;
Swift
init(sfExternalInviteWarn: DBTEAMLOGSfExternalInviteWarnType)
Parameters
sfExternalInviteWarn
(sharing) Set team members to see warning before sharing folders outside team (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_fb_invite”.
Description of the “sf_fb_invite” tag state: (sharing) Invited Facebook users to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbInvite: (nonnull DBTEAMLOGSfFbInviteType *)sfFbInvite;
Swift
init(sfFbInvite: DBTEAMLOGSfFbInviteType)
Parameters
sfFbInvite
(sharing) Invited Facebook users to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_fb_invite_change_role”.
Description of the “sf_fb_invite_change_role” tag state: (sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbInviteChangeRole: (nonnull DBTEAMLOGSfFbInviteChangeRoleType *)sfFbInviteChangeRole;
Swift
init(sfFbInviteChangeRole: DBTEAMLOGSfFbInviteChangeRoleType)
Parameters
sfFbInviteChangeRole
(sharing) Changed Facebook user’s role in shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_fb_uninvite”.
Description of the “sf_fb_uninvite” tag state: (sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfFbUninvite: (nonnull DBTEAMLOGSfFbUninviteType *)sfFbUninvite;
Swift
init(sfFbUninvite: DBTEAMLOGSfFbUninviteType)
Parameters
sfFbUninvite
(sharing) Uninvited Facebook user from shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_invite_group”.
Description of the “sf_invite_group” tag state: (sharing) Invited group to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfInviteGroup: (nonnull DBTEAMLOGSfInviteGroupType *)sfInviteGroup;
Swift
init(sfInviteGroup: DBTEAMLOGSfInviteGroupType)
Parameters
sfInviteGroup
(sharing) Invited group to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_team_grant_access”.
Description of the “sf_team_grant_access” tag state: (sharing) Granted access to shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamGrantAccess: (nonnull DBTEAMLOGSfTeamGrantAccessType *)sfTeamGrantAccess;
Swift
init(sfTeamGrantAccess: DBTEAMLOGSfTeamGrantAccessType)
Parameters
sfTeamGrantAccess
(sharing) Granted access to shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_team_invite”.
Description of the “sf_team_invite” tag state: (sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamInvite: (nonnull DBTEAMLOGSfTeamInviteType *)sfTeamInvite;
Swift
init(sfTeamInvite: DBTEAMLOGSfTeamInviteType)
Parameters
sfTeamInvite
(sharing) Invited team members to shared folder (deprecated, replaced by ‘Invited user to Dropbox and added them to shared file/folder’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_team_invite_change_role”.
Description of the “sf_team_invite_change_role” tag state: (sharing) Changed team member’s role in shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamInviteChangeRole: (nonnull DBTEAMLOGSfTeamInviteChangeRoleType *)sfTeamInviteChangeRole;
Swift
init(sfTeamInviteChangeRole: DBTEAMLOGSfTeamInviteChangeRoleType)
Parameters
sfTeamInviteChangeRole
(sharing) Changed team member’s role in shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_team_join”.
Description of the “sf_team_join” tag state: (sharing) Joined team member’s shared folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamJoin: (nonnull DBTEAMLOGSfTeamJoinType *)sfTeamJoin;
Swift
init(sfTeamJoin: DBTEAMLOGSfTeamJoinType)
Parameters
sfTeamJoin
(sharing) Joined team member’s shared folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_team_join_from_oob_link”.
Description of the “sf_team_join_from_oob_link” tag state: (sharing) Joined team member’s shared folder from link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamJoinFromOobLink: (nonnull DBTEAMLOGSfTeamJoinFromOobLinkType *)sfTeamJoinFromOobLink;
Swift
init(sfTeamJoinFromOobLink: DBTEAMLOGSfTeamJoinFromOobLinkType)
Parameters
sfTeamJoinFromOobLink
(sharing) Joined team member’s shared folder from link (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “sf_team_uninvite”.
Description of the “sf_team_uninvite” tag state: (sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)
Declaration
Objective-C
- (nonnull instancetype)initWithSfTeamUninvite: (nonnull DBTEAMLOGSfTeamUninviteType *)sfTeamUninvite;
Swift
init(sfTeamUninvite: DBTEAMLOGSfTeamUninviteType)
Parameters
sfTeamUninvite
(sharing) Unshared folder with team member (deprecated, replaced by ‘Removed invitee from shared file/folder before invite was accepted’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_add_invitees”.
Description of the “shared_content_add_invitees” tag state: (sharing) Invited user to Dropbox and added them to shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddInvitees: (nonnull DBTEAMLOGSharedContentAddInviteesType *)sharedContentAddInvitees;
Swift
init(sharedContentAddInvitees: DBTEAMLOGSharedContentAddInviteesType)
Parameters
sharedContentAddInvitees
(sharing) Invited user to Dropbox and added them to shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_add_link_expiry”.
Description of the “shared_content_add_link_expiry” tag state: (sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddLinkExpiry: (nonnull DBTEAMLOGSharedContentAddLinkExpiryType *) sharedContentAddLinkExpiry;
Swift
init(sharedContentAddLinkExpiry: DBTEAMLOGSharedContentAddLinkExpiryType)
Parameters
sharedContentAddLinkExpiry
(sharing) Added expiration date to link for shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_add_link_password”.
Description of the “shared_content_add_link_password” tag state: (sharing) Added password to link for shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddLinkPassword: (nonnull DBTEAMLOGSharedContentAddLinkPasswordType *) sharedContentAddLinkPassword;
Swift
init(sharedContentAddLinkPassword: DBTEAMLOGSharedContentAddLinkPasswordType)
Parameters
sharedContentAddLinkPassword
(sharing) Added password to link for shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_add_member”.
Description of the “shared_content_add_member” tag state: (sharing) Added users and/or groups to shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentAddMember: (nonnull DBTEAMLOGSharedContentAddMemberType *)sharedContentAddMember;
Swift
init(sharedContentAddMember: DBTEAMLOGSharedContentAddMemberType)
Parameters
sharedContentAddMember
(sharing) Added users and/or groups to shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_downloads_policy”.
Description of the “shared_content_change_downloads_policy” tag state: (sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeDownloadsPolicy: (nonnull DBTEAMLOGSharedContentChangeDownloadsPolicyType *) sharedContentChangeDownloadsPolicy;
Swift
init(sharedContentChangeDownloadsPolicy: DBTEAMLOGSharedContentChangeDownloadsPolicyType)
Parameters
sharedContentChangeDownloadsPolicy
(sharing) Changed whether members can download shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_invitee_role”.
Description of the “shared_content_change_invitee_role” tag state: (sharing) Changed access type of invitee to shared file/folder before invite was accepted
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeInviteeRole: (nonnull DBTEAMLOGSharedContentChangeInviteeRoleType *) sharedContentChangeInviteeRole;
Swift
init(sharedContentChangeInviteeRole: DBTEAMLOGSharedContentChangeInviteeRoleType)
Parameters
sharedContentChangeInviteeRole
(sharing) Changed access type of invitee to shared file/folder before invite was accepted
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_link_audience”.
Description of the “shared_content_change_link_audience” tag state: (sharing) Changed link audience of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkAudience: (nonnull DBTEAMLOGSharedContentChangeLinkAudienceType *) sharedContentChangeLinkAudience;
Swift
init(sharedContentChangeLinkAudience: DBTEAMLOGSharedContentChangeLinkAudienceType)
Parameters
sharedContentChangeLinkAudience
(sharing) Changed link audience of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_link_expiry”.
Description of the “shared_content_change_link_expiry” tag state: (sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkExpiry: (nonnull DBTEAMLOGSharedContentChangeLinkExpiryType *) sharedContentChangeLinkExpiry;
Swift
init(sharedContentChangeLinkExpiry: DBTEAMLOGSharedContentChangeLinkExpiryType)
Parameters
sharedContentChangeLinkExpiry
(sharing) Changed link expiration of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_link_password”.
Description of the “shared_content_change_link_password” tag state: (sharing) Changed link password of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeLinkPassword: (nonnull DBTEAMLOGSharedContentChangeLinkPasswordType *) sharedContentChangeLinkPassword;
Swift
init(sharedContentChangeLinkPassword: DBTEAMLOGSharedContentChangeLinkPasswordType)
Parameters
sharedContentChangeLinkPassword
(sharing) Changed link password of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_member_role”.
Description of the “shared_content_change_member_role” tag state: (sharing) Changed access type of shared file/folder member
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeMemberRole: (nonnull DBTEAMLOGSharedContentChangeMemberRoleType *) sharedContentChangeMemberRole;
Swift
init(sharedContentChangeMemberRole: DBTEAMLOGSharedContentChangeMemberRoleType)
Parameters
sharedContentChangeMemberRole
(sharing) Changed access type of shared file/folder member
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_change_viewer_info_policy”.
Description of the “shared_content_change_viewer_info_policy” tag state: (sharing) Changed whether members can see who viewed shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentChangeViewerInfoPolicy: (nonnull DBTEAMLOGSharedContentChangeViewerInfoPolicyType *) sharedContentChangeViewerInfoPolicy;
Swift
init(sharedContentChangeViewerInfoPolicy: DBTEAMLOGSharedContentChangeViewerInfoPolicyType)
Parameters
sharedContentChangeViewerInfoPolicy
(sharing) Changed whether members can see who viewed shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_claim_invitation”.
Description of the “shared_content_claim_invitation” tag state: (sharing) Acquired membership of shared file/folder by accepting invite
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentClaimInvitation: (nonnull DBTEAMLOGSharedContentClaimInvitationType *) sharedContentClaimInvitation;
Swift
init(sharedContentClaimInvitation: DBTEAMLOGSharedContentClaimInvitationType)
Parameters
sharedContentClaimInvitation
(sharing) Acquired membership of shared file/folder by accepting invite
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_copy”.
Description of the “shared_content_copy” tag state: (sharing) Copied shared file/folder to own Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentCopy: (nonnull DBTEAMLOGSharedContentCopyType *)sharedContentCopy;
Swift
init(sharedContentCopy: DBTEAMLOGSharedContentCopyType)
Parameters
sharedContentCopy
(sharing) Copied shared file/folder to own Dropbox
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_download”.
Description of the “shared_content_download” tag state: (sharing) Downloaded shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentDownload: (nonnull DBTEAMLOGSharedContentDownloadType *)sharedContentDownload;
Swift
init(sharedContentDownload: DBTEAMLOGSharedContentDownloadType)
Parameters
sharedContentDownload
(sharing) Downloaded shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_relinquish_membership”.
Description of the “shared_content_relinquish_membership” tag state: (sharing) Left shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRelinquishMembership: (nonnull DBTEAMLOGSharedContentRelinquishMembershipType *) sharedContentRelinquishMembership;
Swift
init(sharedContentRelinquishMembership: DBTEAMLOGSharedContentRelinquishMembershipType)
Parameters
sharedContentRelinquishMembership
(sharing) Left shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_remove_invitees”.
Description of the “shared_content_remove_invitees” tag state: (sharing) Removed invitee from shared file/folder before invite was accepted
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveInvitees: (nonnull DBTEAMLOGSharedContentRemoveInviteesType *) sharedContentRemoveInvitees;
Swift
init(sharedContentRemoveInvitees: DBTEAMLOGSharedContentRemoveInviteesType)
Parameters
sharedContentRemoveInvitees
(sharing) Removed invitee from shared file/folder before invite was accepted
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_remove_link_expiry”.
Description of the “shared_content_remove_link_expiry” tag state: (sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveLinkExpiry: (nonnull DBTEAMLOGSharedContentRemoveLinkExpiryType *) sharedContentRemoveLinkExpiry;
Swift
init(sharedContentRemoveLinkExpiry: DBTEAMLOGSharedContentRemoveLinkExpiryType)
Parameters
sharedContentRemoveLinkExpiry
(sharing) Removed link expiration date of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_remove_link_password”.
Description of the “shared_content_remove_link_password” tag state: (sharing) Removed link password of shared file/folder (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveLinkPassword: (nonnull DBTEAMLOGSharedContentRemoveLinkPasswordType *) sharedContentRemoveLinkPassword;
Swift
init(sharedContentRemoveLinkPassword: DBTEAMLOGSharedContentRemoveLinkPasswordType)
Parameters
sharedContentRemoveLinkPassword
(sharing) Removed link password of shared file/folder (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_remove_member”.
Description of the “shared_content_remove_member” tag state: (sharing) Removed user/group from shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRemoveMember: (nonnull DBTEAMLOGSharedContentRemoveMemberType *)sharedContentRemoveMember;
Swift
init(sharedContentRemoveMember: DBTEAMLOGSharedContentRemoveMemberType)
Parameters
sharedContentRemoveMember
(sharing) Removed user/group from shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_request_access”.
Description of the “shared_content_request_access” tag state: (sharing) Requested access to shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRequestAccess: (nonnull DBTEAMLOGSharedContentRequestAccessType *) sharedContentRequestAccess;
Swift
init(sharedContentRequestAccess: DBTEAMLOGSharedContentRequestAccessType)
Parameters
sharedContentRequestAccess
(sharing) Requested access to shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_restore_invitees”.
Description of the “shared_content_restore_invitees” tag state: (sharing) Restored shared file/folder invitees
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRestoreInvitees: (nonnull DBTEAMLOGSharedContentRestoreInviteesType *) sharedContentRestoreInvitees;
Swift
init(sharedContentRestoreInvitees: DBTEAMLOGSharedContentRestoreInviteesType)
Parameters
sharedContentRestoreInvitees
(sharing) Restored shared file/folder invitees
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_restore_member”.
Description of the “shared_content_restore_member” tag state: (sharing) Restored users and/or groups to membership of shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentRestoreMember: (nonnull DBTEAMLOGSharedContentRestoreMemberType *) sharedContentRestoreMember;
Swift
init(sharedContentRestoreMember: DBTEAMLOGSharedContentRestoreMemberType)
Parameters
sharedContentRestoreMember
(sharing) Restored users and/or groups to membership of shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_unshare”.
Description of the “shared_content_unshare” tag state: (sharing) Unshared file/folder by clearing membership
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentUnshare: (nonnull DBTEAMLOGSharedContentUnshareType *)sharedContentUnshare;
Swift
init(sharedContentUnshare: DBTEAMLOGSharedContentUnshareType)
Parameters
sharedContentUnshare
(sharing) Unshared file/folder by clearing membership
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_content_view”.
Description of the “shared_content_view” tag state: (sharing) Previewed shared file/folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedContentView: (nonnull DBTEAMLOGSharedContentViewType *)sharedContentView;
Swift
init(sharedContentView: DBTEAMLOGSharedContentViewType)
Parameters
sharedContentView
(sharing) Previewed shared file/folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_change_link_policy”.
Description of the “shared_folder_change_link_policy” tag state: (sharing) Changed who can access shared folder via link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeLinkPolicy: (nonnull DBTEAMLOGSharedFolderChangeLinkPolicyType *) sharedFolderChangeLinkPolicy;
Swift
init(sharedFolderChangeLinkPolicy: DBTEAMLOGSharedFolderChangeLinkPolicyType)
Parameters
sharedFolderChangeLinkPolicy
(sharing) Changed who can access shared folder via link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_change_members_inheritance_policy”.
Description of the “shared_folder_change_members_inheritance_policy” tag state: (sharing) Changed whether shared folder inherits members from parent folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersInheritancePolicy: (nonnull DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType *) sharedFolderChangeMembersInheritancePolicy;
Swift
init(sharedFolderChangeMembersInheritancePolicy: DBTEAMLOGSharedFolderChangeMembersInheritancePolicyType)
Parameters
sharedFolderChangeMembersInheritancePolicy
(sharing) Changed whether shared folder inherits members from parent folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_change_members_management_policy”.
Description of the “shared_folder_change_members_management_policy” tag state: (sharing) Changed who can add/remove members of shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersManagementPolicy: (nonnull DBTEAMLOGSharedFolderChangeMembersManagementPolicyType *) sharedFolderChangeMembersManagementPolicy;
Swift
init(sharedFolderChangeMembersManagementPolicy: DBTEAMLOGSharedFolderChangeMembersManagementPolicyType)
Parameters
sharedFolderChangeMembersManagementPolicy
(sharing) Changed who can add/remove members of shared folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_change_members_policy”.
Description of the “shared_folder_change_members_policy” tag state: (sharing) Changed who can become member of shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderChangeMembersPolicy: (nonnull DBTEAMLOGSharedFolderChangeMembersPolicyType *) sharedFolderChangeMembersPolicy;
Swift
init(sharedFolderChangeMembersPolicy: DBTEAMLOGSharedFolderChangeMembersPolicyType)
Parameters
sharedFolderChangeMembersPolicy
(sharing) Changed who can become member of shared folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_create”.
Description of the “shared_folder_create” tag state: (sharing) Created shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderCreate: (nonnull DBTEAMLOGSharedFolderCreateType *)sharedFolderCreate;
Swift
init(sharedFolderCreate: DBTEAMLOGSharedFolderCreateType)
Parameters
sharedFolderCreate
(sharing) Created shared folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_decline_invitation”.
Description of the “shared_folder_decline_invitation” tag state: (sharing) Declined team member’s invite to shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderDeclineInvitation: (nonnull DBTEAMLOGSharedFolderDeclineInvitationType *) sharedFolderDeclineInvitation;
Swift
init(sharedFolderDeclineInvitation: DBTEAMLOGSharedFolderDeclineInvitationType)
Parameters
sharedFolderDeclineInvitation
(sharing) Declined team member’s invite to shared folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_mount”.
Description of the “shared_folder_mount” tag state: (sharing) Added shared folder to own Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderMount: (nonnull DBTEAMLOGSharedFolderMountType *)sharedFolderMount;
Swift
init(sharedFolderMount: DBTEAMLOGSharedFolderMountType)
Parameters
sharedFolderMount
(sharing) Added shared folder to own Dropbox
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_nest”.
Description of the “shared_folder_nest” tag state: (sharing) Changed parent of shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderNest: (nonnull DBTEAMLOGSharedFolderNestType *)sharedFolderNest;
Swift
init(sharedFolderNest: DBTEAMLOGSharedFolderNestType)
Parameters
sharedFolderNest
(sharing) Changed parent of shared folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_transfer_ownership”.
Description of the “shared_folder_transfer_ownership” tag state: (sharing) Transferred ownership of shared folder to another member
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderTransferOwnership: (nonnull DBTEAMLOGSharedFolderTransferOwnershipType *) sharedFolderTransferOwnership;
Swift
init(sharedFolderTransferOwnership: DBTEAMLOGSharedFolderTransferOwnershipType)
Parameters
sharedFolderTransferOwnership
(sharing) Transferred ownership of shared folder to another member
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_folder_unmount”.
Description of the “shared_folder_unmount” tag state: (sharing) Deleted shared folder from Dropbox
Declaration
Objective-C
- (nonnull instancetype)initWithSharedFolderUnmount: (nonnull DBTEAMLOGSharedFolderUnmountType *)sharedFolderUnmount;
Swift
init(sharedFolderUnmount: DBTEAMLOGSharedFolderUnmountType)
Parameters
sharedFolderUnmount
(sharing) Deleted shared folder from Dropbox
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_add_expiry”.
Description of the “shared_link_add_expiry” tag state: (sharing) Added shared link expiration date
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkAddExpiry: (nonnull DBTEAMLOGSharedLinkAddExpiryType *)sharedLinkAddExpiry;
Swift
init(sharedLinkAddExpiry: DBTEAMLOGSharedLinkAddExpiryType)
Parameters
sharedLinkAddExpiry
(sharing) Added shared link expiration date
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_change_expiry”.
Description of the “shared_link_change_expiry” tag state: (sharing) Changed shared link expiration date
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkChangeExpiry: (nonnull DBTEAMLOGSharedLinkChangeExpiryType *)sharedLinkChangeExpiry;
Swift
init(sharedLinkChangeExpiry: DBTEAMLOGSharedLinkChangeExpiryType)
Parameters
sharedLinkChangeExpiry
(sharing) Changed shared link expiration date
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_change_visibility”.
Description of the “shared_link_change_visibility” tag state: (sharing) Changed visibility of shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkChangeVisibility: (nonnull DBTEAMLOGSharedLinkChangeVisibilityType *) sharedLinkChangeVisibility;
Swift
init(sharedLinkChangeVisibility: DBTEAMLOGSharedLinkChangeVisibilityType)
Parameters
sharedLinkChangeVisibility
(sharing) Changed visibility of shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_copy”.
Description of the “shared_link_copy” tag state: (sharing) Added file/folder to Dropbox from shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkCopy: (nonnull DBTEAMLOGSharedLinkCopyType *)sharedLinkCopy;
Swift
init(sharedLinkCopy: DBTEAMLOGSharedLinkCopyType)
Parameters
sharedLinkCopy
(sharing) Added file/folder to Dropbox from shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_create”.
Description of the “shared_link_create” tag state: (sharing) Created shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkCreate: (nonnull DBTEAMLOGSharedLinkCreateType *)sharedLinkCreate;
Swift
init(sharedLinkCreate: DBTEAMLOGSharedLinkCreateType)
Parameters
sharedLinkCreate
(sharing) Created shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_disable”.
Description of the “shared_link_disable” tag state: (sharing) Removed shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkDisable: (nonnull DBTEAMLOGSharedLinkDisableType *)sharedLinkDisable;
Swift
init(sharedLinkDisable: DBTEAMLOGSharedLinkDisableType)
Parameters
sharedLinkDisable
(sharing) Removed shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_download”.
Description of the “shared_link_download” tag state: (sharing) Downloaded file/folder from shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkDownload: (nonnull DBTEAMLOGSharedLinkDownloadType *)sharedLinkDownload;
Swift
init(sharedLinkDownload: DBTEAMLOGSharedLinkDownloadType)
Parameters
sharedLinkDownload
(sharing) Downloaded file/folder from shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_remove_expiry”.
Description of the “shared_link_remove_expiry” tag state: (sharing) Removed shared link expiration date
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkRemoveExpiry: (nonnull DBTEAMLOGSharedLinkRemoveExpiryType *)sharedLinkRemoveExpiry;
Swift
init(sharedLinkRemoveExpiry: DBTEAMLOGSharedLinkRemoveExpiryType)
Parameters
sharedLinkRemoveExpiry
(sharing) Removed shared link expiration date
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_add_expiration”.
Description of the “shared_link_settings_add_expiration” tag state: (sharing) Added an expiration date to the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAddExpiration: (nonnull DBTEAMLOGSharedLinkSettingsAddExpirationType *) sharedLinkSettingsAddExpiration;
Swift
init(sharedLinkSettingsAddExpiration: DBTEAMLOGSharedLinkSettingsAddExpirationType)
Parameters
sharedLinkSettingsAddExpiration
(sharing) Added an expiration date to the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_add_password”.
Description of the “shared_link_settings_add_password” tag state: (sharing) Added a password to the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAddPassword: (nonnull DBTEAMLOGSharedLinkSettingsAddPasswordType *) sharedLinkSettingsAddPassword;
Swift
init(sharedLinkSettingsAddPassword: DBTEAMLOGSharedLinkSettingsAddPasswordType)
Parameters
sharedLinkSettingsAddPassword
(sharing) Added a password to the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_allow_download_disabled”.
Description of the “shared_link_settings_allow_download_disabled” tag state: (sharing) Disabled downloads
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAllowDownloadDisabled: (nonnull DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType *) sharedLinkSettingsAllowDownloadDisabled;
Swift
init(sharedLinkSettingsAllowDownloadDisabled: DBTEAMLOGSharedLinkSettingsAllowDownloadDisabledType)
Parameters
sharedLinkSettingsAllowDownloadDisabled
(sharing) Disabled downloads
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_allow_download_enabled”.
Description of the “shared_link_settings_allow_download_enabled” tag state: (sharing) Enabled downloads
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsAllowDownloadEnabled: (nonnull DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType *) sharedLinkSettingsAllowDownloadEnabled;
Swift
init(sharedLinkSettingsAllowDownloadEnabled: DBTEAMLOGSharedLinkSettingsAllowDownloadEnabledType)
Parameters
sharedLinkSettingsAllowDownloadEnabled
(sharing) Enabled downloads
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_change_audience”.
Description of the “shared_link_settings_change_audience” tag state: (sharing) Changed the audience of the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangeAudience: (nonnull DBTEAMLOGSharedLinkSettingsChangeAudienceType *) sharedLinkSettingsChangeAudience;
Swift
init(sharedLinkSettingsChangeAudience: DBTEAMLOGSharedLinkSettingsChangeAudienceType)
Parameters
sharedLinkSettingsChangeAudience
(sharing) Changed the audience of the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_change_expiration”.
Description of the “shared_link_settings_change_expiration” tag state: (sharing) Changed the expiration date of the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangeExpiration: (nonnull DBTEAMLOGSharedLinkSettingsChangeExpirationType *) sharedLinkSettingsChangeExpiration;
Swift
init(sharedLinkSettingsChangeExpiration: DBTEAMLOGSharedLinkSettingsChangeExpirationType)
Parameters
sharedLinkSettingsChangeExpiration
(sharing) Changed the expiration date of the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_change_password”.
Description of the “shared_link_settings_change_password” tag state: (sharing) Changed the password of the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsChangePassword: (nonnull DBTEAMLOGSharedLinkSettingsChangePasswordType *) sharedLinkSettingsChangePassword;
Swift
init(sharedLinkSettingsChangePassword: DBTEAMLOGSharedLinkSettingsChangePasswordType)
Parameters
sharedLinkSettingsChangePassword
(sharing) Changed the password of the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_remove_expiration”.
Description of the “shared_link_settings_remove_expiration” tag state: (sharing) Removed the expiration date from the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsRemoveExpiration: (nonnull DBTEAMLOGSharedLinkSettingsRemoveExpirationType *) sharedLinkSettingsRemoveExpiration;
Swift
init(sharedLinkSettingsRemoveExpiration: DBTEAMLOGSharedLinkSettingsRemoveExpirationType)
Parameters
sharedLinkSettingsRemoveExpiration
(sharing) Removed the expiration date from the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_settings_remove_password”.
Description of the “shared_link_settings_remove_password” tag state: (sharing) Removed the password from the shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkSettingsRemovePassword: (nonnull DBTEAMLOGSharedLinkSettingsRemovePasswordType *) sharedLinkSettingsRemovePassword;
Swift
init(sharedLinkSettingsRemovePassword: DBTEAMLOGSharedLinkSettingsRemovePasswordType)
Parameters
sharedLinkSettingsRemovePassword
(sharing) Removed the password from the shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_share”.
Description of the “shared_link_share” tag state: (sharing) Added members as audience of shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkShare: (nonnull DBTEAMLOGSharedLinkShareType *)sharedLinkShare;
Swift
init(sharedLinkShare: DBTEAMLOGSharedLinkShareType)
Parameters
sharedLinkShare
(sharing) Added members as audience of shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_link_view”.
Description of the “shared_link_view” tag state: (sharing) Opened shared link
Declaration
Objective-C
- (nonnull instancetype)initWithSharedLinkView: (nonnull DBTEAMLOGSharedLinkViewType *)sharedLinkView;
Swift
init(sharedLinkView: DBTEAMLOGSharedLinkViewType)
Parameters
sharedLinkView
(sharing) Opened shared link
Return Value
An initialized instance.
-
Initializes union class with tag state of “shared_note_opened”.
Description of the “shared_note_opened” tag state: (sharing) Opened shared Paper doc (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithSharedNoteOpened: (nonnull DBTEAMLOGSharedNoteOpenedType *)sharedNoteOpened;
Swift
init(sharedNoteOpened: DBTEAMLOGSharedNoteOpenedType)
Parameters
sharedNoteOpened
(sharing) Opened shared Paper doc (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shmodel_disable_downloads”.
Description of the “shmodel_disable_downloads” tag state: (sharing) Disabled downloads for link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelDisableDownloads: (nonnull DBTEAMLOGShmodelDisableDownloadsType *)shmodelDisableDownloads;
Swift
init(shmodelDisableDownloads: DBTEAMLOGShmodelDisableDownloadsType)
Parameters
shmodelDisableDownloads
(sharing) Disabled downloads for link (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shmodel_enable_downloads”.
Description of the “shmodel_enable_downloads” tag state: (sharing) Enabled downloads for link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelEnableDownloads: (nonnull DBTEAMLOGShmodelEnableDownloadsType *)shmodelEnableDownloads;
Swift
init(shmodelEnableDownloads: DBTEAMLOGShmodelEnableDownloadsType)
Parameters
shmodelEnableDownloads
(sharing) Enabled downloads for link (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “shmodel_group_share”.
Description of the “shmodel_group_share” tag state: (sharing) Shared link with group (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithShmodelGroupShare: (nonnull DBTEAMLOGShmodelGroupShareType *)shmodelGroupShare;
Swift
init(shmodelGroupShare: DBTEAMLOGShmodelGroupShareType)
Parameters
shmodelGroupShare
(sharing) Shared link with group (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_access_granted”.
Description of the “showcase_access_granted” tag state: (showcase) Granted access to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseAccessGranted: (nonnull DBTEAMLOGShowcaseAccessGrantedType *)showcaseAccessGranted;
Swift
init(showcaseAccessGranted: DBTEAMLOGShowcaseAccessGrantedType)
Parameters
showcaseAccessGranted
(showcase) Granted access to showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_add_member”.
Description of the “showcase_add_member” tag state: (showcase) Added member to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseAddMember: (nonnull DBTEAMLOGShowcaseAddMemberType *)showcaseAddMember;
Swift
init(showcaseAddMember: DBTEAMLOGShowcaseAddMemberType)
Parameters
showcaseAddMember
(showcase) Added member to showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_archived”.
Description of the “showcase_archived” tag state: (showcase) Archived showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseArchived: (nonnull DBTEAMLOGShowcaseArchivedType *)showcaseArchived;
Swift
init(showcaseArchived: DBTEAMLOGShowcaseArchivedType)
Parameters
showcaseArchived
(showcase) Archived showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_created”.
Description of the “showcase_created” tag state: (showcase) Created showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseCreated: (nonnull DBTEAMLOGShowcaseCreatedType *)showcaseCreated;
Swift
init(showcaseCreated: DBTEAMLOGShowcaseCreatedType)
Parameters
showcaseCreated
(showcase) Created showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_delete_comment”.
Description of the “showcase_delete_comment” tag state: (showcase) Deleted showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseDeleteComment: (nonnull DBTEAMLOGShowcaseDeleteCommentType *)showcaseDeleteComment;
Swift
init(showcaseDeleteComment: DBTEAMLOGShowcaseDeleteCommentType)
Parameters
showcaseDeleteComment
(showcase) Deleted showcase comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_edited”.
Description of the “showcase_edited” tag state: (showcase) Edited showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseEdited: (nonnull DBTEAMLOGShowcaseEditedType *)showcaseEdited;
Swift
init(showcaseEdited: DBTEAMLOGShowcaseEditedType)
Parameters
showcaseEdited
(showcase) Edited showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_edit_comment”.
Description of the “showcase_edit_comment” tag state: (showcase) Edited showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseEditComment: (nonnull DBTEAMLOGShowcaseEditCommentType *)showcaseEditComment;
Swift
init(showcaseEditComment: DBTEAMLOGShowcaseEditCommentType)
Parameters
showcaseEditComment
(showcase) Edited showcase comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_file_added”.
Description of the “showcase_file_added” tag state: (showcase) Added file to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileAdded: (nonnull DBTEAMLOGShowcaseFileAddedType *)showcaseFileAdded;
Swift
init(showcaseFileAdded: DBTEAMLOGShowcaseFileAddedType)
Parameters
showcaseFileAdded
(showcase) Added file to showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_file_download”.
Description of the “showcase_file_download” tag state: (showcase) Downloaded file from showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileDownload: (nonnull DBTEAMLOGShowcaseFileDownloadType *)showcaseFileDownload;
Swift
init(showcaseFileDownload: DBTEAMLOGShowcaseFileDownloadType)
Parameters
showcaseFileDownload
(showcase) Downloaded file from showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_file_removed”.
Description of the “showcase_file_removed” tag state: (showcase) Removed file from showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileRemoved: (nonnull DBTEAMLOGShowcaseFileRemovedType *)showcaseFileRemoved;
Swift
init(showcaseFileRemoved: DBTEAMLOGShowcaseFileRemovedType)
Parameters
showcaseFileRemoved
(showcase) Removed file from showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_file_view”.
Description of the “showcase_file_view” tag state: (showcase) Viewed file in showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseFileView: (nonnull DBTEAMLOGShowcaseFileViewType *)showcaseFileView;
Swift
init(showcaseFileView: DBTEAMLOGShowcaseFileViewType)
Parameters
showcaseFileView
(showcase) Viewed file in showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_permanently_deleted”.
Description of the “showcase_permanently_deleted” tag state: (showcase) Permanently deleted showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcasePermanentlyDeleted: (nonnull DBTEAMLOGShowcasePermanentlyDeletedType *) showcasePermanentlyDeleted;
Swift
init(showcasePermanentlyDeleted: DBTEAMLOGShowcasePermanentlyDeletedType)
Parameters
showcasePermanentlyDeleted
(showcase) Permanently deleted showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_post_comment”.
Description of the “showcase_post_comment” tag state: (showcase) Added showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcasePostComment: (nonnull DBTEAMLOGShowcasePostCommentType *)showcasePostComment;
Swift
init(showcasePostComment: DBTEAMLOGShowcasePostCommentType)
Parameters
showcasePostComment
(showcase) Added showcase comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_remove_member”.
Description of the “showcase_remove_member” tag state: (showcase) Removed member from showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRemoveMember: (nonnull DBTEAMLOGShowcaseRemoveMemberType *)showcaseRemoveMember;
Swift
init(showcaseRemoveMember: DBTEAMLOGShowcaseRemoveMemberType)
Parameters
showcaseRemoveMember
(showcase) Removed member from showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_renamed”.
Description of the “showcase_renamed” tag state: (showcase) Renamed showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRenamed: (nonnull DBTEAMLOGShowcaseRenamedType *)showcaseRenamed;
Swift
init(showcaseRenamed: DBTEAMLOGShowcaseRenamedType)
Parameters
showcaseRenamed
(showcase) Renamed showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_request_access”.
Description of the “showcase_request_access” tag state: (showcase) Requested access to showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRequestAccess: (nonnull DBTEAMLOGShowcaseRequestAccessType *)showcaseRequestAccess;
Swift
init(showcaseRequestAccess: DBTEAMLOGShowcaseRequestAccessType)
Parameters
showcaseRequestAccess
(showcase) Requested access to showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_resolve_comment”.
Description of the “showcase_resolve_comment” tag state: (showcase) Resolved showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseResolveComment: (nonnull DBTEAMLOGShowcaseResolveCommentType *)showcaseResolveComment;
Swift
init(showcaseResolveComment: DBTEAMLOGShowcaseResolveCommentType)
Parameters
showcaseResolveComment
(showcase) Resolved showcase comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_restored”.
Description of the “showcase_restored” tag state: (showcase) Unarchived showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseRestored: (nonnull DBTEAMLOGShowcaseRestoredType *)showcaseRestored;
Swift
init(showcaseRestored: DBTEAMLOGShowcaseRestoredType)
Parameters
showcaseRestored
(showcase) Unarchived showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_trashed”.
Description of the “showcase_trashed” tag state: (showcase) Deleted showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseTrashed: (nonnull DBTEAMLOGShowcaseTrashedType *)showcaseTrashed;
Swift
init(showcaseTrashed: DBTEAMLOGShowcaseTrashedType)
Parameters
showcaseTrashed
(showcase) Deleted showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_trashed_deprecated”.
Description of the “showcase_trashed_deprecated” tag state: (showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’)
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseTrashedDeprecated: (nonnull DBTEAMLOGShowcaseTrashedDeprecatedType *)showcaseTrashedDeprecated;
Swift
init(showcaseTrashedDeprecated: DBTEAMLOGShowcaseTrashedDeprecatedType)
Parameters
showcaseTrashedDeprecated
(showcase) Deleted showcase (old version) (deprecated, replaced by ‘Deleted showcase’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_unresolve_comment”.
Description of the “showcase_unresolve_comment” tag state: (showcase) Unresolved showcase comment
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUnresolveComment: (nonnull DBTEAMLOGShowcaseUnresolveCommentType *)showcaseUnresolveComment;
Swift
init(showcaseUnresolveComment: DBTEAMLOGShowcaseUnresolveCommentType)
Parameters
showcaseUnresolveComment
(showcase) Unresolved showcase comment
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_untrashed”.
Description of the “showcase_untrashed” tag state: (showcase) Restored showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUntrashed: (nonnull DBTEAMLOGShowcaseUntrashedType *)showcaseUntrashed;
Swift
init(showcaseUntrashed: DBTEAMLOGShowcaseUntrashedType)
Parameters
showcaseUntrashed
(showcase) Restored showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_untrashed_deprecated”.
Description of the “showcase_untrashed_deprecated” tag state: (showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseUntrashedDeprecated: (nonnull DBTEAMLOGShowcaseUntrashedDeprecatedType *) showcaseUntrashedDeprecated;
Swift
init(showcaseUntrashedDeprecated: DBTEAMLOGShowcaseUntrashedDeprecatedType)
Parameters
showcaseUntrashedDeprecated
(showcase) Restored showcase (old version) (deprecated, replaced by ‘Restored showcase’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_view”.
Description of the “showcase_view” tag state: (showcase) Viewed showcase
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseView: (nonnull DBTEAMLOGShowcaseViewType *)showcaseView;
Swift
init(showcaseView: DBTEAMLOGShowcaseViewType)
Parameters
showcaseView
(showcase) Viewed showcase
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_add_cert”.
Description of the “sso_add_cert” tag state: (sso) Added X.509 certificate for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddCert: (nonnull DBTEAMLOGSsoAddCertType *)ssoAddCert;
Swift
init(ssoAddCert: DBTEAMLOGSsoAddCertType)
Parameters
ssoAddCert
(sso) Added X.509 certificate for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_add_login_url”.
Description of the “sso_add_login_url” tag state: (sso) Added sign-in URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddLoginUrl: (nonnull DBTEAMLOGSsoAddLoginUrlType *)ssoAddLoginUrl;
Swift
init(ssoAddLoginUrl: DBTEAMLOGSsoAddLoginUrlType)
Parameters
ssoAddLoginUrl
(sso) Added sign-in URL for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_add_logout_url”.
Description of the “sso_add_logout_url” tag state: (sso) Added sign-out URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoAddLogoutUrl: (nonnull DBTEAMLOGSsoAddLogoutUrlType *)ssoAddLogoutUrl;
Swift
init(ssoAddLogoutUrl: DBTEAMLOGSsoAddLogoutUrlType)
Parameters
ssoAddLogoutUrl
(sso) Added sign-out URL for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_change_cert”.
Description of the “sso_change_cert” tag state: (sso) Changed X.509 certificate for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeCert: (nonnull DBTEAMLOGSsoChangeCertType *)ssoChangeCert;
Swift
init(ssoChangeCert: DBTEAMLOGSsoChangeCertType)
Parameters
ssoChangeCert
(sso) Changed X.509 certificate for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_change_login_url”.
Description of the “sso_change_login_url” tag state: (sso) Changed sign-in URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeLoginUrl: (nonnull DBTEAMLOGSsoChangeLoginUrlType *)ssoChangeLoginUrl;
Swift
init(ssoChangeLoginUrl: DBTEAMLOGSsoChangeLoginUrlType)
Parameters
ssoChangeLoginUrl
(sso) Changed sign-in URL for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_change_logout_url”.
Description of the “sso_change_logout_url” tag state: (sso) Changed sign-out URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeLogoutUrl: (nonnull DBTEAMLOGSsoChangeLogoutUrlType *)ssoChangeLogoutUrl;
Swift
init(ssoChangeLogoutUrl: DBTEAMLOGSsoChangeLogoutUrlType)
Parameters
ssoChangeLogoutUrl
(sso) Changed sign-out URL for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_change_saml_identity_mode”.
Description of the “sso_change_saml_identity_mode” tag state: (sso) Changed SAML identity mode for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangeSamlIdentityMode: (nonnull DBTEAMLOGSsoChangeSamlIdentityModeType *)ssoChangeSamlIdentityMode;
Swift
init(ssoChangeSamlIdentityMode: DBTEAMLOGSsoChangeSamlIdentityModeType)
Parameters
ssoChangeSamlIdentityMode
(sso) Changed SAML identity mode for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_remove_cert”.
Description of the “sso_remove_cert” tag state: (sso) Removed X.509 certificate for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveCert: (nonnull DBTEAMLOGSsoRemoveCertType *)ssoRemoveCert;
Swift
init(ssoRemoveCert: DBTEAMLOGSsoRemoveCertType)
Parameters
ssoRemoveCert
(sso) Removed X.509 certificate for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_remove_login_url”.
Description of the “sso_remove_login_url” tag state: (sso) Removed sign-in URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveLoginUrl: (nonnull DBTEAMLOGSsoRemoveLoginUrlType *)ssoRemoveLoginUrl;
Swift
init(ssoRemoveLoginUrl: DBTEAMLOGSsoRemoveLoginUrlType)
Parameters
ssoRemoveLoginUrl
(sso) Removed sign-in URL for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_remove_logout_url”.
Description of the “sso_remove_logout_url” tag state: (sso) Removed sign-out URL for SSO
Declaration
Objective-C
- (nonnull instancetype)initWithSsoRemoveLogoutUrl: (nonnull DBTEAMLOGSsoRemoveLogoutUrlType *)ssoRemoveLogoutUrl;
Swift
init(ssoRemoveLogoutUrl: DBTEAMLOGSsoRemoveLogoutUrlType)
Parameters
ssoRemoveLogoutUrl
(sso) Removed sign-out URL for SSO
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_folder_change_status”.
Description of the “team_folder_change_status” tag state: (team_folders) Changed archival status of team folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderChangeStatus: (nonnull DBTEAMLOGTeamFolderChangeStatusType *)teamFolderChangeStatus;
Swift
init(teamFolderChangeStatus: DBTEAMLOGTeamFolderChangeStatusType)
Parameters
teamFolderChangeStatus
(team_folders) Changed archival status of team folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_folder_create”.
Description of the “team_folder_create” tag state: (team_folders) Created team folder in active status
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderCreate: (nonnull DBTEAMLOGTeamFolderCreateType *)teamFolderCreate;
Swift
init(teamFolderCreate: DBTEAMLOGTeamFolderCreateType)
Parameters
teamFolderCreate
(team_folders) Created team folder in active status
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_folder_downgrade”.
Description of the “team_folder_downgrade” tag state: (team_folders) Downgraded team folder to regular shared folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderDowngrade: (nonnull DBTEAMLOGTeamFolderDowngradeType *)teamFolderDowngrade;
Swift
init(teamFolderDowngrade: DBTEAMLOGTeamFolderDowngradeType)
Parameters
teamFolderDowngrade
(team_folders) Downgraded team folder to regular shared folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_folder_permanently_delete”.
Description of the “team_folder_permanently_delete” tag state: (team_folders) Permanently deleted archived team folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderPermanentlyDelete: (nonnull DBTEAMLOGTeamFolderPermanentlyDeleteType *) teamFolderPermanentlyDelete;
Swift
init(teamFolderPermanentlyDelete: DBTEAMLOGTeamFolderPermanentlyDeleteType)
Parameters
teamFolderPermanentlyDelete
(team_folders) Permanently deleted archived team folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_folder_rename”.
Description of the “team_folder_rename” tag state: (team_folders) Renamed active/archived team folder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamFolderRename: (nonnull DBTEAMLOGTeamFolderRenameType *)teamFolderRename;
Swift
init(teamFolderRename: DBTEAMLOGTeamFolderRenameType)
Parameters
teamFolderRename
(team_folders) Renamed active/archived team folder
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_selective_sync_settings_changed”.
Description of the “team_selective_sync_settings_changed” tag state: (team_folders) Changed sync default
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSelectiveSyncSettingsChanged: (nonnull DBTEAMLOGTeamSelectiveSyncSettingsChangedType *) teamSelectiveSyncSettingsChanged;
Swift
init(teamSelectiveSyncSettingsChanged: DBTEAMLOGTeamSelectiveSyncSettingsChangedType)
Parameters
teamSelectiveSyncSettingsChanged
(team_folders) Changed sync default
Return Value
An initialized instance.
-
Initializes union class with tag state of “account_capture_change_policy”.
Description of the “account_capture_change_policy” tag state: (team_policies) Changed account capture setting on team domain
Declaration
Objective-C
- (nonnull instancetype)initWithAccountCaptureChangePolicy: (nonnull DBTEAMLOGAccountCaptureChangePolicyType *) accountCaptureChangePolicy;
Swift
init(accountCaptureChangePolicy: DBTEAMLOGAccountCaptureChangePolicyType)
Parameters
accountCaptureChangePolicy
(team_policies) Changed account capture setting on team domain
Return Value
An initialized instance.
-
Initializes union class with tag state of “admin_email_reminders_changed”.
Description of the “admin_email_reminders_changed” tag state: (team_policies) Changed admin reminder settings for requests to join the team
Declaration
Objective-C
- (nonnull instancetype)initWithAdminEmailRemindersChanged: (nonnull DBTEAMLOGAdminEmailRemindersChangedType *) adminEmailRemindersChanged;
Swift
init(adminEmailRemindersChanged: DBTEAMLOGAdminEmailRemindersChangedType)
Parameters
adminEmailRemindersChanged
(team_policies) Changed admin reminder settings for requests to join the team
Return Value
An initialized instance.
-
Initializes union class with tag state of “allow_download_disabled”.
Description of the “allow_download_disabled” tag state: (team_policies) Disabled downloads (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithAllowDownloadDisabled: (nonnull DBTEAMLOGAllowDownloadDisabledType *)allowDownloadDisabled;
Swift
init(allowDownloadDisabled: DBTEAMLOGAllowDownloadDisabledType)
Parameters
allowDownloadDisabled
(team_policies) Disabled downloads (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “allow_download_enabled”.
Description of the “allow_download_enabled” tag state: (team_policies) Enabled downloads (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithAllowDownloadEnabled: (nonnull DBTEAMLOGAllowDownloadEnabledType *)allowDownloadEnabled;
Swift
init(allowDownloadEnabled: DBTEAMLOGAllowDownloadEnabledType)
Parameters
allowDownloadEnabled
(team_policies) Enabled downloads (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “app_permissions_changed”.
Description of the “app_permissions_changed” tag state: (team_policies) Changed app permissions
Declaration
Objective-C
- (nonnull instancetype)initWithAppPermissionsChanged: (nonnull DBTEAMLOGAppPermissionsChangedType *)appPermissionsChanged;
Swift
init(appPermissionsChanged: DBTEAMLOGAppPermissionsChangedType)
Parameters
appPermissionsChanged
(team_policies) Changed app permissions
Return Value
An initialized instance.
-
Initializes union class with tag state of “camera_uploads_policy_changed”.
Description of the “camera_uploads_policy_changed” tag state: (team_policies) Changed camera uploads setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithCameraUploadsPolicyChanged: (nonnull DBTEAMLOGCameraUploadsPolicyChangedType *) cameraUploadsPolicyChanged;
Swift
init(cameraUploadsPolicyChanged: DBTEAMLOGCameraUploadsPolicyChangedType)
Parameters
cameraUploadsPolicyChanged
(team_policies) Changed camera uploads setting for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “capture_transcript_policy_changed”.
Description of the “capture_transcript_policy_changed” tag state: (team_policies) Changed Capture transcription policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithCaptureTranscriptPolicyChanged: (nonnull DBTEAMLOGCaptureTranscriptPolicyChangedType *) captureTranscriptPolicyChanged;
Swift
init(captureTranscriptPolicyChanged: DBTEAMLOGCaptureTranscriptPolicyChangedType)
Parameters
captureTranscriptPolicyChanged
(team_policies) Changed Capture transcription policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “classification_change_policy”.
Description of the “classification_change_policy” tag state: (team_policies) Changed classification policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithClassificationChangePolicy: (nonnull DBTEAMLOGClassificationChangePolicyType *) classificationChangePolicy;
Swift
init(classificationChangePolicy: DBTEAMLOGClassificationChangePolicyType)
Parameters
classificationChangePolicy
(team_policies) Changed classification policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “computer_backup_policy_changed”.
Description of the “computer_backup_policy_changed” tag state: (team_policies) Changed computer backup policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithComputerBackupPolicyChanged: (nonnull DBTEAMLOGComputerBackupPolicyChangedType *) computerBackupPolicyChanged;
Swift
init(computerBackupPolicyChanged: DBTEAMLOGComputerBackupPolicyChangedType)
Parameters
computerBackupPolicyChanged
(team_policies) Changed computer backup policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “content_administration_policy_changed”.
Description of the “content_administration_policy_changed” tag state: (team_policies) Changed content management setting
Declaration
Objective-C
- (nonnull instancetype)initWithContentAdministrationPolicyChanged: (nonnull DBTEAMLOGContentAdministrationPolicyChangedType *) contentAdministrationPolicyChanged;
Swift
init(contentAdministrationPolicyChanged: DBTEAMLOGContentAdministrationPolicyChangedType)
Parameters
contentAdministrationPolicyChanged
(team_policies) Changed content management setting
Return Value
An initialized instance.
-
Initializes union class with tag state of “data_placement_restriction_change_policy”.
Description of the “data_placement_restriction_change_policy” tag state: (team_policies) Set restrictions on data center locations where team data resides
Declaration
Objective-C
- (nonnull instancetype)initWithDataPlacementRestrictionChangePolicy: (nonnull DBTEAMLOGDataPlacementRestrictionChangePolicyType *) dataPlacementRestrictionChangePolicy;
Swift
init(dataPlacementRestrictionChangePolicy: DBTEAMLOGDataPlacementRestrictionChangePolicyType)
Parameters
dataPlacementRestrictionChangePolicy
(team_policies) Set restrictions on data center locations where team data resides
Return Value
An initialized instance.
-
Initializes union class with tag state of “data_placement_restriction_satisfy_policy”.
Description of the “data_placement_restriction_satisfy_policy” tag state: (team_policies) Completed restrictions on data center locations where team data resides
Declaration
Objective-C
- (nonnull instancetype)initWithDataPlacementRestrictionSatisfyPolicy: (nonnull DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType *) dataPlacementRestrictionSatisfyPolicy;
Swift
init(dataPlacementRestrictionSatisfyPolicy: DBTEAMLOGDataPlacementRestrictionSatisfyPolicyType)
Parameters
dataPlacementRestrictionSatisfyPolicy
(team_policies) Completed restrictions on data center locations where team data resides
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_approvals_add_exception”.
Description of the “device_approvals_add_exception” tag state: (team_policies) Added members to device approvals exception list
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsAddException: (nonnull DBTEAMLOGDeviceApprovalsAddExceptionType *) deviceApprovalsAddException;
Swift
init(deviceApprovalsAddException: DBTEAMLOGDeviceApprovalsAddExceptionType)
Parameters
deviceApprovalsAddException
(team_policies) Added members to device approvals exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_approvals_change_desktop_policy”.
Description of the “device_approvals_change_desktop_policy” tag state: (team_policies) Set/removed limit on number of computers member can link to team Dropbox account
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeDesktopPolicy: (nonnull DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType *) deviceApprovalsChangeDesktopPolicy;
Swift
init(deviceApprovalsChangeDesktopPolicy: DBTEAMLOGDeviceApprovalsChangeDesktopPolicyType)
Parameters
deviceApprovalsChangeDesktopPolicy
(team_policies) Set/removed limit on number of computers member can link to team Dropbox account
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_approvals_change_mobile_policy”.
Description of the “device_approvals_change_mobile_policy” tag state: (team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeMobilePolicy: (nonnull DBTEAMLOGDeviceApprovalsChangeMobilePolicyType *) deviceApprovalsChangeMobilePolicy;
Swift
init(deviceApprovalsChangeMobilePolicy: DBTEAMLOGDeviceApprovalsChangeMobilePolicyType)
Parameters
deviceApprovalsChangeMobilePolicy
(team_policies) Set/removed limit on number of mobile devices member can link to team Dropbox account
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_approvals_change_overage_action”.
Description of the “device_approvals_change_overage_action” tag state: (team_policies) Changed device approvals setting when member is over limit
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeOverageAction: (nonnull DBTEAMLOGDeviceApprovalsChangeOverageActionType *) deviceApprovalsChangeOverageAction;
Swift
init(deviceApprovalsChangeOverageAction: DBTEAMLOGDeviceApprovalsChangeOverageActionType)
Parameters
deviceApprovalsChangeOverageAction
(team_policies) Changed device approvals setting when member is over limit
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_approvals_change_unlink_action”.
Description of the “device_approvals_change_unlink_action” tag state: (team_policies) Changed device approvals setting when member unlinks approved device
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsChangeUnlinkAction: (nonnull DBTEAMLOGDeviceApprovalsChangeUnlinkActionType *) deviceApprovalsChangeUnlinkAction;
Swift
init(deviceApprovalsChangeUnlinkAction: DBTEAMLOGDeviceApprovalsChangeUnlinkActionType)
Parameters
deviceApprovalsChangeUnlinkAction
(team_policies) Changed device approvals setting when member unlinks approved device
Return Value
An initialized instance.
-
Initializes union class with tag state of “device_approvals_remove_exception”.
Description of the “device_approvals_remove_exception” tag state: (team_policies) Removed members from device approvals exception list
Declaration
Objective-C
- (nonnull instancetype)initWithDeviceApprovalsRemoveException: (nonnull DBTEAMLOGDeviceApprovalsRemoveExceptionType *) deviceApprovalsRemoveException;
Swift
init(deviceApprovalsRemoveException: DBTEAMLOGDeviceApprovalsRemoveExceptionType)
Parameters
deviceApprovalsRemoveException
(team_policies) Removed members from device approvals exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “directory_restrictions_add_members”.
Description of the “directory_restrictions_add_members” tag state: (team_policies) Added members to directory restrictions list
Declaration
Objective-C
- (nonnull instancetype)initWithDirectoryRestrictionsAddMembers: (nonnull DBTEAMLOGDirectoryRestrictionsAddMembersType *) directoryRestrictionsAddMembers;
Swift
init(directoryRestrictionsAddMembers: DBTEAMLOGDirectoryRestrictionsAddMembersType)
Parameters
directoryRestrictionsAddMembers
(team_policies) Added members to directory restrictions list
Return Value
An initialized instance.
-
Initializes union class with tag state of “directory_restrictions_remove_members”.
Description of the “directory_restrictions_remove_members” tag state: (team_policies) Removed members from directory restrictions list
Declaration
Objective-C
- (nonnull instancetype)initWithDirectoryRestrictionsRemoveMembers: (nonnull DBTEAMLOGDirectoryRestrictionsRemoveMembersType *) directoryRestrictionsRemoveMembers;
Swift
init(directoryRestrictionsRemoveMembers: DBTEAMLOGDirectoryRestrictionsRemoveMembersType)
Parameters
directoryRestrictionsRemoveMembers
(team_policies) Removed members from directory restrictions list
Return Value
An initialized instance.
-
Initializes union class with tag state of “dropbox_passwords_policy_changed”.
Description of the “dropbox_passwords_policy_changed” tag state: (team_policies) Changed Dropbox Passwords policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithDropboxPasswordsPolicyChanged: (nonnull DBTEAMLOGDropboxPasswordsPolicyChangedType *) dropboxPasswordsPolicyChanged;
Swift
init(dropboxPasswordsPolicyChanged: DBTEAMLOGDropboxPasswordsPolicyChangedType)
Parameters
dropboxPasswordsPolicyChanged
(team_policies) Changed Dropbox Passwords policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “email_ingest_policy_changed”.
Description of the “email_ingest_policy_changed” tag state: (team_policies) Changed email to Dropbox policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithEmailIngestPolicyChanged: (nonnull DBTEAMLOGEmailIngestPolicyChangedType *)emailIngestPolicyChanged;
Swift
init(emailIngestPolicyChanged: DBTEAMLOGEmailIngestPolicyChangedType)
Parameters
emailIngestPolicyChanged
(team_policies) Changed email to Dropbox policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_add_exception”.
Description of the “emm_add_exception” tag state: (team_policies) Added members to EMM exception list
Declaration
Objective-C
- (nonnull instancetype)initWithEmmAddException: (nonnull DBTEAMLOGEmmAddExceptionType *)emmAddException;
Swift
init(emmAddException: DBTEAMLOGEmmAddExceptionType)
Parameters
emmAddException
(team_policies) Added members to EMM exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_change_policy”.
Description of the “emm_change_policy” tag state: (team_policies) Enabled/disabled enterprise mobility management for members
Declaration
Objective-C
- (nonnull instancetype)initWithEmmChangePolicy: (nonnull DBTEAMLOGEmmChangePolicyType *)emmChangePolicy;
Swift
init(emmChangePolicy: DBTEAMLOGEmmChangePolicyType)
Parameters
emmChangePolicy
(team_policies) Enabled/disabled enterprise mobility management for members
Return Value
An initialized instance.
-
Initializes union class with tag state of “emm_remove_exception”.
Description of the “emm_remove_exception” tag state: (team_policies) Removed members from EMM exception list
Declaration
Objective-C
- (nonnull instancetype)initWithEmmRemoveException: (nonnull DBTEAMLOGEmmRemoveExceptionType *)emmRemoveException;
Swift
init(emmRemoveException: DBTEAMLOGEmmRemoveExceptionType)
Parameters
emmRemoveException
(team_policies) Removed members from EMM exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “extended_version_history_change_policy”.
Description of the “extended_version_history_change_policy” tag state: (team_policies) Accepted/opted out of extended version history
Declaration
Objective-C
- (nonnull instancetype)initWithExtendedVersionHistoryChangePolicy: (nonnull DBTEAMLOGExtendedVersionHistoryChangePolicyType *) extendedVersionHistoryChangePolicy;
Swift
init(extendedVersionHistoryChangePolicy: DBTEAMLOGExtendedVersionHistoryChangePolicyType)
Parameters
extendedVersionHistoryChangePolicy
(team_policies) Accepted/opted out of extended version history
Return Value
An initialized instance.
-
Initializes union class with tag state of “external_drive_backup_policy_changed”.
Description of the “external_drive_backup_policy_changed” tag state: (team_policies) Changed external drive backup policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithExternalDriveBackupPolicyChanged: (nonnull DBTEAMLOGExternalDriveBackupPolicyChangedType *) externalDriveBackupPolicyChanged;
Swift
init(externalDriveBackupPolicyChanged: DBTEAMLOGExternalDriveBackupPolicyChangedType)
Parameters
externalDriveBackupPolicyChanged
(team_policies) Changed external drive backup policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_comments_change_policy”.
Description of the “file_comments_change_policy” tag state: (team_policies) Enabled/disabled commenting on team files
Declaration
Objective-C
- (nonnull instancetype)initWithFileCommentsChangePolicy: (nonnull DBTEAMLOGFileCommentsChangePolicyType *)fileCommentsChangePolicy;
Swift
init(fileCommentsChangePolicy: DBTEAMLOGFileCommentsChangePolicyType)
Parameters
fileCommentsChangePolicy
(team_policies) Enabled/disabled commenting on team files
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_locking_policy_changed”.
Description of the “file_locking_policy_changed” tag state: (team_policies) Changed file locking policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFileLockingPolicyChanged: (nonnull DBTEAMLOGFileLockingPolicyChangedType *)fileLockingPolicyChanged;
Swift
init(fileLockingPolicyChanged: DBTEAMLOGFileLockingPolicyChangedType)
Parameters
fileLockingPolicyChanged
(team_policies) Changed file locking policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_provider_migration_policy_changed”.
Description of the “file_provider_migration_policy_changed” tag state: (team_policies) Changed File Provider Migration policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFileProviderMigrationPolicyChanged: (nonnull DBTEAMLOGFileProviderMigrationPolicyChangedType *) fileProviderMigrationPolicyChanged;
Swift
init(fileProviderMigrationPolicyChanged: DBTEAMLOGFileProviderMigrationPolicyChangedType)
Parameters
fileProviderMigrationPolicyChanged
(team_policies) Changed File Provider Migration policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_requests_change_policy”.
Description of the “file_requests_change_policy” tag state: (team_policies) Enabled/disabled file requests
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsChangePolicy: (nonnull DBTEAMLOGFileRequestsChangePolicyType *)fileRequestsChangePolicy;
Swift
init(fileRequestsChangePolicy: DBTEAMLOGFileRequestsChangePolicyType)
Parameters
fileRequestsChangePolicy
(team_policies) Enabled/disabled file requests
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_requests_emails_enabled”.
Description of the “file_requests_emails_enabled” tag state: (team_policies) Enabled file request emails for everyone (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsEmailsEnabled: (nonnull DBTEAMLOGFileRequestsEmailsEnabledType *)fileRequestsEmailsEnabled;
Swift
init(fileRequestsEmailsEnabled: DBTEAMLOGFileRequestsEmailsEnabledType)
Parameters
fileRequestsEmailsEnabled
(team_policies) Enabled file request emails for everyone (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_requests_emails_restricted_to_team_only”.
Description of the “file_requests_emails_restricted_to_team_only” tag state: (team_policies) Enabled file request emails for team (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithFileRequestsEmailsRestrictedToTeamOnly: (nonnull DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType *) fileRequestsEmailsRestrictedToTeamOnly;
Swift
init(fileRequestsEmailsRestrictedToTeamOnly: DBTEAMLOGFileRequestsEmailsRestrictedToTeamOnlyType)
Parameters
fileRequestsEmailsRestrictedToTeamOnly
(team_policies) Enabled file request emails for team (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “file_transfers_policy_changed”.
Description of the “file_transfers_policy_changed” tag state: (team_policies) Changed file transfers policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFileTransfersPolicyChanged: (nonnull DBTEAMLOGFileTransfersPolicyChangedType *) fileTransfersPolicyChanged;
Swift
init(fileTransfersPolicyChanged: DBTEAMLOGFileTransfersPolicyChangedType)
Parameters
fileTransfersPolicyChanged
(team_policies) Changed file transfers policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “folder_link_restriction_policy_changed”.
Description of the “folder_link_restriction_policy_changed” tag state: (team_policies) Changed folder link restrictions policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithFolderLinkRestrictionPolicyChanged: (nonnull DBTEAMLOGFolderLinkRestrictionPolicyChangedType *) folderLinkRestrictionPolicyChanged;
Swift
init(folderLinkRestrictionPolicyChanged: DBTEAMLOGFolderLinkRestrictionPolicyChangedType)
Parameters
folderLinkRestrictionPolicyChanged
(team_policies) Changed folder link restrictions policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “google_sso_change_policy”.
Description of the “google_sso_change_policy” tag state: (team_policies) Enabled/disabled Google single sign-on for team
Declaration
Objective-C
- (nonnull instancetype)initWithGoogleSsoChangePolicy: (nonnull DBTEAMLOGGoogleSsoChangePolicyType *)googleSsoChangePolicy;
Swift
init(googleSsoChangePolicy: DBTEAMLOGGoogleSsoChangePolicyType)
Parameters
googleSsoChangePolicy
(team_policies) Enabled/disabled Google single sign-on for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “group_user_management_change_policy”.
Description of the “group_user_management_change_policy” tag state: (team_policies) Changed who can create groups
Declaration
Objective-C
- (nonnull instancetype)initWithGroupUserManagementChangePolicy: (nonnull DBTEAMLOGGroupUserManagementChangePolicyType *) groupUserManagementChangePolicy;
Swift
init(groupUserManagementChangePolicy: DBTEAMLOGGroupUserManagementChangePolicyType)
Parameters
groupUserManagementChangePolicy
(team_policies) Changed who can create groups
Return Value
An initialized instance.
-
Initializes union class with tag state of “integration_policy_changed”.
Description of the “integration_policy_changed” tag state: (team_policies) Changed integration policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithIntegrationPolicyChanged: (nonnull DBTEAMLOGIntegrationPolicyChangedType *)integrationPolicyChanged;
Swift
init(integrationPolicyChanged: DBTEAMLOGIntegrationPolicyChangedType)
Parameters
integrationPolicyChanged
(team_policies) Changed integration policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “invite_acceptance_email_policy_changed”.
Description of the “invite_acceptance_email_policy_changed” tag state: (team_policies) Changed invite accept email policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithInviteAcceptanceEmailPolicyChanged: (nonnull DBTEAMLOGInviteAcceptanceEmailPolicyChangedType *) inviteAcceptanceEmailPolicyChanged;
Swift
init(inviteAcceptanceEmailPolicyChanged: DBTEAMLOGInviteAcceptanceEmailPolicyChangedType)
Parameters
inviteAcceptanceEmailPolicyChanged
(team_policies) Changed invite accept email policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_requests_change_policy”.
Description of the “member_requests_change_policy” tag state: (team_policies) Changed whether users can find team when not invited
Declaration
Objective-C
- (nonnull instancetype)initWithMemberRequestsChangePolicy: (nonnull DBTEAMLOGMemberRequestsChangePolicyType *) memberRequestsChangePolicy;
Swift
init(memberRequestsChangePolicy: DBTEAMLOGMemberRequestsChangePolicyType)
Parameters
memberRequestsChangePolicy
(team_policies) Changed whether users can find team when not invited
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_send_invite_policy_changed”.
Description of the “member_send_invite_policy_changed” tag state: (team_policies) Changed member send invite policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSendInvitePolicyChanged: (nonnull DBTEAMLOGMemberSendInvitePolicyChangedType *) memberSendInvitePolicyChanged;
Swift
init(memberSendInvitePolicyChanged: DBTEAMLOGMemberSendInvitePolicyChangedType)
Parameters
memberSendInvitePolicyChanged
(team_policies) Changed member send invite policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_add_exception”.
Description of the “member_space_limits_add_exception” tag state: (team_policies) Added members to member space limit exception list
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsAddException: (nonnull DBTEAMLOGMemberSpaceLimitsAddExceptionType *) memberSpaceLimitsAddException;
Swift
init(memberSpaceLimitsAddException: DBTEAMLOGMemberSpaceLimitsAddExceptionType)
Parameters
memberSpaceLimitsAddException
(team_policies) Added members to member space limit exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_change_caps_type_policy”.
Description of the “member_space_limits_change_caps_type_policy” tag state: (team_policies) Changed member space limit type for team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangeCapsTypePolicy: (nonnull DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType *) memberSpaceLimitsChangeCapsTypePolicy;
Swift
init(memberSpaceLimitsChangeCapsTypePolicy: DBTEAMLOGMemberSpaceLimitsChangeCapsTypePolicyType)
Parameters
memberSpaceLimitsChangeCapsTypePolicy
(team_policies) Changed member space limit type for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_change_policy”.
Description of the “member_space_limits_change_policy” tag state: (team_policies) Changed team default member space limit
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsChangePolicy: (nonnull DBTEAMLOGMemberSpaceLimitsChangePolicyType *) memberSpaceLimitsChangePolicy;
Swift
init(memberSpaceLimitsChangePolicy: DBTEAMLOGMemberSpaceLimitsChangePolicyType)
Parameters
memberSpaceLimitsChangePolicy
(team_policies) Changed team default member space limit
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_space_limits_remove_exception”.
Description of the “member_space_limits_remove_exception” tag state: (team_policies) Removed members from member space limit exception list
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSpaceLimitsRemoveException: (nonnull DBTEAMLOGMemberSpaceLimitsRemoveExceptionType *) memberSpaceLimitsRemoveException;
Swift
init(memberSpaceLimitsRemoveException: DBTEAMLOGMemberSpaceLimitsRemoveExceptionType)
Parameters
memberSpaceLimitsRemoveException
(team_policies) Removed members from member space limit exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “member_suggestions_change_policy”.
Description of the “member_suggestions_change_policy” tag state: (team_policies) Enabled/disabled option for team members to suggest people to add to team
Declaration
Objective-C
- (nonnull instancetype)initWithMemberSuggestionsChangePolicy: (nonnull DBTEAMLOGMemberSuggestionsChangePolicyType *) memberSuggestionsChangePolicy;
Swift
init(memberSuggestionsChangePolicy: DBTEAMLOGMemberSuggestionsChangePolicyType)
Parameters
memberSuggestionsChangePolicy
(team_policies) Enabled/disabled option for team members to suggest people to add to team
Return Value
An initialized instance.
-
Initializes union class with tag state of “microsoft_office_addin_change_policy”.
Description of the “microsoft_office_addin_change_policy” tag state: (team_policies) Enabled/disabled Microsoft Office add-in
Declaration
Objective-C
- (nonnull instancetype)initWithMicrosoftOfficeAddinChangePolicy: (nonnull DBTEAMLOGMicrosoftOfficeAddinChangePolicyType *) microsoftOfficeAddinChangePolicy;
Swift
init(microsoftOfficeAddinChangePolicy: DBTEAMLOGMicrosoftOfficeAddinChangePolicyType)
Parameters
microsoftOfficeAddinChangePolicy
(team_policies) Enabled/disabled Microsoft Office add-in
Return Value
An initialized instance.
-
Initializes union class with tag state of “network_control_change_policy”.
Description of the “network_control_change_policy” tag state: (team_policies) Enabled/disabled network control
Declaration
Objective-C
- (nonnull instancetype)initWithNetworkControlChangePolicy: (nonnull DBTEAMLOGNetworkControlChangePolicyType *) networkControlChangePolicy;
Swift
init(networkControlChangePolicy: DBTEAMLOGNetworkControlChangePolicyType)
Parameters
networkControlChangePolicy
(team_policies) Enabled/disabled network control
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_change_deployment_policy”.
Description of the “paper_change_deployment_policy” tag state: (team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeDeploymentPolicy: (nonnull DBTEAMLOGPaperChangeDeploymentPolicyType *) paperChangeDeploymentPolicy;
Swift
init(paperChangeDeploymentPolicy: DBTEAMLOGPaperChangeDeploymentPolicyType)
Parameters
paperChangeDeploymentPolicy
(team_policies) Changed whether Dropbox Paper, when enabled, is deployed to all members or to specific members
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_change_member_link_policy”.
Description of the “paper_change_member_link_policy” tag state: (team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeMemberLinkPolicy: (nonnull DBTEAMLOGPaperChangeMemberLinkPolicyType *) paperChangeMemberLinkPolicy;
Swift
init(paperChangeMemberLinkPolicy: DBTEAMLOGPaperChangeMemberLinkPolicyType)
Parameters
paperChangeMemberLinkPolicy
(team_policies) Changed whether non-members can view Paper docs with link (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_change_member_policy”.
Description of the “paper_change_member_policy” tag state: (team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangeMemberPolicy: (nonnull DBTEAMLOGPaperChangeMemberPolicyType *)paperChangeMemberPolicy;
Swift
init(paperChangeMemberPolicy: DBTEAMLOGPaperChangeMemberPolicyType)
Parameters
paperChangeMemberPolicy
(team_policies) Changed whether members can share Paper docs outside team, and if docs are accessible only by team members or anyone by default
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_change_policy”.
Description of the “paper_change_policy” tag state: (team_policies) Enabled/disabled Dropbox Paper for team
Declaration
Objective-C
- (nonnull instancetype)initWithPaperChangePolicy: (nonnull DBTEAMLOGPaperChangePolicyType *)paperChangePolicy;
Swift
init(paperChangePolicy: DBTEAMLOGPaperChangePolicyType)
Parameters
paperChangePolicy
(team_policies) Enabled/disabled Dropbox Paper for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_default_folder_policy_changed”.
Description of the “paper_default_folder_policy_changed” tag state: (team_policies) Changed Paper Default Folder Policy setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDefaultFolderPolicyChanged: (nonnull DBTEAMLOGPaperDefaultFolderPolicyChangedType *) paperDefaultFolderPolicyChanged;
Swift
init(paperDefaultFolderPolicyChanged: DBTEAMLOGPaperDefaultFolderPolicyChangedType)
Parameters
paperDefaultFolderPolicyChanged
(team_policies) Changed Paper Default Folder Policy setting for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_desktop_policy_changed”.
Description of the “paper_desktop_policy_changed” tag state: (team_policies) Enabled/disabled Paper Desktop for team
Declaration
Objective-C
- (nonnull instancetype)initWithPaperDesktopPolicyChanged: (nonnull DBTEAMLOGPaperDesktopPolicyChangedType *)paperDesktopPolicyChanged;
Swift
init(paperDesktopPolicyChanged: DBTEAMLOGPaperDesktopPolicyChangedType)
Parameters
paperDesktopPolicyChanged
(team_policies) Enabled/disabled Paper Desktop for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_enabled_users_group_addition”.
Description of the “paper_enabled_users_group_addition” tag state: (team_policies) Added users to Paper-enabled users list
Declaration
Objective-C
- (nonnull instancetype)initWithPaperEnabledUsersGroupAddition: (nonnull DBTEAMLOGPaperEnabledUsersGroupAdditionType *) paperEnabledUsersGroupAddition;
Swift
init(paperEnabledUsersGroupAddition: DBTEAMLOGPaperEnabledUsersGroupAdditionType)
Parameters
paperEnabledUsersGroupAddition
(team_policies) Added users to Paper-enabled users list
Return Value
An initialized instance.
-
Initializes union class with tag state of “paper_enabled_users_group_removal”.
Description of the “paper_enabled_users_group_removal” tag state: (team_policies) Removed users from Paper-enabled users list
Declaration
Objective-C
- (nonnull instancetype)initWithPaperEnabledUsersGroupRemoval: (nonnull DBTEAMLOGPaperEnabledUsersGroupRemovalType *) paperEnabledUsersGroupRemoval;
Swift
init(paperEnabledUsersGroupRemoval: DBTEAMLOGPaperEnabledUsersGroupRemovalType)
Parameters
paperEnabledUsersGroupRemoval
(team_policies) Removed users from Paper-enabled users list
Return Value
An initialized instance.
-
Initializes union class with tag state of “password_strength_requirements_change_policy”.
Description of the “password_strength_requirements_change_policy” tag state: (team_policies) Changed team password strength requirements
Declaration
Objective-C
- (nonnull instancetype)initWithPasswordStrengthRequirementsChangePolicy: (nonnull DBTEAMLOGPasswordStrengthRequirementsChangePolicyType *) passwordStrengthRequirementsChangePolicy;
Swift
init(passwordStrengthRequirementsChangePolicy: DBTEAMLOGPasswordStrengthRequirementsChangePolicyType)
Parameters
passwordStrengthRequirementsChangePolicy
(team_policies) Changed team password strength requirements
Return Value
An initialized instance.
-
Initializes union class with tag state of “permanent_delete_change_policy”.
Description of the “permanent_delete_change_policy” tag state: (team_policies) Enabled/disabled ability of team members to permanently delete content
Declaration
Objective-C
- (nonnull instancetype)initWithPermanentDeleteChangePolicy: (nonnull DBTEAMLOGPermanentDeleteChangePolicyType *) permanentDeleteChangePolicy;
Swift
init(permanentDeleteChangePolicy: DBTEAMLOGPermanentDeleteChangePolicyType)
Parameters
permanentDeleteChangePolicy
(team_policies) Enabled/disabled ability of team members to permanently delete content
Return Value
An initialized instance.
-
Initializes union class with tag state of “reseller_support_change_policy”.
Description of the “reseller_support_change_policy” tag state: (team_policies) Enabled/disabled reseller support
Declaration
Objective-C
- (nonnull instancetype)initWithResellerSupportChangePolicy: (nonnull DBTEAMLOGResellerSupportChangePolicyType *) resellerSupportChangePolicy;
Swift
init(resellerSupportChangePolicy: DBTEAMLOGResellerSupportChangePolicyType)
Parameters
resellerSupportChangePolicy
(team_policies) Enabled/disabled reseller support
Return Value
An initialized instance.
-
Initializes union class with tag state of “rewind_policy_changed”.
Description of the “rewind_policy_changed” tag state: (team_policies) Changed Rewind policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithRewindPolicyChanged: (nonnull DBTEAMLOGRewindPolicyChangedType *)rewindPolicyChanged;
Swift
init(rewindPolicyChanged: DBTEAMLOGRewindPolicyChangedType)
Parameters
rewindPolicyChanged
(team_policies) Changed Rewind policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “send_for_signature_policy_changed”.
Description of the “send_for_signature_policy_changed” tag state: (team_policies) Changed send for signature policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithSendForSignaturePolicyChanged: (nonnull DBTEAMLOGSendForSignaturePolicyChangedType *) sendForSignaturePolicyChanged;
Swift
init(sendForSignaturePolicyChanged: DBTEAMLOGSendForSignaturePolicyChangedType)
Parameters
sendForSignaturePolicyChanged
(team_policies) Changed send for signature policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “sharing_change_folder_join_policy”.
Description of the “sharing_change_folder_join_policy” tag state: (team_policies) Changed whether team members can join shared folders owned outside team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeFolderJoinPolicy: (nonnull DBTEAMLOGSharingChangeFolderJoinPolicyType *) sharingChangeFolderJoinPolicy;
Swift
init(sharingChangeFolderJoinPolicy: DBTEAMLOGSharingChangeFolderJoinPolicyType)
Parameters
sharingChangeFolderJoinPolicy
(team_policies) Changed whether team members can join shared folders owned outside team
Return Value
An initialized instance.
-
Initializes union class with tag state of “sharing_change_link_allow_change_expiration_policy”.
Description of the “sharing_change_link_allow_change_expiration_policy” tag state: (team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkAllowChangeExpirationPolicy: (nonnull DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType *) sharingChangeLinkAllowChangeExpirationPolicy;
Swift
init(sharingChangeLinkAllowChangeExpirationPolicy: DBTEAMLOGSharingChangeLinkAllowChangeExpirationPolicyType)
Parameters
sharingChangeLinkAllowChangeExpirationPolicy
(team_policies) Changed the allow remove or change expiration policy for the links shared outside of the team
Return Value
An initialized instance.
-
Initializes union class with tag state of “sharing_change_link_default_expiration_policy”.
Description of the “sharing_change_link_default_expiration_policy” tag state: (team_policies) Changed the default expiration for the links shared outside of the team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkDefaultExpirationPolicy: (nonnull DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType *) sharingChangeLinkDefaultExpirationPolicy;
Swift
init(sharingChangeLinkDefaultExpirationPolicy: DBTEAMLOGSharingChangeLinkDefaultExpirationPolicyType)
Parameters
sharingChangeLinkDefaultExpirationPolicy
(team_policies) Changed the default expiration for the links shared outside of the team
Return Value
An initialized instance.
-
Initializes union class with tag state of “sharing_change_link_enforce_password_policy”.
Description of the “sharing_change_link_enforce_password_policy” tag state: (team_policies) Changed the password requirement for the links shared outside of the team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkEnforcePasswordPolicy: (nonnull DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType *) sharingChangeLinkEnforcePasswordPolicy;
Swift
init(sharingChangeLinkEnforcePasswordPolicy: DBTEAMLOGSharingChangeLinkEnforcePasswordPolicyType)
Parameters
sharingChangeLinkEnforcePasswordPolicy
(team_policies) Changed the password requirement for the links shared outside of the team
Return Value
An initialized instance.
-
Initializes union class with tag state of “sharing_change_link_policy”.
Description of the “sharing_change_link_policy” tag state: (team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeLinkPolicy: (nonnull DBTEAMLOGSharingChangeLinkPolicyType *)sharingChangeLinkPolicy;
Swift
init(sharingChangeLinkPolicy: DBTEAMLOGSharingChangeLinkPolicyType)
Parameters
sharingChangeLinkPolicy
(team_policies) Changed whether members can share links outside team, and if links are accessible only by team members or anyone by default
Return Value
An initialized instance.
-
Initializes union class with tag state of “sharing_change_member_policy”.
Description of the “sharing_change_member_policy” tag state: (team_policies) Changed whether members can share files/folders outside team
Declaration
Objective-C
- (nonnull instancetype)initWithSharingChangeMemberPolicy: (nonnull DBTEAMLOGSharingChangeMemberPolicyType *)sharingChangeMemberPolicy;
Swift
init(sharingChangeMemberPolicy: DBTEAMLOGSharingChangeMemberPolicyType)
Parameters
sharingChangeMemberPolicy
(team_policies) Changed whether members can share files/folders outside team
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_change_download_policy”.
Description of the “showcase_change_download_policy” tag state: (team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeDownloadPolicy: (nonnull DBTEAMLOGShowcaseChangeDownloadPolicyType *) showcaseChangeDownloadPolicy;
Swift
init(showcaseChangeDownloadPolicy: DBTEAMLOGShowcaseChangeDownloadPolicyType)
Parameters
showcaseChangeDownloadPolicy
(team_policies) Enabled/disabled downloading files from Dropbox Showcase for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_change_enabled_policy”.
Description of the “showcase_change_enabled_policy” tag state: (team_policies) Enabled/disabled Dropbox Showcase for team
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeEnabledPolicy: (nonnull DBTEAMLOGShowcaseChangeEnabledPolicyType *) showcaseChangeEnabledPolicy;
Swift
init(showcaseChangeEnabledPolicy: DBTEAMLOGShowcaseChangeEnabledPolicyType)
Parameters
showcaseChangeEnabledPolicy
(team_policies) Enabled/disabled Dropbox Showcase for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “showcase_change_external_sharing_policy”.
Description of the “showcase_change_external_sharing_policy” tag state: (team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
Declaration
Objective-C
- (nonnull instancetype)initWithShowcaseChangeExternalSharingPolicy: (nonnull DBTEAMLOGShowcaseChangeExternalSharingPolicyType *) showcaseChangeExternalSharingPolicy;
Swift
init(showcaseChangeExternalSharingPolicy: DBTEAMLOGShowcaseChangeExternalSharingPolicyType)
Parameters
showcaseChangeExternalSharingPolicy
(team_policies) Enabled/disabled sharing Dropbox Showcase externally for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “smarter_smart_sync_policy_changed”.
Description of the “smarter_smart_sync_policy_changed” tag state: (team_policies) Changed automatic Smart Sync setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithSmarterSmartSyncPolicyChanged: (nonnull DBTEAMLOGSmarterSmartSyncPolicyChangedType *) smarterSmartSyncPolicyChanged;
Swift
init(smarterSmartSyncPolicyChanged: DBTEAMLOGSmarterSmartSyncPolicyChangedType)
Parameters
smarterSmartSyncPolicyChanged
(team_policies) Changed automatic Smart Sync setting for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “smart_sync_change_policy”.
Description of the “smart_sync_change_policy” tag state: (team_policies) Changed default Smart Sync setting for team members
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncChangePolicy: (nonnull DBTEAMLOGSmartSyncChangePolicyType *)smartSyncChangePolicy;
Swift
init(smartSyncChangePolicy: DBTEAMLOGSmartSyncChangePolicyType)
Parameters
smartSyncChangePolicy
(team_policies) Changed default Smart Sync setting for team members
Return Value
An initialized instance.
-
Initializes union class with tag state of “smart_sync_not_opt_out”.
Description of the “smart_sync_not_opt_out” tag state: (team_policies) Opted team into Smart Sync
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncNotOptOut: (nonnull DBTEAMLOGSmartSyncNotOptOutType *)smartSyncNotOptOut;
Swift
init(smartSyncNotOptOut: DBTEAMLOGSmartSyncNotOptOutType)
Parameters
smartSyncNotOptOut
(team_policies) Opted team into Smart Sync
Return Value
An initialized instance.
-
Initializes union class with tag state of “smart_sync_opt_out”.
Description of the “smart_sync_opt_out” tag state: (team_policies) Opted team out of Smart Sync
Declaration
Objective-C
- (nonnull instancetype)initWithSmartSyncOptOut: (nonnull DBTEAMLOGSmartSyncOptOutType *)smartSyncOptOut;
Swift
init(smartSyncOptOut: DBTEAMLOGSmartSyncOptOutType)
Parameters
smartSyncOptOut
(team_policies) Opted team out of Smart Sync
Return Value
An initialized instance.
-
Initializes union class with tag state of “sso_change_policy”.
Description of the “sso_change_policy” tag state: (team_policies) Changed single sign-on setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithSsoChangePolicy: (nonnull DBTEAMLOGSsoChangePolicyType *)ssoChangePolicy;
Swift
init(ssoChangePolicy: DBTEAMLOGSsoChangePolicyType)
Parameters
ssoChangePolicy
(team_policies) Changed single sign-on setting for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_branding_policy_changed”.
Description of the “team_branding_policy_changed” tag state: (team_policies) Changed team branding policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamBrandingPolicyChanged: (nonnull DBTEAMLOGTeamBrandingPolicyChangedType *)teamBrandingPolicyChanged;
Swift
init(teamBrandingPolicyChanged: DBTEAMLOGTeamBrandingPolicyChangedType)
Parameters
teamBrandingPolicyChanged
(team_policies) Changed team branding policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_extensions_policy_changed”.
Description of the “team_extensions_policy_changed” tag state: (team_policies) Changed App Integrations setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamExtensionsPolicyChanged: (nonnull DBTEAMLOGTeamExtensionsPolicyChangedType *) teamExtensionsPolicyChanged;
Swift
init(teamExtensionsPolicyChanged: DBTEAMLOGTeamExtensionsPolicyChangedType)
Parameters
teamExtensionsPolicyChanged
(team_policies) Changed App Integrations setting for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_selective_sync_policy_changed”.
Description of the “team_selective_sync_policy_changed” tag state: (team_policies) Enabled/disabled Team Selective Sync for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSelectiveSyncPolicyChanged: (nonnull DBTEAMLOGTeamSelectiveSyncPolicyChangedType *) teamSelectiveSyncPolicyChanged;
Swift
init(teamSelectiveSyncPolicyChanged: DBTEAMLOGTeamSelectiveSyncPolicyChangedType)
Parameters
teamSelectiveSyncPolicyChanged
(team_policies) Enabled/disabled Team Selective Sync for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_sharing_whitelist_subjects_changed”.
Description of the “team_sharing_whitelist_subjects_changed” tag state: (team_policies) Edited the approved list for sharing externally
Declaration
Objective-C
- (nonnull instancetype)initWithTeamSharingWhitelistSubjectsChanged: (nonnull DBTEAMLOGTeamSharingWhitelistSubjectsChangedType *) teamSharingWhitelistSubjectsChanged;
Swift
init(teamSharingWhitelistSubjectsChanged: DBTEAMLOGTeamSharingWhitelistSubjectsChangedType)
Parameters
teamSharingWhitelistSubjectsChanged
(team_policies) Edited the approved list for sharing externally
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_add_exception”.
Description of the “tfa_add_exception” tag state: (team_policies) Added members to two factor authentication exception list
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddException: (nonnull DBTEAMLOGTfaAddExceptionType *)tfaAddException;
Swift
init(tfaAddException: DBTEAMLOGTfaAddExceptionType)
Parameters
tfaAddException
(team_policies) Added members to two factor authentication exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_change_policy”.
Description of the “tfa_change_policy” tag state: (team_policies) Changed two-step verification setting for team
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangePolicy: (nonnull DBTEAMLOGTfaChangePolicyType *)tfaChangePolicy;
Swift
init(tfaChangePolicy: DBTEAMLOGTfaChangePolicyType)
Parameters
tfaChangePolicy
(team_policies) Changed two-step verification setting for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_remove_exception”.
Description of the “tfa_remove_exception” tag state: (team_policies) Removed members from two factor authentication exception list
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveException: (nonnull DBTEAMLOGTfaRemoveExceptionType *)tfaRemoveException;
Swift
init(tfaRemoveException: DBTEAMLOGTfaRemoveExceptionType)
Parameters
tfaRemoveException
(team_policies) Removed members from two factor authentication exception list
Return Value
An initialized instance.
-
Initializes union class with tag state of “two_account_change_policy”.
Description of the “two_account_change_policy” tag state: (team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer
Declaration
Objective-C
- (nonnull instancetype)initWithTwoAccountChangePolicy: (nonnull DBTEAMLOGTwoAccountChangePolicyType *)twoAccountChangePolicy;
Swift
init(twoAccountChangePolicy: DBTEAMLOGTwoAccountChangePolicyType)
Parameters
twoAccountChangePolicy
(team_policies) Enabled/disabled option for members to link personal Dropbox account and team account to same computer
Return Value
An initialized instance.
-
Initializes union class with tag state of “viewer_info_policy_changed”.
Description of the “viewer_info_policy_changed” tag state: (team_policies) Changed team policy for viewer info
Declaration
Objective-C
- (nonnull instancetype)initWithViewerInfoPolicyChanged: (nonnull DBTEAMLOGViewerInfoPolicyChangedType *)viewerInfoPolicyChanged;
Swift
init(viewerInfoPolicyChanged: DBTEAMLOGViewerInfoPolicyChangedType)
Parameters
viewerInfoPolicyChanged
(team_policies) Changed team policy for viewer info
Return Value
An initialized instance.
-
Initializes union class with tag state of “watermarking_policy_changed”.
Description of the “watermarking_policy_changed” tag state: (team_policies) Changed watermarking policy for team
Declaration
Objective-C
- (nonnull instancetype)initWithWatermarkingPolicyChanged: (nonnull DBTEAMLOGWatermarkingPolicyChangedType *)watermarkingPolicyChanged;
Swift
init(watermarkingPolicyChanged: DBTEAMLOGWatermarkingPolicyChangedType)
Parameters
watermarkingPolicyChanged
(team_policies) Changed watermarking policy for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “web_sessions_change_active_session_limit”.
Description of the “web_sessions_change_active_session_limit” tag state: (team_policies) Changed limit on active sessions per member
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeActiveSessionLimit: (nonnull DBTEAMLOGWebSessionsChangeActiveSessionLimitType *) webSessionsChangeActiveSessionLimit;
Swift
init(webSessionsChangeActiveSessionLimit: DBTEAMLOGWebSessionsChangeActiveSessionLimitType)
Parameters
webSessionsChangeActiveSessionLimit
(team_policies) Changed limit on active sessions per member
Return Value
An initialized instance.
-
Initializes union class with tag state of “web_sessions_change_fixed_length_policy”.
Description of the “web_sessions_change_fixed_length_policy” tag state: (team_policies) Changed how long members can stay signed in to Dropbox.com
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeFixedLengthPolicy: (nonnull DBTEAMLOGWebSessionsChangeFixedLengthPolicyType *) webSessionsChangeFixedLengthPolicy;
Swift
init(webSessionsChangeFixedLengthPolicy: DBTEAMLOGWebSessionsChangeFixedLengthPolicyType)
Parameters
webSessionsChangeFixedLengthPolicy
(team_policies) Changed how long members can stay signed in to Dropbox.com
Return Value
An initialized instance.
-
Initializes union class with tag state of “web_sessions_change_idle_length_policy”.
Description of the “web_sessions_change_idle_length_policy” tag state: (team_policies) Changed how long team members can be idle while signed in to Dropbox.com
Declaration
Objective-C
- (nonnull instancetype)initWithWebSessionsChangeIdleLengthPolicy: (nonnull DBTEAMLOGWebSessionsChangeIdleLengthPolicyType *) webSessionsChangeIdleLengthPolicy;
Swift
init(webSessionsChangeIdleLengthPolicy: DBTEAMLOGWebSessionsChangeIdleLengthPolicyType)
Parameters
webSessionsChangeIdleLengthPolicy
(team_policies) Changed how long team members can be idle while signed in to Dropbox.com
Return Value
An initialized instance.
-
Initializes union class with tag state of “data_residency_migration_request_successful”.
Description of the “data_residency_migration_request_successful” tag state: (team_profile) Requested data residency migration for team data
Declaration
Objective-C
- (nonnull instancetype)initWithDataResidencyMigrationRequestSuccessful: (nonnull DBTEAMLOGDataResidencyMigrationRequestSuccessfulType *) dataResidencyMigrationRequestSuccessful;
Swift
init(dataResidencyMigrationRequestSuccessful: DBTEAMLOGDataResidencyMigrationRequestSuccessfulType)
Parameters
dataResidencyMigrationRequestSuccessful
(team_profile) Requested data residency migration for team data
Return Value
An initialized instance.
-
Initializes union class with tag state of “data_residency_migration_request_unsuccessful”.
Description of the “data_residency_migration_request_unsuccessful” tag state: (team_profile) Request for data residency migration for team data has failed
Declaration
Objective-C
- (nonnull instancetype)initWithDataResidencyMigrationRequestUnsuccessful: (nonnull DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType *) dataResidencyMigrationRequestUnsuccessful;
Swift
init(dataResidencyMigrationRequestUnsuccessful: DBTEAMLOGDataResidencyMigrationRequestUnsuccessfulType)
Parameters
dataResidencyMigrationRequestUnsuccessful
(team_profile) Request for data residency migration for team data has failed
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_from”.
Description of the “team_merge_from” tag state: (team_profile) Merged another team into this team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeFrom: (nonnull DBTEAMLOGTeamMergeFromType *)teamMergeFrom;
Swift
init(teamMergeFrom: DBTEAMLOGTeamMergeFromType)
Parameters
teamMergeFrom
(team_profile) Merged another team into this team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_to”.
Description of the “team_merge_to” tag state: (team_profile) Merged this team into another team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeTo: (nonnull DBTEAMLOGTeamMergeToType *)teamMergeTo;
Swift
init(teamMergeTo: DBTEAMLOGTeamMergeToType)
Parameters
teamMergeTo
(team_profile) Merged this team into another team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_add_background”.
Description of the “team_profile_add_background” tag state: (team_profile) Added team background to display on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileAddBackground: (nonnull DBTEAMLOGTeamProfileAddBackgroundType *)teamProfileAddBackground;
Swift
init(teamProfileAddBackground: DBTEAMLOGTeamProfileAddBackgroundType)
Parameters
teamProfileAddBackground
(team_profile) Added team background to display on shared link headers
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_add_logo”.
Description of the “team_profile_add_logo” tag state: (team_profile) Added team logo to display on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileAddLogo: (nonnull DBTEAMLOGTeamProfileAddLogoType *)teamProfileAddLogo;
Swift
init(teamProfileAddLogo: DBTEAMLOGTeamProfileAddLogoType)
Parameters
teamProfileAddLogo
(team_profile) Added team logo to display on shared link headers
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_change_background”.
Description of the “team_profile_change_background” tag state: (team_profile) Changed team background displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeBackground: (nonnull DBTEAMLOGTeamProfileChangeBackgroundType *) teamProfileChangeBackground;
Swift
init(teamProfileChangeBackground: DBTEAMLOGTeamProfileChangeBackgroundType)
Parameters
teamProfileChangeBackground
(team_profile) Changed team background displayed on shared link headers
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_change_default_language”.
Description of the “team_profile_change_default_language” tag state: (team_profile) Changed default language for team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeDefaultLanguage: (nonnull DBTEAMLOGTeamProfileChangeDefaultLanguageType *) teamProfileChangeDefaultLanguage;
Swift
init(teamProfileChangeDefaultLanguage: DBTEAMLOGTeamProfileChangeDefaultLanguageType)
Parameters
teamProfileChangeDefaultLanguage
(team_profile) Changed default language for team
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_change_logo”.
Description of the “team_profile_change_logo” tag state: (team_profile) Changed team logo displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeLogo: (nonnull DBTEAMLOGTeamProfileChangeLogoType *)teamProfileChangeLogo;
Swift
init(teamProfileChangeLogo: DBTEAMLOGTeamProfileChangeLogoType)
Parameters
teamProfileChangeLogo
(team_profile) Changed team logo displayed on shared link headers
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_change_name”.
Description of the “team_profile_change_name” tag state: (team_profile) Changed team name
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileChangeName: (nonnull DBTEAMLOGTeamProfileChangeNameType *)teamProfileChangeName;
Swift
init(teamProfileChangeName: DBTEAMLOGTeamProfileChangeNameType)
Parameters
teamProfileChangeName
(team_profile) Changed team name
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_remove_background”.
Description of the “team_profile_remove_background” tag state: (team_profile) Removed team background displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileRemoveBackground: (nonnull DBTEAMLOGTeamProfileRemoveBackgroundType *) teamProfileRemoveBackground;
Swift
init(teamProfileRemoveBackground: DBTEAMLOGTeamProfileRemoveBackgroundType)
Parameters
teamProfileRemoveBackground
(team_profile) Removed team background displayed on shared link headers
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_profile_remove_logo”.
Description of the “team_profile_remove_logo” tag state: (team_profile) Removed team logo displayed on shared link headers
Declaration
Objective-C
- (nonnull instancetype)initWithTeamProfileRemoveLogo: (nonnull DBTEAMLOGTeamProfileRemoveLogoType *)teamProfileRemoveLogo;
Swift
init(teamProfileRemoveLogo: DBTEAMLOGTeamProfileRemoveLogoType)
Parameters
teamProfileRemoveLogo
(team_profile) Removed team logo displayed on shared link headers
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_add_backup_phone”.
Description of the “tfa_add_backup_phone” tag state: (tfa) Added backup phone for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddBackupPhone: (nonnull DBTEAMLOGTfaAddBackupPhoneType *)tfaAddBackupPhone;
Swift
init(tfaAddBackupPhone: DBTEAMLOGTfaAddBackupPhoneType)
Parameters
tfaAddBackupPhone
(tfa) Added backup phone for two-step verification
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_add_security_key”.
Description of the “tfa_add_security_key” tag state: (tfa) Added security key for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaAddSecurityKey: (nonnull DBTEAMLOGTfaAddSecurityKeyType *)tfaAddSecurityKey;
Swift
init(tfaAddSecurityKey: DBTEAMLOGTfaAddSecurityKeyType)
Parameters
tfaAddSecurityKey
(tfa) Added security key for two-step verification
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_change_backup_phone”.
Description of the “tfa_change_backup_phone” tag state: (tfa) Changed backup phone for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangeBackupPhone: (nonnull DBTEAMLOGTfaChangeBackupPhoneType *)tfaChangeBackupPhone;
Swift
init(tfaChangeBackupPhone: DBTEAMLOGTfaChangeBackupPhoneType)
Parameters
tfaChangeBackupPhone
(tfa) Changed backup phone for two-step verification
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_change_status”.
Description of the “tfa_change_status” tag state: (tfa) Enabled/disabled/changed two-step verification setting
Declaration
Objective-C
- (nonnull instancetype)initWithTfaChangeStatus: (nonnull DBTEAMLOGTfaChangeStatusType *)tfaChangeStatus;
Swift
init(tfaChangeStatus: DBTEAMLOGTfaChangeStatusType)
Parameters
tfaChangeStatus
(tfa) Enabled/disabled/changed two-step verification setting
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_remove_backup_phone”.
Description of the “tfa_remove_backup_phone” tag state: (tfa) Removed backup phone for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveBackupPhone: (nonnull DBTEAMLOGTfaRemoveBackupPhoneType *)tfaRemoveBackupPhone;
Swift
init(tfaRemoveBackupPhone: DBTEAMLOGTfaRemoveBackupPhoneType)
Parameters
tfaRemoveBackupPhone
(tfa) Removed backup phone for two-step verification
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_remove_security_key”.
Description of the “tfa_remove_security_key” tag state: (tfa) Removed security key for two-step verification
Declaration
Objective-C
- (nonnull instancetype)initWithTfaRemoveSecurityKey: (nonnull DBTEAMLOGTfaRemoveSecurityKeyType *)tfaRemoveSecurityKey;
Swift
init(tfaRemoveSecurityKey: DBTEAMLOGTfaRemoveSecurityKeyType)
Parameters
tfaRemoveSecurityKey
(tfa) Removed security key for two-step verification
Return Value
An initialized instance.
-
Initializes union class with tag state of “tfa_reset”.
Description of the “tfa_reset” tag state: (tfa) Reset two-step verification for team member
Declaration
Objective-C
- (nonnull instancetype)initWithTfaReset: (nonnull DBTEAMLOGTfaResetType *)tfaReset;
Swift
init(tfaReset: DBTEAMLOGTfaResetType)
Parameters
tfaReset
(tfa) Reset two-step verification for team member
Return Value
An initialized instance.
-
Initializes union class with tag state of “changed_enterprise_admin_role”.
Description of the “changed_enterprise_admin_role” tag state: (trusted_teams) Changed enterprise admin role
Declaration
Objective-C
- (nonnull instancetype)initWithChangedEnterpriseAdminRole: (nonnull DBTEAMLOGChangedEnterpriseAdminRoleType *) changedEnterpriseAdminRole;
Swift
init(changedEnterpriseAdminRole: DBTEAMLOGChangedEnterpriseAdminRoleType)
Parameters
changedEnterpriseAdminRole
(trusted_teams) Changed enterprise admin role
Return Value
An initialized instance.
-
Initializes union class with tag state of “changed_enterprise_connected_team_status”.
Description of the “changed_enterprise_connected_team_status” tag state: (trusted_teams) Changed enterprise-connected team status
Declaration
Objective-C
- (nonnull instancetype)initWithChangedEnterpriseConnectedTeamStatus: (nonnull DBTEAMLOGChangedEnterpriseConnectedTeamStatusType *) changedEnterpriseConnectedTeamStatus;
Swift
init(changedEnterpriseConnectedTeamStatus: DBTEAMLOGChangedEnterpriseConnectedTeamStatusType)
Parameters
changedEnterpriseConnectedTeamStatus
(trusted_teams) Changed enterprise-connected team status
Return Value
An initialized instance.
-
Initializes union class with tag state of “ended_enterprise_admin_session”.
Description of the “ended_enterprise_admin_session” tag state: (trusted_teams) Ended enterprise admin session
Declaration
Objective-C
- (nonnull instancetype)initWithEndedEnterpriseAdminSession: (nonnull DBTEAMLOGEndedEnterpriseAdminSessionType *) endedEnterpriseAdminSession;
Swift
init(endedEnterpriseAdminSession: DBTEAMLOGEndedEnterpriseAdminSessionType)
Parameters
endedEnterpriseAdminSession
(trusted_teams) Ended enterprise admin session
Return Value
An initialized instance.
-
Initializes union class with tag state of “ended_enterprise_admin_session_deprecated”.
Description of the “ended_enterprise_admin_session_deprecated” tag state: (trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)
Declaration
Objective-C
- (nonnull instancetype)initWithEndedEnterpriseAdminSessionDeprecated: (nonnull DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType *) endedEnterpriseAdminSessionDeprecated;
Swift
init(endedEnterpriseAdminSessionDeprecated: DBTEAMLOGEndedEnterpriseAdminSessionDeprecatedType)
Parameters
endedEnterpriseAdminSessionDeprecated
(trusted_teams) Ended enterprise admin session (deprecated, replaced by ‘Ended enterprise admin session’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “enterprise_settings_locking”.
Description of the “enterprise_settings_locking” tag state: (trusted_teams) Changed who can update a setting
Declaration
Objective-C
- (nonnull instancetype)initWithEnterpriseSettingsLocking: (nonnull DBTEAMLOGEnterpriseSettingsLockingType *)enterpriseSettingsLocking;
Swift
init(enterpriseSettingsLocking: DBTEAMLOGEnterpriseSettingsLockingType)
Parameters
enterpriseSettingsLocking
(trusted_teams) Changed who can update a setting
Return Value
An initialized instance.
-
Initializes union class with tag state of “guest_admin_change_status”.
Description of the “guest_admin_change_status” tag state: (trusted_teams) Changed guest team admin status
Declaration
Objective-C
- (nonnull instancetype)initWithGuestAdminChangeStatus: (nonnull DBTEAMLOGGuestAdminChangeStatusType *)guestAdminChangeStatus;
Swift
init(guestAdminChangeStatus: DBTEAMLOGGuestAdminChangeStatusType)
Parameters
guestAdminChangeStatus
(trusted_teams) Changed guest team admin status
Return Value
An initialized instance.
-
Initializes union class with tag state of “started_enterprise_admin_session”.
Description of the “started_enterprise_admin_session” tag state: (trusted_teams) Started enterprise admin session
Declaration
Objective-C
- (nonnull instancetype)initWithStartedEnterpriseAdminSession: (nonnull DBTEAMLOGStartedEnterpriseAdminSessionType *) startedEnterpriseAdminSession;
Swift
init(startedEnterpriseAdminSession: DBTEAMLOGStartedEnterpriseAdminSessionType)
Parameters
startedEnterpriseAdminSession
(trusted_teams) Started enterprise admin session
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_accepted”.
Description of the “team_merge_request_accepted” tag state: (trusted_teams) Accepted a team merge request
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAccepted: (nonnull DBTEAMLOGTeamMergeRequestAcceptedType *)teamMergeRequestAccepted;
Swift
init(teamMergeRequestAccepted: DBTEAMLOGTeamMergeRequestAcceptedType)
Parameters
teamMergeRequestAccepted
(trusted_teams) Accepted a team merge request
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_accepted_shown_to_primary_team”.
Description of the “team_merge_request_accepted_shown_to_primary_team” tag state: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAcceptedShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType *) teamMergeRequestAcceptedShownToPrimaryTeam;
Swift
init(teamMergeRequestAcceptedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToPrimaryTeamType)
Parameters
teamMergeRequestAcceptedShownToPrimaryTeam
(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_accepted_shown_to_secondary_team”.
Description of the “team_merge_request_accepted_shown_to_secondary_team” tag state: (trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAcceptedShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType *) teamMergeRequestAcceptedShownToSecondaryTeam;
Swift
init(teamMergeRequestAcceptedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestAcceptedShownToSecondaryTeamType)
Parameters
teamMergeRequestAcceptedShownToSecondaryTeam
(trusted_teams) Accepted a team merge request (deprecated, replaced by ‘Accepted a team merge request’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_auto_canceled”.
Description of the “team_merge_request_auto_canceled” tag state: (trusted_teams) Automatically canceled team merge request
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestAutoCanceled: (nonnull DBTEAMLOGTeamMergeRequestAutoCanceledType *) teamMergeRequestAutoCanceled;
Swift
init(teamMergeRequestAutoCanceled: DBTEAMLOGTeamMergeRequestAutoCanceledType)
Parameters
teamMergeRequestAutoCanceled
(trusted_teams) Automatically canceled team merge request
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_canceled”.
Description of the “team_merge_request_canceled” tag state: (trusted_teams) Canceled a team merge request
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceled: (nonnull DBTEAMLOGTeamMergeRequestCanceledType *)teamMergeRequestCanceled;
Swift
init(teamMergeRequestCanceled: DBTEAMLOGTeamMergeRequestCanceledType)
Parameters
teamMergeRequestCanceled
(trusted_teams) Canceled a team merge request
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_canceled_shown_to_primary_team”.
Description of the “team_merge_request_canceled_shown_to_primary_team” tag state: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceledShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType *) teamMergeRequestCanceledShownToPrimaryTeam;
Swift
init(teamMergeRequestCanceledShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToPrimaryTeamType)
Parameters
teamMergeRequestCanceledShownToPrimaryTeam
(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_canceled_shown_to_secondary_team”.
Description of the “team_merge_request_canceled_shown_to_secondary_team” tag state: (trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestCanceledShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType *) teamMergeRequestCanceledShownToSecondaryTeam;
Swift
init(teamMergeRequestCanceledShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestCanceledShownToSecondaryTeamType)
Parameters
teamMergeRequestCanceledShownToSecondaryTeam
(trusted_teams) Canceled a team merge request (deprecated, replaced by ‘Canceled a team merge request’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_expired”.
Description of the “team_merge_request_expired” tag state: (trusted_teams) Team merge request expired
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpired: (nonnull DBTEAMLOGTeamMergeRequestExpiredType *)teamMergeRequestExpired;
Swift
init(teamMergeRequestExpired: DBTEAMLOGTeamMergeRequestExpiredType)
Parameters
teamMergeRequestExpired
(trusted_teams) Team merge request expired
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_expired_shown_to_primary_team”.
Description of the “team_merge_request_expired_shown_to_primary_team” tag state: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpiredShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType *) teamMergeRequestExpiredShownToPrimaryTeam;
Swift
init(teamMergeRequestExpiredShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToPrimaryTeamType)
Parameters
teamMergeRequestExpiredShownToPrimaryTeam
(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_expired_shown_to_secondary_team”.
Description of the “team_merge_request_expired_shown_to_secondary_team” tag state: (trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestExpiredShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType *) teamMergeRequestExpiredShownToSecondaryTeam;
Swift
init(teamMergeRequestExpiredShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestExpiredShownToSecondaryTeamType)
Parameters
teamMergeRequestExpiredShownToSecondaryTeam
(trusted_teams) Team merge request expired (deprecated, replaced by ‘Team merge request expired’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_rejected_shown_to_primary_team”.
Description of the “team_merge_request_rejected_shown_to_primary_team” tag state: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRejectedShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType *) teamMergeRequestRejectedShownToPrimaryTeam;
Swift
init(teamMergeRequestRejectedShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToPrimaryTeamType)
Parameters
teamMergeRequestRejectedShownToPrimaryTeam
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_rejected_shown_to_secondary_team”.
Description of the “team_merge_request_rejected_shown_to_secondary_team” tag state: (trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRejectedShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType *) teamMergeRequestRejectedShownToSecondaryTeam;
Swift
init(teamMergeRequestRejectedShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestRejectedShownToSecondaryTeamType)
Parameters
teamMergeRequestRejectedShownToSecondaryTeam
(trusted_teams) Rejected a team merge request (deprecated, no longer logged)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_reminder”.
Description of the “team_merge_request_reminder” tag state: (trusted_teams) Sent a team merge request reminder
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminder: (nonnull DBTEAMLOGTeamMergeRequestReminderType *)teamMergeRequestReminder;
Swift
init(teamMergeRequestReminder: DBTEAMLOGTeamMergeRequestReminderType)
Parameters
teamMergeRequestReminder
(trusted_teams) Sent a team merge request reminder
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_reminder_shown_to_primary_team”.
Description of the “team_merge_request_reminder_shown_to_primary_team” tag state: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminderShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType *) teamMergeRequestReminderShownToPrimaryTeam;
Swift
init(teamMergeRequestReminderShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToPrimaryTeamType)
Parameters
teamMergeRequestReminderShownToPrimaryTeam
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_reminder_shown_to_secondary_team”.
Description of the “team_merge_request_reminder_shown_to_secondary_team” tag state: (trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestReminderShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType *) teamMergeRequestReminderShownToSecondaryTeam;
Swift
init(teamMergeRequestReminderShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestReminderShownToSecondaryTeamType)
Parameters
teamMergeRequestReminderShownToSecondaryTeam
(trusted_teams) Sent a team merge request reminder (deprecated, replaced by ‘Sent a team merge request reminder’)
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_revoked”.
Description of the “team_merge_request_revoked” tag state: (trusted_teams) Canceled the team merge
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestRevoked: (nonnull DBTEAMLOGTeamMergeRequestRevokedType *)teamMergeRequestRevoked;
Swift
init(teamMergeRequestRevoked: DBTEAMLOGTeamMergeRequestRevokedType)
Parameters
teamMergeRequestRevoked
(trusted_teams) Canceled the team merge
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_sent_shown_to_primary_team”.
Description of the “team_merge_request_sent_shown_to_primary_team” tag state: (trusted_teams) Requested to merge their Dropbox team into yours
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestSentShownToPrimaryTeam: (nonnull DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType *) teamMergeRequestSentShownToPrimaryTeam;
Swift
init(teamMergeRequestSentShownToPrimaryTeam: DBTEAMLOGTeamMergeRequestSentShownToPrimaryTeamType)
Parameters
teamMergeRequestSentShownToPrimaryTeam
(trusted_teams) Requested to merge their Dropbox team into yours
Return Value
An initialized instance.
-
Initializes union class with tag state of “team_merge_request_sent_shown_to_secondary_team”.
Description of the “team_merge_request_sent_shown_to_secondary_team” tag state: (trusted_teams) Requested to merge your team into another Dropbox team
Declaration
Objective-C
- (nonnull instancetype)initWithTeamMergeRequestSentShownToSecondaryTeam: (nonnull DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType *) teamMergeRequestSentShownToSecondaryTeam;
Swift
init(teamMergeRequestSentShownToSecondaryTeam: DBTEAMLOGTeamMergeRequestSentShownToSecondaryTeamType)
Parameters
teamMergeRequestSentShownToSecondaryTeam
(trusted_teams) Requested to merge your team into another Dropbox team
Return Value
An initialized instance.
-
Initializes union class with tag state of “other”.
Declaration
Objective-C
- (nonnull instancetype)initWithOther;
Swift
init(other: ())
Return Value
An initialized instance.
-
Retrieves whether the union’s current tag state has value “admin_alerting_alert_state_changed”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingAlertStateChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingAlertStateChanged;
Swift
func isAdminAlertingAlertStateChanged() -> Bool
Return Value
Whether the union’s current tag state has value “admin_alerting_alert_state_changed”.
-
Retrieves whether the union’s current tag state has value “admin_alerting_changed_alert_config”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingChangedAlertConfig
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingChangedAlertConfig;
Swift
func isAdminAlertingChangedAlertConfig() -> Bool
Return Value
Whether the union’s current tag state has value “admin_alerting_changed_alert_config”.
-
Retrieves whether the union’s current tag state has value “admin_alerting_triggered_alert”.
Note
Call this method and ensure it returns true before accessing the
adminAlertingTriggeredAlert
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminAlertingTriggeredAlert;
Swift
func isAdminAlertingTriggeredAlert() -> Bool
Return Value
Whether the union’s current tag state has value “admin_alerting_triggered_alert”.
-
Retrieves whether the union’s current tag state has value “app_blocked_by_permissions”.
Note
Call this method and ensure it returns true before accessing the
appBlockedByPermissions
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppBlockedByPermissions;
Swift
func isAppBlockedByPermissions() -> Bool
Return Value
Whether the union’s current tag state has value “app_blocked_by_permissions”.
-
Retrieves whether the union’s current tag state has value “app_link_team”.
Note
Call this method and ensure it returns true before accessing the
appLinkTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkTeam;
Swift
func isAppLinkTeam() -> Bool
Return Value
Whether the union’s current tag state has value “app_link_team”.
-
Retrieves whether the union’s current tag state has value “app_link_user”.
Note
Call this method and ensure it returns true before accessing the
appLinkUser
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppLinkUser;
Swift
func isAppLinkUser() -> Bool
Return Value
Whether the union’s current tag state has value “app_link_user”.
-
Retrieves whether the union’s current tag state has value “app_unlink_team”.
Note
Call this method and ensure it returns true before accessing the
appUnlinkTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkTeam;
Swift
func isAppUnlinkTeam() -> Bool
Return Value
Whether the union’s current tag state has value “app_unlink_team”.
-
Retrieves whether the union’s current tag state has value “app_unlink_user”.
Note
Call this method and ensure it returns true before accessing the
appUnlinkUser
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppUnlinkUser;
Swift
func isAppUnlinkUser() -> Bool
Return Value
Whether the union’s current tag state has value “app_unlink_user”.
-
Retrieves whether the union’s current tag state has value “integration_connected”.
Note
Call this method and ensure it returns true before accessing the
integrationConnected
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationConnected;
Swift
func isIntegrationConnected() -> Bool
Return Value
Whether the union’s current tag state has value “integration_connected”.
-
Retrieves whether the union’s current tag state has value “integration_disconnected”.
Note
Call this method and ensure it returns true before accessing the
integrationDisconnected
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationDisconnected;
Swift
func isIntegrationDisconnected() -> Bool
Return Value
Whether the union’s current tag state has value “integration_disconnected”.
-
Retrieves whether the union’s current tag state has value “file_add_comment”.
Note
Call this method and ensure it returns true before accessing the
fileAddComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAddComment;
Swift
func isFileAddComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_add_comment”.
-
Retrieves whether the union’s current tag state has value “file_change_comment_subscription”.
Note
Call this method and ensure it returns true before accessing the
fileChangeCommentSubscription
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileChangeCommentSubscription;
Swift
func isFileChangeCommentSubscription() -> Bool
Return Value
Whether the union’s current tag state has value “file_change_comment_subscription”.
-
Retrieves whether the union’s current tag state has value “file_delete_comment”.
Note
Call this method and ensure it returns true before accessing the
fileDeleteComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDeleteComment;
Swift
func isFileDeleteComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_delete_comment”.
-
Retrieves whether the union’s current tag state has value “file_edit_comment”.
Note
Call this method and ensure it returns true before accessing the
fileEditComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEditComment;
Swift
func isFileEditComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_edit_comment”.
-
Retrieves whether the union’s current tag state has value “file_like_comment”.
Note
Call this method and ensure it returns true before accessing the
fileLikeComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLikeComment;
Swift
func isFileLikeComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_like_comment”.
-
Retrieves whether the union’s current tag state has value “file_resolve_comment”.
Note
Call this method and ensure it returns true before accessing the
fileResolveComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileResolveComment;
Swift
func isFileResolveComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_resolve_comment”.
-
Retrieves whether the union’s current tag state has value “file_unlike_comment”.
Note
Call this method and ensure it returns true before accessing the
fileUnlikeComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnlikeComment;
Swift
func isFileUnlikeComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_unlike_comment”.
-
Retrieves whether the union’s current tag state has value “file_unresolve_comment”.
Note
Call this method and ensure it returns true before accessing the
fileUnresolveComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileUnresolveComment;
Swift
func isFileUnresolveComment() -> Bool
Return Value
Whether the union’s current tag state has value “file_unresolve_comment”.
-
Retrieves whether the union’s current tag state has value “governance_policy_add_folders”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyAddFolders
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFolders;
Swift
func isGovernancePolicyAddFolders() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_add_folders”.
-
Retrieves whether the union’s current tag state has value “governance_policy_add_folder_failed”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyAddFolderFailed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyAddFolderFailed;
Swift
func isGovernancePolicyAddFolderFailed() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_add_folder_failed”.
-
Retrieves whether the union’s current tag state has value “governance_policy_content_disposed”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyContentDisposed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyContentDisposed;
Swift
func isGovernancePolicyContentDisposed() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_content_disposed”.
-
Retrieves whether the union’s current tag state has value “governance_policy_create”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyCreate;
Swift
func isGovernancePolicyCreate() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_create”.
-
Retrieves whether the union’s current tag state has value “governance_policy_delete”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyDelete;
Swift
func isGovernancePolicyDelete() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_delete”.
-
Retrieves whether the union’s current tag state has value “governance_policy_edit_details”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyEditDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDetails;
Swift
func isGovernancePolicyEditDetails() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_edit_details”.
-
Retrieves whether the union’s current tag state has value “governance_policy_edit_duration”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyEditDuration
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyEditDuration;
Swift
func isGovernancePolicyEditDuration() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_edit_duration”.
-
Retrieves whether the union’s current tag state has value “governance_policy_export_created”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyExportCreated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportCreated;
Swift
func isGovernancePolicyExportCreated() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_export_created”.
-
Retrieves whether the union’s current tag state has value “governance_policy_export_removed”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyExportRemoved
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyExportRemoved;
Swift
func isGovernancePolicyExportRemoved() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_export_removed”.
-
Retrieves whether the union’s current tag state has value “governance_policy_remove_folders”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyRemoveFolders
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyRemoveFolders;
Swift
func isGovernancePolicyRemoveFolders() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_remove_folders”.
-
Retrieves whether the union’s current tag state has value “governance_policy_report_created”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyReportCreated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyReportCreated;
Swift
func isGovernancePolicyReportCreated() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_report_created”.
-
Retrieves whether the union’s current tag state has value “governance_policy_zip_part_downloaded”.
Note
Call this method and ensure it returns true before accessing the
governancePolicyZipPartDownloaded
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGovernancePolicyZipPartDownloaded;
Swift
func isGovernancePolicyZipPartDownloaded() -> Bool
Return Value
Whether the union’s current tag state has value “governance_policy_zip_part_downloaded”.
-
Retrieves whether the union’s current tag state has value “legal_holds_activate_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsActivateAHold
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsActivateAHold;
Swift
func isLegalHoldsActivateAHold() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_activate_a_hold”.
-
Retrieves whether the union’s current tag state has value “legal_holds_add_members”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsAddMembers
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsAddMembers;
Swift
func isLegalHoldsAddMembers() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_add_members”.
-
Retrieves whether the union’s current tag state has value “legal_holds_change_hold_details”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsChangeHoldDetails
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldDetails;
Swift
func isLegalHoldsChangeHoldDetails() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_change_hold_details”.
-
Retrieves whether the union’s current tag state has value “legal_holds_change_hold_name”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsChangeHoldName
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsChangeHoldName;
Swift
func isLegalHoldsChangeHoldName() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_change_hold_name”.
-
Retrieves whether the union’s current tag state has value “legal_holds_export_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportAHold
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportAHold;
Swift
func isLegalHoldsExportAHold() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_export_a_hold”.
-
Retrieves whether the union’s current tag state has value “legal_holds_export_cancelled”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportCancelled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportCancelled;
Swift
func isLegalHoldsExportCancelled() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_export_cancelled”.
-
Retrieves whether the union’s current tag state has value “legal_holds_export_downloaded”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportDownloaded
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportDownloaded;
Swift
func isLegalHoldsExportDownloaded() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_export_downloaded”.
-
Retrieves whether the union’s current tag state has value “legal_holds_export_removed”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsExportRemoved
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsExportRemoved;
Swift
func isLegalHoldsExportRemoved() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_export_removed”.
-
Retrieves whether the union’s current tag state has value “legal_holds_release_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsReleaseAHold
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReleaseAHold;
Swift
func isLegalHoldsReleaseAHold() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_release_a_hold”.
-
Retrieves whether the union’s current tag state has value “legal_holds_remove_members”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsRemoveMembers
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsRemoveMembers;
Swift
func isLegalHoldsRemoveMembers() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_remove_members”.
-
Retrieves whether the union’s current tag state has value “legal_holds_report_a_hold”.
Note
Call this method and ensure it returns true before accessing the
legalHoldsReportAHold
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLegalHoldsReportAHold;
Swift
func isLegalHoldsReportAHold() -> Bool
Return Value
Whether the union’s current tag state has value “legal_holds_report_a_hold”.
-
Retrieves whether the union’s current tag state has value “device_change_ip_desktop”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpDesktop
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpDesktop;
Swift
func isDeviceChangeIpDesktop() -> Bool
Return Value
Whether the union’s current tag state has value “device_change_ip_desktop”.
-
Retrieves whether the union’s current tag state has value “device_change_ip_mobile”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpMobile
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpMobile;
Swift
func isDeviceChangeIpMobile() -> Bool
Return Value
Whether the union’s current tag state has value “device_change_ip_mobile”.
-
Retrieves whether the union’s current tag state has value “device_change_ip_web”.
Note
Call this method and ensure it returns true before accessing the
deviceChangeIpWeb
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceChangeIpWeb;
Swift
func isDeviceChangeIpWeb() -> Bool
Return Value
Whether the union’s current tag state has value “device_change_ip_web”.
-
Retrieves whether the union’s current tag state has value “device_delete_on_unlink_fail”.
Note
Call this method and ensure it returns true before accessing the
deviceDeleteOnUnlinkFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkFail;
Swift
func isDeviceDeleteOnUnlinkFail() -> Bool
Return Value
Whether the union’s current tag state has value “device_delete_on_unlink_fail”.
-
Retrieves whether the union’s current tag state has value “device_delete_on_unlink_success”.
Note
Call this method and ensure it returns true before accessing the
deviceDeleteOnUnlinkSuccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceDeleteOnUnlinkSuccess;
Swift
func isDeviceDeleteOnUnlinkSuccess() -> Bool
Return Value
Whether the union’s current tag state has value “device_delete_on_unlink_success”.
-
Retrieves whether the union’s current tag state has value “device_link_fail”.
Note
Call this method and ensure it returns true before accessing the
deviceLinkFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkFail;
Swift
func isDeviceLinkFail() -> Bool
Return Value
Whether the union’s current tag state has value “device_link_fail”.
-
Retrieves whether the union’s current tag state has value “device_link_success”.
Note
Call this method and ensure it returns true before accessing the
deviceLinkSuccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceLinkSuccess;
Swift
func isDeviceLinkSuccess() -> Bool
Return Value
Whether the union’s current tag state has value “device_link_success”.
-
Retrieves whether the union’s current tag state has value “device_management_disabled”.
Note
Call this method and ensure it returns true before accessing the
deviceManagementDisabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementDisabled;
Swift
func isDeviceManagementDisabled() -> Bool
Return Value
Whether the union’s current tag state has value “device_management_disabled”.
-
Retrieves whether the union’s current tag state has value “device_management_enabled”.
Note
Call this method and ensure it returns true before accessing the
deviceManagementEnabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceManagementEnabled;
Swift
func isDeviceManagementEnabled() -> Bool
Return Value
Whether the union’s current tag state has value “device_management_enabled”.
-
Retrieves whether the union’s current tag state has value “device_sync_backup_status_changed”.
Note
Call this method and ensure it returns true before accessing the
deviceSyncBackupStatusChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceSyncBackupStatusChanged;
Swift
func isDeviceSyncBackupStatusChanged() -> Bool
Return Value
Whether the union’s current tag state has value “device_sync_backup_status_changed”.
-
Retrieves whether the union’s current tag state has value “device_unlink”.
Note
Call this method and ensure it returns true before accessing the
deviceUnlink
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceUnlink;
Swift
func isDeviceUnlink() -> Bool
Return Value
Whether the union’s current tag state has value “device_unlink”.
-
Retrieves whether the union’s current tag state has value “dropbox_passwords_exported”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsExported
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsExported;
Swift
func isDropboxPasswordsExported() -> Bool
Return Value
Whether the union’s current tag state has value “dropbox_passwords_exported”.
-
Retrieves whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsNewDeviceEnrolled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsNewDeviceEnrolled;
Swift
func isDropboxPasswordsNewDeviceEnrolled() -> Bool
Return Value
Whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled”.
-
Retrieves whether the union’s current tag state has value “emm_refresh_auth_token”.
Note
Call this method and ensure it returns true before accessing the
emmRefreshAuthToken
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRefreshAuthToken;
Swift
func isEmmRefreshAuthToken() -> Bool
Return Value
Whether the union’s current tag state has value “emm_refresh_auth_token”.
-
Retrieves whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupEligibilityStatusChecked
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupEligibilityStatusChecked;
Swift
func isExternalDriveBackupEligibilityStatusChecked() -> Bool
Return Value
Whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked”.
-
Retrieves whether the union’s current tag state has value “external_drive_backup_status_changed”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupStatusChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupStatusChanged;
Swift
func isExternalDriveBackupStatusChanged() -> Bool
Return Value
Whether the union’s current tag state has value “external_drive_backup_status_changed”.
-
Retrieves whether the union’s current tag state has value “account_capture_change_availability”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureChangeAvailability
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangeAvailability;
Swift
func isAccountCaptureChangeAvailability() -> Bool
Return Value
Whether the union’s current tag state has value “account_capture_change_availability”.
-
Retrieves whether the union’s current tag state has value “account_capture_migrate_account”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureMigrateAccount
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureMigrateAccount;
Swift
func isAccountCaptureMigrateAccount() -> Bool
Return Value
Whether the union’s current tag state has value “account_capture_migrate_account”.
-
Retrieves whether the union’s current tag state has value “account_capture_notification_emails_sent”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureNotificationEmailsSent
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureNotificationEmailsSent;
Swift
func isAccountCaptureNotificationEmailsSent() -> Bool
Return Value
Whether the union’s current tag state has value “account_capture_notification_emails_sent”.
-
Retrieves whether the union’s current tag state has value “account_capture_relinquish_account”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureRelinquishAccount
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureRelinquishAccount;
Swift
func isAccountCaptureRelinquishAccount() -> Bool
Return Value
Whether the union’s current tag state has value “account_capture_relinquish_account”.
-
Retrieves whether the union’s current tag state has value “disabled_domain_invites”.
Note
Call this method and ensure it returns true before accessing the
disabledDomainInvites
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDisabledDomainInvites;
Swift
func isDisabledDomainInvites() -> Bool
Return Value
Whether the union’s current tag state has value “disabled_domain_invites”.
-
Retrieves whether the union’s current tag state has value “domain_invites_approve_request_to_join_team”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesApproveRequestToJoinTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesApproveRequestToJoinTeam;
Swift
func isDomainInvitesApproveRequestToJoinTeam() -> Bool
Return Value
Whether the union’s current tag state has value “domain_invites_approve_request_to_join_team”.
-
Retrieves whether the union’s current tag state has value “domain_invites_decline_request_to_join_team”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesDeclineRequestToJoinTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesDeclineRequestToJoinTeam;
Swift
func isDomainInvitesDeclineRequestToJoinTeam() -> Bool
Return Value
Whether the union’s current tag state has value “domain_invites_decline_request_to_join_team”.
-
Retrieves whether the union’s current tag state has value “domain_invites_email_existing_users”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesEmailExistingUsers
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesEmailExistingUsers;
Swift
func isDomainInvitesEmailExistingUsers() -> Bool
Return Value
Whether the union’s current tag state has value “domain_invites_email_existing_users”.
-
Retrieves whether the union’s current tag state has value “domain_invites_request_to_join_team”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesRequestToJoinTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesRequestToJoinTeam;
Swift
func isDomainInvitesRequestToJoinTeam() -> Bool
Return Value
Whether the union’s current tag state has value “domain_invites_request_to_join_team”.
-
Retrieves whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesSetInviteNewUserPrefToNo
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToNo;
Swift
func isDomainInvitesSetInviteNewUserPrefToNo() -> Bool
Return Value
Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no”.
-
Retrieves whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes”.
Note
Call this method and ensure it returns true before accessing the
domainInvitesSetInviteNewUserPrefToYes
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainInvitesSetInviteNewUserPrefToYes;
Swift
func isDomainInvitesSetInviteNewUserPrefToYes() -> Bool
Return Value
Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes”.
-
Retrieves whether the union’s current tag state has value “domain_verification_add_domain_fail”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationAddDomainFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainFail;
Swift
func isDomainVerificationAddDomainFail() -> Bool
Return Value
Whether the union’s current tag state has value “domain_verification_add_domain_fail”.
-
Retrieves whether the union’s current tag state has value “domain_verification_add_domain_success”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationAddDomainSuccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationAddDomainSuccess;
Swift
func isDomainVerificationAddDomainSuccess() -> Bool
Return Value
Whether the union’s current tag state has value “domain_verification_add_domain_success”.
-
Retrieves whether the union’s current tag state has value “domain_verification_remove_domain”.
Note
Call this method and ensure it returns true before accessing the
domainVerificationRemoveDomain
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDomainVerificationRemoveDomain;
Swift
func isDomainVerificationRemoveDomain() -> Bool
Return Value
Whether the union’s current tag state has value “domain_verification_remove_domain”.
-
Retrieves whether the union’s current tag state has value “enabled_domain_invites”.
Note
Call this method and ensure it returns true before accessing the
enabledDomainInvites
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnabledDomainInvites;
Swift
func isEnabledDomainInvites() -> Bool
Return Value
Whether the union’s current tag state has value “enabled_domain_invites”.
-
Retrieves whether the union’s current tag state has value “apply_naming_convention”.
Note
Call this method and ensure it returns true before accessing the
applyNamingConvention
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isApplyNamingConvention;
Swift
func isApplyNamingConvention() -> Bool
Return Value
Whether the union’s current tag state has value “apply_naming_convention”.
-
Retrieves whether the union’s current tag state has value “create_folder”.
Note
Call this method and ensure it returns true before accessing the
createFolder
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateFolder;
Swift
func isCreateFolder() -> Bool
Return Value
Whether the union’s current tag state has value “create_folder”.
-
Retrieves whether the union’s current tag state has value “file_add”.
Note
Call this method and ensure it returns true before accessing the
fileAdd
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileAdd;
Swift
func isFileAdd() -> Bool
Return Value
Whether the union’s current tag state has value “file_add”.
-
Retrieves whether the union’s current tag state has value “file_copy”.
Note
Call this method and ensure it returns true before accessing the
fileCopy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCopy;
Swift
func isFileCopy() -> Bool
Return Value
Whether the union’s current tag state has value “file_copy”.
-
Retrieves whether the union’s current tag state has value “file_delete”.
Note
Call this method and ensure it returns true before accessing the
fileDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDelete;
Swift
func isFileDelete() -> Bool
Return Value
Whether the union’s current tag state has value “file_delete”.
-
Retrieves whether the union’s current tag state has value “file_download”.
Note
Call this method and ensure it returns true before accessing the
fileDownload
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileDownload;
Swift
func isFileDownload() -> Bool
Return Value
Whether the union’s current tag state has value “file_download”.
-
Retrieves whether the union’s current tag state has value “file_edit”.
Note
Call this method and ensure it returns true before accessing the
fileEdit
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileEdit;
Swift
func isFileEdit() -> Bool
Return Value
Whether the union’s current tag state has value “file_edit”.
-
Retrieves whether the union’s current tag state has value “file_get_copy_reference”.
Note
Call this method and ensure it returns true before accessing the
fileGetCopyReference
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileGetCopyReference;
Swift
func isFileGetCopyReference() -> Bool
Return Value
Whether the union’s current tag state has value “file_get_copy_reference”.
-
Retrieves whether the union’s current tag state has value “file_locking_lock_status_changed”.
Note
Call this method and ensure it returns true before accessing the
fileLockingLockStatusChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingLockStatusChanged;
Swift
func isFileLockingLockStatusChanged() -> Bool
Return Value
Whether the union’s current tag state has value “file_locking_lock_status_changed”.
-
Retrieves whether the union’s current tag state has value “file_move”.
Note
Call this method and ensure it returns true before accessing the
fileMove
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileMove;
Swift
func isFileMove() -> Bool
Return Value
Whether the union’s current tag state has value “file_move”.
-
Retrieves whether the union’s current tag state has value “file_permanently_delete”.
Note
Call this method and ensure it returns true before accessing the
filePermanentlyDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePermanentlyDelete;
Swift
func isFilePermanentlyDelete() -> Bool
Return Value
Whether the union’s current tag state has value “file_permanently_delete”.
-
Retrieves whether the union’s current tag state has value “file_preview”.
Note
Call this method and ensure it returns true before accessing the
filePreview
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFilePreview;
Swift
func isFilePreview() -> Bool
Return Value
Whether the union’s current tag state has value “file_preview”.
-
Retrieves whether the union’s current tag state has value “file_rename”.
Note
Call this method and ensure it returns true before accessing the
fileRename
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRename;
Swift
func isFileRename() -> Bool
Return Value
Whether the union’s current tag state has value “file_rename”.
-
Retrieves whether the union’s current tag state has value “file_restore”.
Note
Call this method and ensure it returns true before accessing the
fileRestore
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRestore;
Swift
func isFileRestore() -> Bool
Return Value
Whether the union’s current tag state has value “file_restore”.
-
Retrieves whether the union’s current tag state has value “file_revert”.
Note
Call this method and ensure it returns true before accessing the
fileRevert
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRevert;
Swift
func isFileRevert() -> Bool
Return Value
Whether the union’s current tag state has value “file_revert”.
-
Retrieves whether the union’s current tag state has value “file_rollback_changes”.
Note
Call this method and ensure it returns true before accessing the
fileRollbackChanges
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRollbackChanges;
Swift
func isFileRollbackChanges() -> Bool
Return Value
Whether the union’s current tag state has value “file_rollback_changes”.
-
Retrieves whether the union’s current tag state has value “file_save_copy_reference”.
Note
Call this method and ensure it returns true before accessing the
fileSaveCopyReference
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileSaveCopyReference;
Swift
func isFileSaveCopyReference() -> Bool
Return Value
Whether the union’s current tag state has value “file_save_copy_reference”.
-
Retrieves whether the union’s current tag state has value “folder_overview_description_changed”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewDescriptionChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewDescriptionChanged;
Swift
func isFolderOverviewDescriptionChanged() -> Bool
Return Value
Whether the union’s current tag state has value “folder_overview_description_changed”.
-
Retrieves whether the union’s current tag state has value “folder_overview_item_pinned”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewItemPinned
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemPinned;
Swift
func isFolderOverviewItemPinned() -> Bool
Return Value
Whether the union’s current tag state has value “folder_overview_item_pinned”.
-
Retrieves whether the union’s current tag state has value “folder_overview_item_unpinned”.
Note
Call this method and ensure it returns true before accessing the
folderOverviewItemUnpinned
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderOverviewItemUnpinned;
Swift
func isFolderOverviewItemUnpinned() -> Bool
Return Value
Whether the union’s current tag state has value “folder_overview_item_unpinned”.
-
Retrieves whether the union’s current tag state has value “object_label_added”.
Note
Call this method and ensure it returns true before accessing the
objectLabelAdded
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelAdded;
Swift
func isObjectLabelAdded() -> Bool
Return Value
Whether the union’s current tag state has value “object_label_added”.
-
Retrieves whether the union’s current tag state has value “object_label_removed”.
Note
Call this method and ensure it returns true before accessing the
objectLabelRemoved
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelRemoved;
Swift
func isObjectLabelRemoved() -> Bool
Return Value
Whether the union’s current tag state has value “object_label_removed”.
-
Retrieves whether the union’s current tag state has value “object_label_updated_value”.
Note
Call this method and ensure it returns true before accessing the
objectLabelUpdatedValue
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isObjectLabelUpdatedValue;
Swift
func isObjectLabelUpdatedValue() -> Bool
Return Value
Whether the union’s current tag state has value “object_label_updated_value”.
-
Retrieves whether the union’s current tag state has value “organize_folder_with_tidy”.
Note
Call this method and ensure it returns true before accessing the
organizeFolderWithTidy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOrganizeFolderWithTidy;
Swift
func isOrganizeFolderWithTidy() -> Bool
Return Value
Whether the union’s current tag state has value “organize_folder_with_tidy”.
-
Retrieves whether the union’s current tag state has value “rewind_folder”.
Note
Call this method and ensure it returns true before accessing the
rewindFolder
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindFolder;
Swift
func isRewindFolder() -> Bool
Return Value
Whether the union’s current tag state has value “rewind_folder”.
-
Retrieves whether the union’s current tag state has value “undo_naming_convention”.
Note
Call this method and ensure it returns true before accessing the
undoNamingConvention
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoNamingConvention;
Swift
func isUndoNamingConvention() -> Bool
Return Value
Whether the union’s current tag state has value “undo_naming_convention”.
-
Retrieves whether the union’s current tag state has value “undo_organize_folder_with_tidy”.
Note
Call this method and ensure it returns true before accessing the
undoOrganizeFolderWithTidy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUndoOrganizeFolderWithTidy;
Swift
func isUndoOrganizeFolderWithTidy() -> Bool
Return Value
Whether the union’s current tag state has value “undo_organize_folder_with_tidy”.
-
Retrieves whether the union’s current tag state has value “user_tags_added”.
Note
Call this method and ensure it returns true before accessing the
userTagsAdded
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsAdded;
Swift
func isUserTagsAdded() -> Bool
Return Value
Whether the union’s current tag state has value “user_tags_added”.
-
Retrieves whether the union’s current tag state has value “user_tags_removed”.
Note
Call this method and ensure it returns true before accessing the
userTagsRemoved
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isUserTagsRemoved;
Swift
func isUserTagsRemoved() -> Bool
Return Value
Whether the union’s current tag state has value “user_tags_removed”.
-
Retrieves whether the union’s current tag state has value “email_ingest_receive_file”.
Note
Call this method and ensure it returns true before accessing the
emailIngestReceiveFile
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestReceiveFile;
Swift
func isEmailIngestReceiveFile() -> Bool
Return Value
Whether the union’s current tag state has value “email_ingest_receive_file”.
-
Retrieves whether the union’s current tag state has value “file_request_change”.
Note
Call this method and ensure it returns true before accessing the
fileRequestChange
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestChange;
Swift
func isFileRequestChange() -> Bool
Return Value
Whether the union’s current tag state has value “file_request_change”.
-
Retrieves whether the union’s current tag state has value “file_request_close”.
Note
Call this method and ensure it returns true before accessing the
fileRequestClose
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestClose;
Swift
func isFileRequestClose() -> Bool
Return Value
Whether the union’s current tag state has value “file_request_close”.
-
Retrieves whether the union’s current tag state has value “file_request_create”.
Note
Call this method and ensure it returns true before accessing the
fileRequestCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestCreate;
Swift
func isFileRequestCreate() -> Bool
Return Value
Whether the union’s current tag state has value “file_request_create”.
-
Retrieves whether the union’s current tag state has value “file_request_delete”.
Note
Call this method and ensure it returns true before accessing the
fileRequestDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestDelete;
Swift
func isFileRequestDelete() -> Bool
Return Value
Whether the union’s current tag state has value “file_request_delete”.
-
Retrieves whether the union’s current tag state has value “file_request_receive_file”.
Note
Call this method and ensure it returns true before accessing the
fileRequestReceiveFile
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestReceiveFile;
Swift
func isFileRequestReceiveFile() -> Bool
Return Value
Whether the union’s current tag state has value “file_request_receive_file”.
-
Retrieves whether the union’s current tag state has value “group_add_external_id”.
Note
Call this method and ensure it returns true before accessing the
groupAddExternalId
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddExternalId;
Swift
func isGroupAddExternalId() -> Bool
Return Value
Whether the union’s current tag state has value “group_add_external_id”.
-
Retrieves whether the union’s current tag state has value “group_add_member”.
Note
Call this method and ensure it returns true before accessing the
groupAddMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupAddMember;
Swift
func isGroupAddMember() -> Bool
Return Value
Whether the union’s current tag state has value “group_add_member”.
-
Retrieves whether the union’s current tag state has value “group_change_external_id”.
Note
Call this method and ensure it returns true before accessing the
groupChangeExternalId
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeExternalId;
Swift
func isGroupChangeExternalId() -> Bool
Return Value
Whether the union’s current tag state has value “group_change_external_id”.
-
Retrieves whether the union’s current tag state has value “group_change_management_type”.
Note
Call this method and ensure it returns true before accessing the
groupChangeManagementType
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeManagementType;
Swift
func isGroupChangeManagementType() -> Bool
Return Value
Whether the union’s current tag state has value “group_change_management_type”.
-
Retrieves whether the union’s current tag state has value “group_change_member_role”.
Note
Call this method and ensure it returns true before accessing the
groupChangeMemberRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupChangeMemberRole;
Swift
func isGroupChangeMemberRole() -> Bool
Return Value
Whether the union’s current tag state has value “group_change_member_role”.
-
Retrieves whether the union’s current tag state has value “group_create”.
Note
Call this method and ensure it returns true before accessing the
groupCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupCreate;
Swift
func isGroupCreate() -> Bool
Return Value
Whether the union’s current tag state has value “group_create”.
-
Retrieves whether the union’s current tag state has value “group_delete”.
Note
Call this method and ensure it returns true before accessing the
groupDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDelete;
Swift
func isGroupDelete() -> Bool
Return Value
Whether the union’s current tag state has value “group_delete”.
-
Retrieves whether the union’s current tag state has value “group_description_updated”.
Note
Call this method and ensure it returns true before accessing the
groupDescriptionUpdated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupDescriptionUpdated;
Swift
func isGroupDescriptionUpdated() -> Bool
Return Value
Whether the union’s current tag state has value “group_description_updated”.
-
Retrieves whether the union’s current tag state has value “group_join_policy_updated”.
Note
Call this method and ensure it returns true before accessing the
groupJoinPolicyUpdated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupJoinPolicyUpdated;
Swift
func isGroupJoinPolicyUpdated() -> Bool
Return Value
Whether the union’s current tag state has value “group_join_policy_updated”.
-
Retrieves whether the union’s current tag state has value “group_moved”.
Note
Call this method and ensure it returns true before accessing the
groupMoved
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupMoved;
Swift
func isGroupMoved() -> Bool
Return Value
Whether the union’s current tag state has value “group_moved”.
-
Retrieves whether the union’s current tag state has value “group_remove_external_id”.
Note
Call this method and ensure it returns true before accessing the
groupRemoveExternalId
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveExternalId;
Swift
func isGroupRemoveExternalId() -> Bool
Return Value
Whether the union’s current tag state has value “group_remove_external_id”.
-
Retrieves whether the union’s current tag state has value “group_remove_member”.
Note
Call this method and ensure it returns true before accessing the
groupRemoveMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRemoveMember;
Swift
func isGroupRemoveMember() -> Bool
Return Value
Whether the union’s current tag state has value “group_remove_member”.
-
Retrieves whether the union’s current tag state has value “group_rename”.
Note
Call this method and ensure it returns true before accessing the
groupRename
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupRename;
Swift
func isGroupRename() -> Bool
Return Value
Whether the union’s current tag state has value “group_rename”.
-
Retrieves whether the union’s current tag state has value “account_lock_or_unlocked”.
Note
Call this method and ensure it returns true before accessing the
accountLockOrUnlocked
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountLockOrUnlocked;
Swift
func isAccountLockOrUnlocked() -> Bool
Return Value
Whether the union’s current tag state has value “account_lock_or_unlocked”.
-
Retrieves whether the union’s current tag state has value “emm_error”.
Note
Call this method and ensure it returns true before accessing the
emmError
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmError;
Swift
func isEmmError() -> Bool
Return Value
Whether the union’s current tag state has value “emm_error”.
-
Retrieves whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams”.
Note
Call this method and ensure it returns true before accessing the
guestAdminSignedInViaTrustedTeams
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedInViaTrustedTeams;
Swift
func isGuestAdminSignedInViaTrustedTeams() -> Bool
Return Value
Whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams”.
-
Retrieves whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams”.
Note
Call this method and ensure it returns true before accessing the
guestAdminSignedOutViaTrustedTeams
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminSignedOutViaTrustedTeams;
Swift
func isGuestAdminSignedOutViaTrustedTeams() -> Bool
Return Value
Whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams”.
-
Retrieves whether the union’s current tag state has value “login_fail”.
Note
Call this method and ensure it returns true before accessing the
loginFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginFail;
Swift
func isLoginFail() -> Bool
Return Value
Whether the union’s current tag state has value “login_fail”.
-
Retrieves whether the union’s current tag state has value “login_success”.
Note
Call this method and ensure it returns true before accessing the
loginSuccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLoginSuccess;
Swift
func isLoginSuccess() -> Bool
Return Value
Whether the union’s current tag state has value “login_success”.
-
Retrieves whether the union’s current tag state has value “logout”.
Note
Call this method and ensure it returns true before accessing the
logout
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isLogout;
Swift
func isLogout() -> Bool
Return Value
Whether the union’s current tag state has value “logout”.
-
Retrieves whether the union’s current tag state has value “reseller_support_session_end”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportSessionEnd
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionEnd;
Swift
func isResellerSupportSessionEnd() -> Bool
Return Value
Whether the union’s current tag state has value “reseller_support_session_end”.
-
Retrieves whether the union’s current tag state has value “reseller_support_session_start”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportSessionStart
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportSessionStart;
Swift
func isResellerSupportSessionStart() -> Bool
Return Value
Whether the union’s current tag state has value “reseller_support_session_start”.
-
Retrieves whether the union’s current tag state has value “sign_in_as_session_end”.
Note
Call this method and ensure it returns true before accessing the
signInAsSessionEnd
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionEnd;
Swift
func isSignInAsSessionEnd() -> Bool
Return Value
Whether the union’s current tag state has value “sign_in_as_session_end”.
-
Retrieves whether the union’s current tag state has value “sign_in_as_session_start”.
Note
Call this method and ensure it returns true before accessing the
signInAsSessionStart
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSignInAsSessionStart;
Swift
func isSignInAsSessionStart() -> Bool
Return Value
Whether the union’s current tag state has value “sign_in_as_session_start”.
-
Retrieves whether the union’s current tag state has value “sso_error”.
Note
Call this method and ensure it returns true before accessing the
ssoError
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoError;
Swift
func isSsoError() -> Bool
Return Value
Whether the union’s current tag state has value “sso_error”.
-
Retrieves whether the union’s current tag state has value “create_team_invite_link”.
Note
Call this method and ensure it returns true before accessing the
createTeamInviteLink
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCreateTeamInviteLink;
Swift
func isCreateTeamInviteLink() -> Bool
Return Value
Whether the union’s current tag state has value “create_team_invite_link”.
-
Retrieves whether the union’s current tag state has value “delete_team_invite_link”.
Note
Call this method and ensure it returns true before accessing the
deleteTeamInviteLink
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeleteTeamInviteLink;
Swift
func isDeleteTeamInviteLink() -> Bool
Return Value
Whether the union’s current tag state has value “delete_team_invite_link”.
-
Retrieves whether the union’s current tag state has value “member_add_external_id”.
Note
Call this method and ensure it returns true before accessing the
memberAddExternalId
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddExternalId;
Swift
func isMemberAddExternalId() -> Bool
Return Value
Whether the union’s current tag state has value “member_add_external_id”.
-
Retrieves whether the union’s current tag state has value “member_add_name”.
Note
Call this method and ensure it returns true before accessing the
memberAddName
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberAddName;
Swift
func isMemberAddName() -> Bool
Return Value
Whether the union’s current tag state has value “member_add_name”.
-
Retrieves whether the union’s current tag state has value “member_change_admin_role”.
Note
Call this method and ensure it returns true before accessing the
memberChangeAdminRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeAdminRole;
Swift
func isMemberChangeAdminRole() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_admin_role”.
-
Retrieves whether the union’s current tag state has value “member_change_email”.
Note
Call this method and ensure it returns true before accessing the
memberChangeEmail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeEmail;
Swift
func isMemberChangeEmail() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_email”.
-
Retrieves whether the union’s current tag state has value “member_change_external_id”.
Note
Call this method and ensure it returns true before accessing the
memberChangeExternalId
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeExternalId;
Swift
func isMemberChangeExternalId() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_external_id”.
-
Retrieves whether the union’s current tag state has value “member_change_membership_type”.
Note
Call this method and ensure it returns true before accessing the
memberChangeMembershipType
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeMembershipType;
Swift
func isMemberChangeMembershipType() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_membership_type”.
-
Retrieves whether the union’s current tag state has value “member_change_name”.
Note
Call this method and ensure it returns true before accessing the
memberChangeName
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeName;
Swift
func isMemberChangeName() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_name”.
-
Retrieves whether the union’s current tag state has value “member_change_reseller_role”.
Note
Call this method and ensure it returns true before accessing the
memberChangeResellerRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeResellerRole;
Swift
func isMemberChangeResellerRole() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_reseller_role”.
-
Retrieves whether the union’s current tag state has value “member_change_status”.
Note
Call this method and ensure it returns true before accessing the
memberChangeStatus
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberChangeStatus;
Swift
func isMemberChangeStatus() -> Bool
Return Value
Whether the union’s current tag state has value “member_change_status”.
-
Retrieves whether the union’s current tag state has value “member_delete_manual_contacts”.
Note
Call this method and ensure it returns true before accessing the
memberDeleteManualContacts
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteManualContacts;
Swift
func isMemberDeleteManualContacts() -> Bool
Return Value
Whether the union’s current tag state has value “member_delete_manual_contacts”.
-
Retrieves whether the union’s current tag state has value “member_delete_profile_photo”.
Note
Call this method and ensure it returns true before accessing the
memberDeleteProfilePhoto
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberDeleteProfilePhoto;
Swift
func isMemberDeleteProfilePhoto() -> Bool
Return Value
Whether the union’s current tag state has value “member_delete_profile_photo”.
-
Retrieves whether the union’s current tag state has value “member_permanently_delete_account_contents”.
Note
Call this method and ensure it returns true before accessing the
memberPermanentlyDeleteAccountContents
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberPermanentlyDeleteAccountContents;
Swift
func isMemberPermanentlyDeleteAccountContents() -> Bool
Return Value
Whether the union’s current tag state has value “member_permanently_delete_account_contents”.
-
Retrieves whether the union’s current tag state has value “member_remove_external_id”.
Note
Call this method and ensure it returns true before accessing the
memberRemoveExternalId
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRemoveExternalId;
Swift
func isMemberRemoveExternalId() -> Bool
Return Value
Whether the union’s current tag state has value “member_remove_external_id”.
-
Retrieves whether the union’s current tag state has value “member_set_profile_photo”.
Note
Call this method and ensure it returns true before accessing the
memberSetProfilePhoto
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSetProfilePhoto;
Swift
func isMemberSetProfilePhoto() -> Bool
Return Value
Whether the union’s current tag state has value “member_set_profile_photo”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_add_custom_quota”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsAddCustomQuota
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddCustomQuota;
Swift
func isMemberSpaceLimitsAddCustomQuota() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_add_custom_quota”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_change_custom_quota”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeCustomQuota
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCustomQuota;
Swift
func isMemberSpaceLimitsChangeCustomQuota() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_change_custom_quota”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_change_status”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeStatus
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeStatus;
Swift
func isMemberSpaceLimitsChangeStatus() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_change_status”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_remove_custom_quota”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsRemoveCustomQuota
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveCustomQuota;
Swift
func isMemberSpaceLimitsRemoveCustomQuota() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_remove_custom_quota”.
-
Retrieves whether the union’s current tag state has value “member_suggest”.
Note
Call this method and ensure it returns true before accessing the
memberSuggest
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggest;
Swift
func isMemberSuggest() -> Bool
Return Value
Whether the union’s current tag state has value “member_suggest”.
-
Retrieves whether the union’s current tag state has value “member_transfer_account_contents”.
Note
Call this method and ensure it returns true before accessing the
memberTransferAccountContents
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberTransferAccountContents;
Swift
func isMemberTransferAccountContents() -> Bool
Return Value
Whether the union’s current tag state has value “member_transfer_account_contents”.
-
Retrieves whether the union’s current tag state has value “pending_secondary_email_added”.
Note
Call this method and ensure it returns true before accessing the
pendingSecondaryEmailAdded
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPendingSecondaryEmailAdded;
Swift
func isPendingSecondaryEmailAdded() -> Bool
Return Value
Whether the union’s current tag state has value “pending_secondary_email_added”.
-
Retrieves whether the union’s current tag state has value “secondary_email_deleted”.
Note
Call this method and ensure it returns true before accessing the
secondaryEmailDeleted
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailDeleted;
Swift
func isSecondaryEmailDeleted() -> Bool
Return Value
Whether the union’s current tag state has value “secondary_email_deleted”.
-
Retrieves whether the union’s current tag state has value “secondary_email_verified”.
Note
Call this method and ensure it returns true before accessing the
secondaryEmailVerified
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryEmailVerified;
Swift
func isSecondaryEmailVerified() -> Bool
Return Value
Whether the union’s current tag state has value “secondary_email_verified”.
-
Retrieves whether the union’s current tag state has value “secondary_mails_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
secondaryMailsPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSecondaryMailsPolicyChanged;
Swift
func isSecondaryMailsPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “secondary_mails_policy_changed”.
-
Retrieves whether the union’s current tag state has value “binder_add_page”.
Note
Call this method and ensure it returns true before accessing the
binderAddPage
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddPage;
Swift
func isBinderAddPage() -> Bool
Return Value
Whether the union’s current tag state has value “binder_add_page”.
-
Retrieves whether the union’s current tag state has value “binder_add_section”.
Note
Call this method and ensure it returns true before accessing the
binderAddSection
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderAddSection;
Swift
func isBinderAddSection() -> Bool
Return Value
Whether the union’s current tag state has value “binder_add_section”.
-
Retrieves whether the union’s current tag state has value “binder_remove_page”.
Note
Call this method and ensure it returns true before accessing the
binderRemovePage
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemovePage;
Swift
func isBinderRemovePage() -> Bool
Return Value
Whether the union’s current tag state has value “binder_remove_page”.
-
Retrieves whether the union’s current tag state has value “binder_remove_section”.
Note
Call this method and ensure it returns true before accessing the
binderRemoveSection
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRemoveSection;
Swift
func isBinderRemoveSection() -> Bool
Return Value
Whether the union’s current tag state has value “binder_remove_section”.
-
Retrieves whether the union’s current tag state has value “binder_rename_page”.
Note
Call this method and ensure it returns true before accessing the
binderRenamePage
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenamePage;
Swift
func isBinderRenamePage() -> Bool
Return Value
Whether the union’s current tag state has value “binder_rename_page”.
-
Retrieves whether the union’s current tag state has value “binder_rename_section”.
Note
Call this method and ensure it returns true before accessing the
binderRenameSection
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderRenameSection;
Swift
func isBinderRenameSection() -> Bool
Return Value
Whether the union’s current tag state has value “binder_rename_section”.
-
Retrieves whether the union’s current tag state has value “binder_reorder_page”.
Note
Call this method and ensure it returns true before accessing the
binderReorderPage
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderPage;
Swift
func isBinderReorderPage() -> Bool
Return Value
Whether the union’s current tag state has value “binder_reorder_page”.
-
Retrieves whether the union’s current tag state has value “binder_reorder_section”.
Note
Call this method and ensure it returns true before accessing the
binderReorderSection
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isBinderReorderSection;
Swift
func isBinderReorderSection() -> Bool
Return Value
Whether the union’s current tag state has value “binder_reorder_section”.
-
Retrieves whether the union’s current tag state has value “paper_content_add_member”.
Note
Call this method and ensure it returns true before accessing the
paperContentAddMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddMember;
Swift
func isPaperContentAddMember() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_add_member”.
-
Retrieves whether the union’s current tag state has value “paper_content_add_to_folder”.
Note
Call this method and ensure it returns true before accessing the
paperContentAddToFolder
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentAddToFolder;
Swift
func isPaperContentAddToFolder() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_add_to_folder”.
-
Retrieves whether the union’s current tag state has value “paper_content_archive”.
Note
Call this method and ensure it returns true before accessing the
paperContentArchive
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentArchive;
Swift
func isPaperContentArchive() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_archive”.
-
Retrieves whether the union’s current tag state has value “paper_content_create”.
Note
Call this method and ensure it returns true before accessing the
paperContentCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentCreate;
Swift
func isPaperContentCreate() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_create”.
-
Retrieves whether the union’s current tag state has value “paper_content_permanently_delete”.
Note
Call this method and ensure it returns true before accessing the
paperContentPermanentlyDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentPermanentlyDelete;
Swift
func isPaperContentPermanentlyDelete() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_permanently_delete”.
-
Retrieves whether the union’s current tag state has value “paper_content_remove_from_folder”.
Note
Call this method and ensure it returns true before accessing the
paperContentRemoveFromFolder
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveFromFolder;
Swift
func isPaperContentRemoveFromFolder() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_remove_from_folder”.
-
Retrieves whether the union’s current tag state has value “paper_content_remove_member”.
Note
Call this method and ensure it returns true before accessing the
paperContentRemoveMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRemoveMember;
Swift
func isPaperContentRemoveMember() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_remove_member”.
-
Retrieves whether the union’s current tag state has value “paper_content_rename”.
Note
Call this method and ensure it returns true before accessing the
paperContentRename
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRename;
Swift
func isPaperContentRename() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_rename”.
-
Retrieves whether the union’s current tag state has value “paper_content_restore”.
Note
Call this method and ensure it returns true before accessing the
paperContentRestore
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperContentRestore;
Swift
func isPaperContentRestore() -> Bool
Return Value
Whether the union’s current tag state has value “paper_content_restore”.
-
Retrieves whether the union’s current tag state has value “paper_doc_add_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocAddComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocAddComment;
Swift
func isPaperDocAddComment() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_add_comment”.
-
Retrieves whether the union’s current tag state has value “paper_doc_change_member_role”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeMemberRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeMemberRole;
Swift
func isPaperDocChangeMemberRole() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_change_member_role”.
-
Retrieves whether the union’s current tag state has value “paper_doc_change_sharing_policy”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeSharingPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSharingPolicy;
Swift
func isPaperDocChangeSharingPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_change_sharing_policy”.
-
Retrieves whether the union’s current tag state has value “paper_doc_change_subscription”.
Note
Call this method and ensure it returns true before accessing the
paperDocChangeSubscription
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocChangeSubscription;
Swift
func isPaperDocChangeSubscription() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_change_subscription”.
-
Retrieves whether the union’s current tag state has value “paper_doc_deleted”.
Note
Call this method and ensure it returns true before accessing the
paperDocDeleted
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeleted;
Swift
func isPaperDocDeleted() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_deleted”.
-
Retrieves whether the union’s current tag state has value “paper_doc_delete_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocDeleteComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDeleteComment;
Swift
func isPaperDocDeleteComment() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_delete_comment”.
-
Retrieves whether the union’s current tag state has value “paper_doc_download”.
Note
Call this method and ensure it returns true before accessing the
paperDocDownload
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocDownload;
Swift
func isPaperDocDownload() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_download”.
-
Retrieves whether the union’s current tag state has value “paper_doc_edit”.
Note
Call this method and ensure it returns true before accessing the
paperDocEdit
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEdit;
Swift
func isPaperDocEdit() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_edit”.
-
Retrieves whether the union’s current tag state has value “paper_doc_edit_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocEditComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocEditComment;
Swift
func isPaperDocEditComment() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_edit_comment”.
-
Retrieves whether the union’s current tag state has value “paper_doc_followed”.
Note
Call this method and ensure it returns true before accessing the
paperDocFollowed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocFollowed;
Swift
func isPaperDocFollowed() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_followed”.
-
Retrieves whether the union’s current tag state has value “paper_doc_mention”.
Note
Call this method and ensure it returns true before accessing the
paperDocMention
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocMention;
Swift
func isPaperDocMention() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_mention”.
-
Retrieves whether the union’s current tag state has value “paper_doc_ownership_changed”.
Note
Call this method and ensure it returns true before accessing the
paperDocOwnershipChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocOwnershipChanged;
Swift
func isPaperDocOwnershipChanged() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_ownership_changed”.
-
Retrieves whether the union’s current tag state has value “paper_doc_request_access”.
Note
Call this method and ensure it returns true before accessing the
paperDocRequestAccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRequestAccess;
Swift
func isPaperDocRequestAccess() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_request_access”.
-
Retrieves whether the union’s current tag state has value “paper_doc_resolve_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocResolveComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocResolveComment;
Swift
func isPaperDocResolveComment() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_resolve_comment”.
-
Retrieves whether the union’s current tag state has value “paper_doc_revert”.
Note
Call this method and ensure it returns true before accessing the
paperDocRevert
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocRevert;
Swift
func isPaperDocRevert() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_revert”.
-
Retrieves whether the union’s current tag state has value “paper_doc_slack_share”.
Note
Call this method and ensure it returns true before accessing the
paperDocSlackShare
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocSlackShare;
Swift
func isPaperDocSlackShare() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_slack_share”.
-
Retrieves whether the union’s current tag state has value “paper_doc_team_invite”.
Note
Call this method and ensure it returns true before accessing the
paperDocTeamInvite
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTeamInvite;
Swift
func isPaperDocTeamInvite() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_team_invite”.
-
Retrieves whether the union’s current tag state has value “paper_doc_trashed”.
Note
Call this method and ensure it returns true before accessing the
paperDocTrashed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocTrashed;
Swift
func isPaperDocTrashed() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_trashed”.
-
Retrieves whether the union’s current tag state has value “paper_doc_unresolve_comment”.
Note
Call this method and ensure it returns true before accessing the
paperDocUnresolveComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUnresolveComment;
Swift
func isPaperDocUnresolveComment() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_unresolve_comment”.
-
Retrieves whether the union’s current tag state has value “paper_doc_untrashed”.
Note
Call this method and ensure it returns true before accessing the
paperDocUntrashed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocUntrashed;
Swift
func isPaperDocUntrashed() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_untrashed”.
-
Retrieves whether the union’s current tag state has value “paper_doc_view”.
Note
Call this method and ensure it returns true before accessing the
paperDocView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDocView;
Swift
func isPaperDocView() -> Bool
Return Value
Whether the union’s current tag state has value “paper_doc_view”.
-
Retrieves whether the union’s current tag state has value “paper_external_view_allow”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewAllow
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewAllow;
Swift
func isPaperExternalViewAllow() -> Bool
Return Value
Whether the union’s current tag state has value “paper_external_view_allow”.
-
Retrieves whether the union’s current tag state has value “paper_external_view_default_team”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewDefaultTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewDefaultTeam;
Swift
func isPaperExternalViewDefaultTeam() -> Bool
Return Value
Whether the union’s current tag state has value “paper_external_view_default_team”.
-
Retrieves whether the union’s current tag state has value “paper_external_view_forbid”.
Note
Call this method and ensure it returns true before accessing the
paperExternalViewForbid
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperExternalViewForbid;
Swift
func isPaperExternalViewForbid() -> Bool
Return Value
Whether the union’s current tag state has value “paper_external_view_forbid”.
-
Retrieves whether the union’s current tag state has value “paper_folder_change_subscription”.
Note
Call this method and ensure it returns true before accessing the
paperFolderChangeSubscription
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderChangeSubscription;
Swift
func isPaperFolderChangeSubscription() -> Bool
Return Value
Whether the union’s current tag state has value “paper_folder_change_subscription”.
-
Retrieves whether the union’s current tag state has value “paper_folder_deleted”.
Note
Call this method and ensure it returns true before accessing the
paperFolderDeleted
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderDeleted;
Swift
func isPaperFolderDeleted() -> Bool
Return Value
Whether the union’s current tag state has value “paper_folder_deleted”.
-
Retrieves whether the union’s current tag state has value “paper_folder_followed”.
Note
Call this method and ensure it returns true before accessing the
paperFolderFollowed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderFollowed;
Swift
func isPaperFolderFollowed() -> Bool
Return Value
Whether the union’s current tag state has value “paper_folder_followed”.
-
Retrieves whether the union’s current tag state has value “paper_folder_team_invite”.
Note
Call this method and ensure it returns true before accessing the
paperFolderTeamInvite
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperFolderTeamInvite;
Swift
func isPaperFolderTeamInvite() -> Bool
Return Value
Whether the union’s current tag state has value “paper_folder_team_invite”.
-
Retrieves whether the union’s current tag state has value “paper_published_link_change_permission”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkChangePermission
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkChangePermission;
Swift
func isPaperPublishedLinkChangePermission() -> Bool
Return Value
Whether the union’s current tag state has value “paper_published_link_change_permission”.
-
Retrieves whether the union’s current tag state has value “paper_published_link_create”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkCreate;
Swift
func isPaperPublishedLinkCreate() -> Bool
Return Value
Whether the union’s current tag state has value “paper_published_link_create”.
-
Retrieves whether the union’s current tag state has value “paper_published_link_disabled”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkDisabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkDisabled;
Swift
func isPaperPublishedLinkDisabled() -> Bool
Return Value
Whether the union’s current tag state has value “paper_published_link_disabled”.
-
Retrieves whether the union’s current tag state has value “paper_published_link_view”.
Note
Call this method and ensure it returns true before accessing the
paperPublishedLinkView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperPublishedLinkView;
Swift
func isPaperPublishedLinkView() -> Bool
Return Value
Whether the union’s current tag state has value “paper_published_link_view”.
-
Retrieves whether the union’s current tag state has value “password_change”.
Note
Call this method and ensure it returns true before accessing the
passwordChange
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordChange;
Swift
func isPasswordChange() -> Bool
Return Value
Whether the union’s current tag state has value “password_change”.
-
Retrieves whether the union’s current tag state has value “password_reset”.
Note
Call this method and ensure it returns true before accessing the
passwordReset
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordReset;
Swift
func isPasswordReset() -> Bool
Return Value
Whether the union’s current tag state has value “password_reset”.
-
Retrieves whether the union’s current tag state has value “password_reset_all”.
Note
Call this method and ensure it returns true before accessing the
passwordResetAll
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordResetAll;
Swift
func isPasswordResetAll() -> Bool
Return Value
Whether the union’s current tag state has value “password_reset_all”.
-
Retrieves whether the union’s current tag state has value “classification_create_report”.
Note
Call this method and ensure it returns true before accessing the
classificationCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReport;
Swift
func isClassificationCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “classification_create_report”.
-
Retrieves whether the union’s current tag state has value “classification_create_report_fail”.
Note
Call this method and ensure it returns true before accessing the
classificationCreateReportFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationCreateReportFail;
Swift
func isClassificationCreateReportFail() -> Bool
Return Value
Whether the union’s current tag state has value “classification_create_report_fail”.
-
Retrieves whether the union’s current tag state has value “emm_create_exceptions_report”.
Note
Call this method and ensure it returns true before accessing the
emmCreateExceptionsReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateExceptionsReport;
Swift
func isEmmCreateExceptionsReport() -> Bool
Return Value
Whether the union’s current tag state has value “emm_create_exceptions_report”.
-
Retrieves whether the union’s current tag state has value “emm_create_usage_report”.
Note
Call this method and ensure it returns true before accessing the
emmCreateUsageReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmCreateUsageReport;
Swift
func isEmmCreateUsageReport() -> Bool
Return Value
Whether the union’s current tag state has value “emm_create_usage_report”.
-
Retrieves whether the union’s current tag state has value “export_members_report”.
Note
Call this method and ensure it returns true before accessing the
exportMembersReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReport;
Swift
func isExportMembersReport() -> Bool
Return Value
Whether the union’s current tag state has value “export_members_report”.
-
Retrieves whether the union’s current tag state has value “export_members_report_fail”.
Note
Call this method and ensure it returns true before accessing the
exportMembersReportFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExportMembersReportFail;
Swift
func isExportMembersReportFail() -> Bool
Return Value
Whether the union’s current tag state has value “export_members_report_fail”.
-
Retrieves whether the union’s current tag state has value “external_sharing_create_report”.
Note
Call this method and ensure it returns true before accessing the
externalSharingCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingCreateReport;
Swift
func isExternalSharingCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “external_sharing_create_report”.
-
Retrieves whether the union’s current tag state has value “external_sharing_report_failed”.
Note
Call this method and ensure it returns true before accessing the
externalSharingReportFailed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalSharingReportFailed;
Swift
func isExternalSharingReportFailed() -> Bool
Return Value
Whether the union’s current tag state has value “external_sharing_report_failed”.
-
Retrieves whether the union’s current tag state has value “no_expiration_link_gen_create_report”.
Note
Call this method and ensure it returns true before accessing the
noExpirationLinkGenCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenCreateReport;
Swift
func isNoExpirationLinkGenCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “no_expiration_link_gen_create_report”.
-
Retrieves whether the union’s current tag state has value “no_expiration_link_gen_report_failed”.
Note
Call this method and ensure it returns true before accessing the
noExpirationLinkGenReportFailed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoExpirationLinkGenReportFailed;
Swift
func isNoExpirationLinkGenReportFailed() -> Bool
Return Value
Whether the union’s current tag state has value “no_expiration_link_gen_report_failed”.
-
Retrieves whether the union’s current tag state has value “no_password_link_gen_create_report”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkGenCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenCreateReport;
Swift
func isNoPasswordLinkGenCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “no_password_link_gen_create_report”.
-
Retrieves whether the union’s current tag state has value “no_password_link_gen_report_failed”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkGenReportFailed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkGenReportFailed;
Swift
func isNoPasswordLinkGenReportFailed() -> Bool
Return Value
Whether the union’s current tag state has value “no_password_link_gen_report_failed”.
-
Retrieves whether the union’s current tag state has value “no_password_link_view_create_report”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkViewCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewCreateReport;
Swift
func isNoPasswordLinkViewCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “no_password_link_view_create_report”.
-
Retrieves whether the union’s current tag state has value “no_password_link_view_report_failed”.
Note
Call this method and ensure it returns true before accessing the
noPasswordLinkViewReportFailed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoPasswordLinkViewReportFailed;
Swift
func isNoPasswordLinkViewReportFailed() -> Bool
Return Value
Whether the union’s current tag state has value “no_password_link_view_report_failed”.
-
Retrieves whether the union’s current tag state has value “outdated_link_view_create_report”.
Note
Call this method and ensure it returns true before accessing the
outdatedLinkViewCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewCreateReport;
Swift
func isOutdatedLinkViewCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “outdated_link_view_create_report”.
-
Retrieves whether the union’s current tag state has value “outdated_link_view_report_failed”.
Note
Call this method and ensure it returns true before accessing the
outdatedLinkViewReportFailed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOutdatedLinkViewReportFailed;
Swift
func isOutdatedLinkViewReportFailed() -> Bool
Return Value
Whether the union’s current tag state has value “outdated_link_view_report_failed”.
-
Retrieves whether the union’s current tag state has value “paper_admin_export_start”.
Note
Call this method and ensure it returns true before accessing the
paperAdminExportStart
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperAdminExportStart;
Swift
func isPaperAdminExportStart() -> Bool
Return Value
Whether the union’s current tag state has value “paper_admin_export_start”.
-
Retrieves whether the union’s current tag state has value “smart_sync_create_admin_privilege_report”.
Note
Call this method and ensure it returns true before accessing the
smartSyncCreateAdminPrivilegeReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncCreateAdminPrivilegeReport;
Swift
func isSmartSyncCreateAdminPrivilegeReport() -> Bool
Return Value
Whether the union’s current tag state has value “smart_sync_create_admin_privilege_report”.
-
Retrieves whether the union’s current tag state has value “team_activity_create_report”.
Note
Call this method and ensure it returns true before accessing the
teamActivityCreateReport
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReport;
Swift
func isTeamActivityCreateReport() -> Bool
Return Value
Whether the union’s current tag state has value “team_activity_create_report”.
-
Retrieves whether the union’s current tag state has value “team_activity_create_report_fail”.
Note
Call this method and ensure it returns true before accessing the
teamActivityCreateReportFail
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamActivityCreateReportFail;
Swift
func isTeamActivityCreateReportFail() -> Bool
Return Value
Whether the union’s current tag state has value “team_activity_create_report_fail”.
-
Retrieves whether the union’s current tag state has value “collection_share”.
Note
Call this method and ensure it returns true before accessing the
collectionShare
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCollectionShare;
Swift
func isCollectionShare() -> Bool
Return Value
Whether the union’s current tag state has value “collection_share”.
-
Retrieves whether the union’s current tag state has value “file_transfers_file_add”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersFileAdd
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersFileAdd;
Swift
func isFileTransfersFileAdd() -> Bool
Return Value
Whether the union’s current tag state has value “file_transfers_file_add”.
-
Retrieves whether the union’s current tag state has value “file_transfers_transfer_delete”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDelete;
Swift
func isFileTransfersTransferDelete() -> Bool
Return Value
Whether the union’s current tag state has value “file_transfers_transfer_delete”.
-
Retrieves whether the union’s current tag state has value “file_transfers_transfer_download”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferDownload
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferDownload;
Swift
func isFileTransfersTransferDownload() -> Bool
Return Value
Whether the union’s current tag state has value “file_transfers_transfer_download”.
-
Retrieves whether the union’s current tag state has value “file_transfers_transfer_send”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferSend
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferSend;
Swift
func isFileTransfersTransferSend() -> Bool
Return Value
Whether the union’s current tag state has value “file_transfers_transfer_send”.
-
Retrieves whether the union’s current tag state has value “file_transfers_transfer_view”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersTransferView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersTransferView;
Swift
func isFileTransfersTransferView() -> Bool
Return Value
Whether the union’s current tag state has value “file_transfers_transfer_view”.
-
Retrieves whether the union’s current tag state has value “note_acl_invite_only”.
Note
Call this method and ensure it returns true before accessing the
noteAclInviteOnly
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclInviteOnly;
Swift
func isNoteAclInviteOnly() -> Bool
Return Value
Whether the union’s current tag state has value “note_acl_invite_only”.
-
Retrieves whether the union’s current tag state has value “note_acl_link”.
Note
Call this method and ensure it returns true before accessing the
noteAclLink
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclLink;
Swift
func isNoteAclLink() -> Bool
Return Value
Whether the union’s current tag state has value “note_acl_link”.
-
Retrieves whether the union’s current tag state has value “note_acl_team_link”.
Note
Call this method and ensure it returns true before accessing the
noteAclTeamLink
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteAclTeamLink;
Swift
func isNoteAclTeamLink() -> Bool
Return Value
Whether the union’s current tag state has value “note_acl_team_link”.
-
Retrieves whether the union’s current tag state has value “note_shared”.
Note
Call this method and ensure it returns true before accessing the
noteShared
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteShared;
Swift
func isNoteShared() -> Bool
Return Value
Whether the union’s current tag state has value “note_shared”.
-
Retrieves whether the union’s current tag state has value “note_share_receive”.
Note
Call this method and ensure it returns true before accessing the
noteShareReceive
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNoteShareReceive;
Swift
func isNoteShareReceive() -> Bool
Return Value
Whether the union’s current tag state has value “note_share_receive”.
-
Retrieves whether the union’s current tag state has value “open_note_shared”.
Note
Call this method and ensure it returns true before accessing the
openNoteShared
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isOpenNoteShared;
Swift
func isOpenNoteShared() -> Bool
Return Value
Whether the union’s current tag state has value “open_note_shared”.
-
Retrieves whether the union’s current tag state has value “sf_add_group”.
Note
Call this method and ensure it returns true before accessing the
sfAddGroup
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAddGroup;
Swift
func isSfAddGroup() -> Bool
Return Value
Whether the union’s current tag state has value “sf_add_group”.
-
Retrieves whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links”.
Note
Call this method and ensure it returns true before accessing the
sfAllowNonMembersToViewSharedLinks
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfAllowNonMembersToViewSharedLinks;
Swift
func isSfAllowNonMembersToViewSharedLinks() -> Bool
Return Value
Whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links”.
-
Retrieves whether the union’s current tag state has value “sf_external_invite_warn”.
Note
Call this method and ensure it returns true before accessing the
sfExternalInviteWarn
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfExternalInviteWarn;
Swift
func isSfExternalInviteWarn() -> Bool
Return Value
Whether the union’s current tag state has value “sf_external_invite_warn”.
-
Retrieves whether the union’s current tag state has value “sf_fb_invite”.
Note
Call this method and ensure it returns true before accessing the
sfFbInvite
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInvite;
Swift
func isSfFbInvite() -> Bool
Return Value
Whether the union’s current tag state has value “sf_fb_invite”.
-
Retrieves whether the union’s current tag state has value “sf_fb_invite_change_role”.
Note
Call this method and ensure it returns true before accessing the
sfFbInviteChangeRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbInviteChangeRole;
Swift
func isSfFbInviteChangeRole() -> Bool
Return Value
Whether the union’s current tag state has value “sf_fb_invite_change_role”.
-
Retrieves whether the union’s current tag state has value “sf_fb_uninvite”.
Note
Call this method and ensure it returns true before accessing the
sfFbUninvite
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfFbUninvite;
Swift
func isSfFbUninvite() -> Bool
Return Value
Whether the union’s current tag state has value “sf_fb_uninvite”.
-
Retrieves whether the union’s current tag state has value “sf_invite_group”.
Note
Call this method and ensure it returns true before accessing the
sfInviteGroup
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfInviteGroup;
Swift
func isSfInviteGroup() -> Bool
Return Value
Whether the union’s current tag state has value “sf_invite_group”.
-
Retrieves whether the union’s current tag state has value “sf_team_grant_access”.
Note
Call this method and ensure it returns true before accessing the
sfTeamGrantAccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamGrantAccess;
Swift
func isSfTeamGrantAccess() -> Bool
Return Value
Whether the union’s current tag state has value “sf_team_grant_access”.
-
Retrieves whether the union’s current tag state has value “sf_team_invite”.
Note
Call this method and ensure it returns true before accessing the
sfTeamInvite
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInvite;
Swift
func isSfTeamInvite() -> Bool
Return Value
Whether the union’s current tag state has value “sf_team_invite”.
-
Retrieves whether the union’s current tag state has value “sf_team_invite_change_role”.
Note
Call this method and ensure it returns true before accessing the
sfTeamInviteChangeRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamInviteChangeRole;
Swift
func isSfTeamInviteChangeRole() -> Bool
Return Value
Whether the union’s current tag state has value “sf_team_invite_change_role”.
-
Retrieves whether the union’s current tag state has value “sf_team_join”.
Note
Call this method and ensure it returns true before accessing the
sfTeamJoin
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoin;
Swift
func isSfTeamJoin() -> Bool
Return Value
Whether the union’s current tag state has value “sf_team_join”.
-
Retrieves whether the union’s current tag state has value “sf_team_join_from_oob_link”.
Note
Call this method and ensure it returns true before accessing the
sfTeamJoinFromOobLink
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamJoinFromOobLink;
Swift
func isSfTeamJoinFromOobLink() -> Bool
Return Value
Whether the union’s current tag state has value “sf_team_join_from_oob_link”.
-
Retrieves whether the union’s current tag state has value “sf_team_uninvite”.
Note
Call this method and ensure it returns true before accessing the
sfTeamUninvite
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSfTeamUninvite;
Swift
func isSfTeamUninvite() -> Bool
Return Value
Whether the union’s current tag state has value “sf_team_uninvite”.
-
Retrieves whether the union’s current tag state has value “shared_content_add_invitees”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddInvitees
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddInvitees;
Swift
func isSharedContentAddInvitees() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_add_invitees”.
-
Retrieves whether the union’s current tag state has value “shared_content_add_link_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddLinkExpiry
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkExpiry;
Swift
func isSharedContentAddLinkExpiry() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_add_link_expiry”.
-
Retrieves whether the union’s current tag state has value “shared_content_add_link_password”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddLinkPassword
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddLinkPassword;
Swift
func isSharedContentAddLinkPassword() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_add_link_password”.
-
Retrieves whether the union’s current tag state has value “shared_content_add_member”.
Note
Call this method and ensure it returns true before accessing the
sharedContentAddMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentAddMember;
Swift
func isSharedContentAddMember() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_add_member”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_downloads_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeDownloadsPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeDownloadsPolicy;
Swift
func isSharedContentChangeDownloadsPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_downloads_policy”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_invitee_role”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeInviteeRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeInviteeRole;
Swift
func isSharedContentChangeInviteeRole() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_invitee_role”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_link_audience”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkAudience
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkAudience;
Swift
func isSharedContentChangeLinkAudience() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_link_audience”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_link_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkExpiry
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkExpiry;
Swift
func isSharedContentChangeLinkExpiry() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_link_expiry”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_link_password”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeLinkPassword
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeLinkPassword;
Swift
func isSharedContentChangeLinkPassword() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_link_password”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_member_role”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeMemberRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeMemberRole;
Swift
func isSharedContentChangeMemberRole() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_member_role”.
-
Retrieves whether the union’s current tag state has value “shared_content_change_viewer_info_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedContentChangeViewerInfoPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentChangeViewerInfoPolicy;
Swift
func isSharedContentChangeViewerInfoPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_change_viewer_info_policy”.
-
Retrieves whether the union’s current tag state has value “shared_content_claim_invitation”.
Note
Call this method and ensure it returns true before accessing the
sharedContentClaimInvitation
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentClaimInvitation;
Swift
func isSharedContentClaimInvitation() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_claim_invitation”.
-
Retrieves whether the union’s current tag state has value “shared_content_copy”.
Note
Call this method and ensure it returns true before accessing the
sharedContentCopy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentCopy;
Swift
func isSharedContentCopy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_copy”.
-
Retrieves whether the union’s current tag state has value “shared_content_download”.
Note
Call this method and ensure it returns true before accessing the
sharedContentDownload
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentDownload;
Swift
func isSharedContentDownload() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_download”.
-
Retrieves whether the union’s current tag state has value “shared_content_relinquish_membership”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRelinquishMembership
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRelinquishMembership;
Swift
func isSharedContentRelinquishMembership() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_relinquish_membership”.
-
Retrieves whether the union’s current tag state has value “shared_content_remove_invitees”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveInvitees
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveInvitees;
Swift
func isSharedContentRemoveInvitees() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_remove_invitees”.
-
Retrieves whether the union’s current tag state has value “shared_content_remove_link_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveLinkExpiry
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkExpiry;
Swift
func isSharedContentRemoveLinkExpiry() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_remove_link_expiry”.
-
Retrieves whether the union’s current tag state has value “shared_content_remove_link_password”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveLinkPassword
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveLinkPassword;
Swift
func isSharedContentRemoveLinkPassword() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_remove_link_password”.
-
Retrieves whether the union’s current tag state has value “shared_content_remove_member”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRemoveMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRemoveMember;
Swift
func isSharedContentRemoveMember() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_remove_member”.
-
Retrieves whether the union’s current tag state has value “shared_content_request_access”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRequestAccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRequestAccess;
Swift
func isSharedContentRequestAccess() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_request_access”.
-
Retrieves whether the union’s current tag state has value “shared_content_restore_invitees”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRestoreInvitees
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreInvitees;
Swift
func isSharedContentRestoreInvitees() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_restore_invitees”.
-
Retrieves whether the union’s current tag state has value “shared_content_restore_member”.
Note
Call this method and ensure it returns true before accessing the
sharedContentRestoreMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentRestoreMember;
Swift
func isSharedContentRestoreMember() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_restore_member”.
-
Retrieves whether the union’s current tag state has value “shared_content_unshare”.
Note
Call this method and ensure it returns true before accessing the
sharedContentUnshare
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentUnshare;
Swift
func isSharedContentUnshare() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_unshare”.
-
Retrieves whether the union’s current tag state has value “shared_content_view”.
Note
Call this method and ensure it returns true before accessing the
sharedContentView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedContentView;
Swift
func isSharedContentView() -> Bool
Return Value
Whether the union’s current tag state has value “shared_content_view”.
-
Retrieves whether the union’s current tag state has value “shared_folder_change_link_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeLinkPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeLinkPolicy;
Swift
func isSharedFolderChangeLinkPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_change_link_policy”.
-
Retrieves whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersInheritancePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersInheritancePolicy;
Swift
func isSharedFolderChangeMembersInheritancePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy”.
-
Retrieves whether the union’s current tag state has value “shared_folder_change_members_management_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersManagementPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersManagementPolicy;
Swift
func isSharedFolderChangeMembersManagementPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_change_members_management_policy”.
-
Retrieves whether the union’s current tag state has value “shared_folder_change_members_policy”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderChangeMembersPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderChangeMembersPolicy;
Swift
func isSharedFolderChangeMembersPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_change_members_policy”.
-
Retrieves whether the union’s current tag state has value “shared_folder_create”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderCreate;
Swift
func isSharedFolderCreate() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_create”.
-
Retrieves whether the union’s current tag state has value “shared_folder_decline_invitation”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderDeclineInvitation
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderDeclineInvitation;
Swift
func isSharedFolderDeclineInvitation() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_decline_invitation”.
-
Retrieves whether the union’s current tag state has value “shared_folder_mount”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderMount
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderMount;
Swift
func isSharedFolderMount() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_mount”.
-
Retrieves whether the union’s current tag state has value “shared_folder_nest”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderNest
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderNest;
Swift
func isSharedFolderNest() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_nest”.
-
Retrieves whether the union’s current tag state has value “shared_folder_transfer_ownership”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderTransferOwnership
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderTransferOwnership;
Swift
func isSharedFolderTransferOwnership() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_transfer_ownership”.
-
Retrieves whether the union’s current tag state has value “shared_folder_unmount”.
Note
Call this method and ensure it returns true before accessing the
sharedFolderUnmount
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedFolderUnmount;
Swift
func isSharedFolderUnmount() -> Bool
Return Value
Whether the union’s current tag state has value “shared_folder_unmount”.
-
Retrieves whether the union’s current tag state has value “shared_link_add_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkAddExpiry
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkAddExpiry;
Swift
func isSharedLinkAddExpiry() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_add_expiry”.
-
Retrieves whether the union’s current tag state has value “shared_link_change_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkChangeExpiry
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeExpiry;
Swift
func isSharedLinkChangeExpiry() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_change_expiry”.
-
Retrieves whether the union’s current tag state has value “shared_link_change_visibility”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkChangeVisibility
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkChangeVisibility;
Swift
func isSharedLinkChangeVisibility() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_change_visibility”.
-
Retrieves whether the union’s current tag state has value “shared_link_copy”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkCopy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCopy;
Swift
func isSharedLinkCopy() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_copy”.
-
Retrieves whether the union’s current tag state has value “shared_link_create”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkCreate;
Swift
func isSharedLinkCreate() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_create”.
-
Retrieves whether the union’s current tag state has value “shared_link_disable”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkDisable
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDisable;
Swift
func isSharedLinkDisable() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_disable”.
-
Retrieves whether the union’s current tag state has value “shared_link_download”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkDownload
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkDownload;
Swift
func isSharedLinkDownload() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_download”.
-
Retrieves whether the union’s current tag state has value “shared_link_remove_expiry”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkRemoveExpiry
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkRemoveExpiry;
Swift
func isSharedLinkRemoveExpiry() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_remove_expiry”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_add_expiration”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAddExpiration
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddExpiration;
Swift
func isSharedLinkSettingsAddExpiration() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_add_expiration”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_add_password”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAddPassword
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAddPassword;
Swift
func isSharedLinkSettingsAddPassword() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_add_password”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_disabled”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAllowDownloadDisabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadDisabled;
Swift
func isSharedLinkSettingsAllowDownloadDisabled() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_allow_download_disabled”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_enabled”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsAllowDownloadEnabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsAllowDownloadEnabled;
Swift
func isSharedLinkSettingsAllowDownloadEnabled() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_allow_download_enabled”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_change_audience”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangeAudience
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeAudience;
Swift
func isSharedLinkSettingsChangeAudience() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_change_audience”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_change_expiration”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangeExpiration
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangeExpiration;
Swift
func isSharedLinkSettingsChangeExpiration() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_change_expiration”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_change_password”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsChangePassword
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsChangePassword;
Swift
func isSharedLinkSettingsChangePassword() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_change_password”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_remove_expiration”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsRemoveExpiration
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemoveExpiration;
Swift
func isSharedLinkSettingsRemoveExpiration() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_remove_expiration”.
-
Retrieves whether the union’s current tag state has value “shared_link_settings_remove_password”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkSettingsRemovePassword
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkSettingsRemovePassword;
Swift
func isSharedLinkSettingsRemovePassword() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_settings_remove_password”.
-
Retrieves whether the union’s current tag state has value “shared_link_share”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkShare
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkShare;
Swift
func isSharedLinkShare() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_share”.
-
Retrieves whether the union’s current tag state has value “shared_link_view”.
Note
Call this method and ensure it returns true before accessing the
sharedLinkView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedLinkView;
Swift
func isSharedLinkView() -> Bool
Return Value
Whether the union’s current tag state has value “shared_link_view”.
-
Retrieves whether the union’s current tag state has value “shared_note_opened”.
Note
Call this method and ensure it returns true before accessing the
sharedNoteOpened
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharedNoteOpened;
Swift
func isSharedNoteOpened() -> Bool
Return Value
Whether the union’s current tag state has value “shared_note_opened”.
-
Retrieves whether the union’s current tag state has value “shmodel_disable_downloads”.
Note
Call this method and ensure it returns true before accessing the
shmodelDisableDownloads
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelDisableDownloads;
Swift
func isShmodelDisableDownloads() -> Bool
Return Value
Whether the union’s current tag state has value “shmodel_disable_downloads”.
-
Retrieves whether the union’s current tag state has value “shmodel_enable_downloads”.
Note
Call this method and ensure it returns true before accessing the
shmodelEnableDownloads
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelEnableDownloads;
Swift
func isShmodelEnableDownloads() -> Bool
Return Value
Whether the union’s current tag state has value “shmodel_enable_downloads”.
-
Retrieves whether the union’s current tag state has value “shmodel_group_share”.
Note
Call this method and ensure it returns true before accessing the
shmodelGroupShare
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShmodelGroupShare;
Swift
func isShmodelGroupShare() -> Bool
Return Value
Whether the union’s current tag state has value “shmodel_group_share”.
-
Retrieves whether the union’s current tag state has value “showcase_access_granted”.
Note
Call this method and ensure it returns true before accessing the
showcaseAccessGranted
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAccessGranted;
Swift
func isShowcaseAccessGranted() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_access_granted”.
-
Retrieves whether the union’s current tag state has value “showcase_add_member”.
Note
Call this method and ensure it returns true before accessing the
showcaseAddMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseAddMember;
Swift
func isShowcaseAddMember() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_add_member”.
-
Retrieves whether the union’s current tag state has value “showcase_archived”.
Note
Call this method and ensure it returns true before accessing the
showcaseArchived
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseArchived;
Swift
func isShowcaseArchived() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_archived”.
-
Retrieves whether the union’s current tag state has value “showcase_created”.
Note
Call this method and ensure it returns true before accessing the
showcaseCreated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseCreated;
Swift
func isShowcaseCreated() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_created”.
-
Retrieves whether the union’s current tag state has value “showcase_delete_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseDeleteComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseDeleteComment;
Swift
func isShowcaseDeleteComment() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_delete_comment”.
-
Retrieves whether the union’s current tag state has value “showcase_edited”.
Note
Call this method and ensure it returns true before accessing the
showcaseEdited
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEdited;
Swift
func isShowcaseEdited() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_edited”.
-
Retrieves whether the union’s current tag state has value “showcase_edit_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseEditComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseEditComment;
Swift
func isShowcaseEditComment() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_edit_comment”.
-
Retrieves whether the union’s current tag state has value “showcase_file_added”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileAdded
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileAdded;
Swift
func isShowcaseFileAdded() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_file_added”.
-
Retrieves whether the union’s current tag state has value “showcase_file_download”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileDownload
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileDownload;
Swift
func isShowcaseFileDownload() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_file_download”.
-
Retrieves whether the union’s current tag state has value “showcase_file_removed”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileRemoved
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileRemoved;
Swift
func isShowcaseFileRemoved() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_file_removed”.
-
Retrieves whether the union’s current tag state has value “showcase_file_view”.
Note
Call this method and ensure it returns true before accessing the
showcaseFileView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseFileView;
Swift
func isShowcaseFileView() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_file_view”.
-
Retrieves whether the union’s current tag state has value “showcase_permanently_deleted”.
Note
Call this method and ensure it returns true before accessing the
showcasePermanentlyDeleted
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePermanentlyDeleted;
Swift
func isShowcasePermanentlyDeleted() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_permanently_deleted”.
-
Retrieves whether the union’s current tag state has value “showcase_post_comment”.
Note
Call this method and ensure it returns true before accessing the
showcasePostComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcasePostComment;
Swift
func isShowcasePostComment() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_post_comment”.
-
Retrieves whether the union’s current tag state has value “showcase_remove_member”.
Note
Call this method and ensure it returns true before accessing the
showcaseRemoveMember
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRemoveMember;
Swift
func isShowcaseRemoveMember() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_remove_member”.
-
Retrieves whether the union’s current tag state has value “showcase_renamed”.
Note
Call this method and ensure it returns true before accessing the
showcaseRenamed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRenamed;
Swift
func isShowcaseRenamed() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_renamed”.
-
Retrieves whether the union’s current tag state has value “showcase_request_access”.
Note
Call this method and ensure it returns true before accessing the
showcaseRequestAccess
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRequestAccess;
Swift
func isShowcaseRequestAccess() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_request_access”.
-
Retrieves whether the union’s current tag state has value “showcase_resolve_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseResolveComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseResolveComment;
Swift
func isShowcaseResolveComment() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_resolve_comment”.
-
Retrieves whether the union’s current tag state has value “showcase_restored”.
Note
Call this method and ensure it returns true before accessing the
showcaseRestored
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseRestored;
Swift
func isShowcaseRestored() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_restored”.
-
Retrieves whether the union’s current tag state has value “showcase_trashed”.
Note
Call this method and ensure it returns true before accessing the
showcaseTrashed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashed;
Swift
func isShowcaseTrashed() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_trashed”.
-
Retrieves whether the union’s current tag state has value “showcase_trashed_deprecated”.
Note
Call this method and ensure it returns true before accessing the
showcaseTrashedDeprecated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseTrashedDeprecated;
Swift
func isShowcaseTrashedDeprecated() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_trashed_deprecated”.
-
Retrieves whether the union’s current tag state has value “showcase_unresolve_comment”.
Note
Call this method and ensure it returns true before accessing the
showcaseUnresolveComment
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUnresolveComment;
Swift
func isShowcaseUnresolveComment() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_unresolve_comment”.
-
Retrieves whether the union’s current tag state has value “showcase_untrashed”.
Note
Call this method and ensure it returns true before accessing the
showcaseUntrashed
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashed;
Swift
func isShowcaseUntrashed() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_untrashed”.
-
Retrieves whether the union’s current tag state has value “showcase_untrashed_deprecated”.
Note
Call this method and ensure it returns true before accessing the
showcaseUntrashedDeprecated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseUntrashedDeprecated;
Swift
func isShowcaseUntrashedDeprecated() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_untrashed_deprecated”.
-
Retrieves whether the union’s current tag state has value “showcase_view”.
Note
Call this method and ensure it returns true before accessing the
showcaseView
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseView;
Swift
func isShowcaseView() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_view”.
-
Retrieves whether the union’s current tag state has value “sso_add_cert”.
Note
Call this method and ensure it returns true before accessing the
ssoAddCert
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddCert;
Swift
func isSsoAddCert() -> Bool
Return Value
Whether the union’s current tag state has value “sso_add_cert”.
-
Retrieves whether the union’s current tag state has value “sso_add_login_url”.
Note
Call this method and ensure it returns true before accessing the
ssoAddLoginUrl
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLoginUrl;
Swift
func isSsoAddLoginUrl() -> Bool
Return Value
Whether the union’s current tag state has value “sso_add_login_url”.
-
Retrieves whether the union’s current tag state has value “sso_add_logout_url”.
Note
Call this method and ensure it returns true before accessing the
ssoAddLogoutUrl
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoAddLogoutUrl;
Swift
func isSsoAddLogoutUrl() -> Bool
Return Value
Whether the union’s current tag state has value “sso_add_logout_url”.
-
Retrieves whether the union’s current tag state has value “sso_change_cert”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeCert
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeCert;
Swift
func isSsoChangeCert() -> Bool
Return Value
Whether the union’s current tag state has value “sso_change_cert”.
-
Retrieves whether the union’s current tag state has value “sso_change_login_url”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeLoginUrl
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLoginUrl;
Swift
func isSsoChangeLoginUrl() -> Bool
Return Value
Whether the union’s current tag state has value “sso_change_login_url”.
-
Retrieves whether the union’s current tag state has value “sso_change_logout_url”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeLogoutUrl
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeLogoutUrl;
Swift
func isSsoChangeLogoutUrl() -> Bool
Return Value
Whether the union’s current tag state has value “sso_change_logout_url”.
-
Retrieves whether the union’s current tag state has value “sso_change_saml_identity_mode”.
Note
Call this method and ensure it returns true before accessing the
ssoChangeSamlIdentityMode
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangeSamlIdentityMode;
Swift
func isSsoChangeSamlIdentityMode() -> Bool
Return Value
Whether the union’s current tag state has value “sso_change_saml_identity_mode”.
-
Retrieves whether the union’s current tag state has value “sso_remove_cert”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveCert
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveCert;
Swift
func isSsoRemoveCert() -> Bool
Return Value
Whether the union’s current tag state has value “sso_remove_cert”.
-
Retrieves whether the union’s current tag state has value “sso_remove_login_url”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveLoginUrl
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLoginUrl;
Swift
func isSsoRemoveLoginUrl() -> Bool
Return Value
Whether the union’s current tag state has value “sso_remove_login_url”.
-
Retrieves whether the union’s current tag state has value “sso_remove_logout_url”.
Note
Call this method and ensure it returns true before accessing the
ssoRemoveLogoutUrl
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoRemoveLogoutUrl;
Swift
func isSsoRemoveLogoutUrl() -> Bool
Return Value
Whether the union’s current tag state has value “sso_remove_logout_url”.
-
Retrieves whether the union’s current tag state has value “team_folder_change_status”.
Note
Call this method and ensure it returns true before accessing the
teamFolderChangeStatus
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderChangeStatus;
Swift
func isTeamFolderChangeStatus() -> Bool
Return Value
Whether the union’s current tag state has value “team_folder_change_status”.
-
Retrieves whether the union’s current tag state has value “team_folder_create”.
Note
Call this method and ensure it returns true before accessing the
teamFolderCreate
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderCreate;
Swift
func isTeamFolderCreate() -> Bool
Return Value
Whether the union’s current tag state has value “team_folder_create”.
-
Retrieves whether the union’s current tag state has value “team_folder_downgrade”.
Note
Call this method and ensure it returns true before accessing the
teamFolderDowngrade
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderDowngrade;
Swift
func isTeamFolderDowngrade() -> Bool
Return Value
Whether the union’s current tag state has value “team_folder_downgrade”.
-
Retrieves whether the union’s current tag state has value “team_folder_permanently_delete”.
Note
Call this method and ensure it returns true before accessing the
teamFolderPermanentlyDelete
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderPermanentlyDelete;
Swift
func isTeamFolderPermanentlyDelete() -> Bool
Return Value
Whether the union’s current tag state has value “team_folder_permanently_delete”.
-
Retrieves whether the union’s current tag state has value “team_folder_rename”.
Note
Call this method and ensure it returns true before accessing the
teamFolderRename
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamFolderRename;
Swift
func isTeamFolderRename() -> Bool
Return Value
Whether the union’s current tag state has value “team_folder_rename”.
-
Retrieves whether the union’s current tag state has value “team_selective_sync_settings_changed”.
Note
Call this method and ensure it returns true before accessing the
teamSelectiveSyncSettingsChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncSettingsChanged;
Swift
func isTeamSelectiveSyncSettingsChanged() -> Bool
Return Value
Whether the union’s current tag state has value “team_selective_sync_settings_changed”.
-
Retrieves whether the union’s current tag state has value “account_capture_change_policy”.
Note
Call this method and ensure it returns true before accessing the
accountCaptureChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAccountCaptureChangePolicy;
Swift
func isAccountCaptureChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “account_capture_change_policy”.
-
Retrieves whether the union’s current tag state has value “admin_email_reminders_changed”.
Note
Call this method and ensure it returns true before accessing the
adminEmailRemindersChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAdminEmailRemindersChanged;
Swift
func isAdminEmailRemindersChanged() -> Bool
Return Value
Whether the union’s current tag state has value “admin_email_reminders_changed”.
-
Retrieves whether the union’s current tag state has value “allow_download_disabled”.
Note
Call this method and ensure it returns true before accessing the
allowDownloadDisabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadDisabled;
Swift
func isAllowDownloadDisabled() -> Bool
Return Value
Whether the union’s current tag state has value “allow_download_disabled”.
-
Retrieves whether the union’s current tag state has value “allow_download_enabled”.
Note
Call this method and ensure it returns true before accessing the
allowDownloadEnabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAllowDownloadEnabled;
Swift
func isAllowDownloadEnabled() -> Bool
Return Value
Whether the union’s current tag state has value “allow_download_enabled”.
-
Retrieves whether the union’s current tag state has value “app_permissions_changed”.
Note
Call this method and ensure it returns true before accessing the
appPermissionsChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isAppPermissionsChanged;
Swift
func isAppPermissionsChanged() -> Bool
Return Value
Whether the union’s current tag state has value “app_permissions_changed”.
-
Retrieves whether the union’s current tag state has value “camera_uploads_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
cameraUploadsPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCameraUploadsPolicyChanged;
Swift
func isCameraUploadsPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “camera_uploads_policy_changed”.
-
Retrieves whether the union’s current tag state has value “capture_transcript_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
captureTranscriptPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isCaptureTranscriptPolicyChanged;
Swift
func isCaptureTranscriptPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “capture_transcript_policy_changed”.
-
Retrieves whether the union’s current tag state has value “classification_change_policy”.
Note
Call this method and ensure it returns true before accessing the
classificationChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isClassificationChangePolicy;
Swift
func isClassificationChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “classification_change_policy”.
-
Retrieves whether the union’s current tag state has value “computer_backup_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
computerBackupPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isComputerBackupPolicyChanged;
Swift
func isComputerBackupPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “computer_backup_policy_changed”.
-
Retrieves whether the union’s current tag state has value “content_administration_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
contentAdministrationPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isContentAdministrationPolicyChanged;
Swift
func isContentAdministrationPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “content_administration_policy_changed”.
-
Retrieves whether the union’s current tag state has value “data_placement_restriction_change_policy”.
Note
Call this method and ensure it returns true before accessing the
dataPlacementRestrictionChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionChangePolicy;
Swift
func isDataPlacementRestrictionChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “data_placement_restriction_change_policy”.
-
Retrieves whether the union’s current tag state has value “data_placement_restriction_satisfy_policy”.
Note
Call this method and ensure it returns true before accessing the
dataPlacementRestrictionSatisfyPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataPlacementRestrictionSatisfyPolicy;
Swift
func isDataPlacementRestrictionSatisfyPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “data_placement_restriction_satisfy_policy”.
-
Retrieves whether the union’s current tag state has value “device_approvals_add_exception”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsAddException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsAddException;
Swift
func isDeviceApprovalsAddException() -> Bool
Return Value
Whether the union’s current tag state has value “device_approvals_add_exception”.
-
Retrieves whether the union’s current tag state has value “device_approvals_change_desktop_policy”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeDesktopPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeDesktopPolicy;
Swift
func isDeviceApprovalsChangeDesktopPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “device_approvals_change_desktop_policy”.
-
Retrieves whether the union’s current tag state has value “device_approvals_change_mobile_policy”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeMobilePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeMobilePolicy;
Swift
func isDeviceApprovalsChangeMobilePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “device_approvals_change_mobile_policy”.
-
Retrieves whether the union’s current tag state has value “device_approvals_change_overage_action”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeOverageAction
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeOverageAction;
Swift
func isDeviceApprovalsChangeOverageAction() -> Bool
Return Value
Whether the union’s current tag state has value “device_approvals_change_overage_action”.
-
Retrieves whether the union’s current tag state has value “device_approvals_change_unlink_action”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsChangeUnlinkAction
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsChangeUnlinkAction;
Swift
func isDeviceApprovalsChangeUnlinkAction() -> Bool
Return Value
Whether the union’s current tag state has value “device_approvals_change_unlink_action”.
-
Retrieves whether the union’s current tag state has value “device_approvals_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
deviceApprovalsRemoveException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDeviceApprovalsRemoveException;
Swift
func isDeviceApprovalsRemoveException() -> Bool
Return Value
Whether the union’s current tag state has value “device_approvals_remove_exception”.
-
Retrieves whether the union’s current tag state has value “directory_restrictions_add_members”.
Note
Call this method and ensure it returns true before accessing the
directoryRestrictionsAddMembers
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsAddMembers;
Swift
func isDirectoryRestrictionsAddMembers() -> Bool
Return Value
Whether the union’s current tag state has value “directory_restrictions_add_members”.
-
Retrieves whether the union’s current tag state has value “directory_restrictions_remove_members”.
Note
Call this method and ensure it returns true before accessing the
directoryRestrictionsRemoveMembers
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDirectoryRestrictionsRemoveMembers;
Swift
func isDirectoryRestrictionsRemoveMembers() -> Bool
Return Value
Whether the union’s current tag state has value “directory_restrictions_remove_members”.
-
Retrieves whether the union’s current tag state has value “dropbox_passwords_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
dropboxPasswordsPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDropboxPasswordsPolicyChanged;
Swift
func isDropboxPasswordsPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “dropbox_passwords_policy_changed”.
-
Retrieves whether the union’s current tag state has value “email_ingest_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
emailIngestPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmailIngestPolicyChanged;
Swift
func isEmailIngestPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “email_ingest_policy_changed”.
-
Retrieves whether the union’s current tag state has value “emm_add_exception”.
Note
Call this method and ensure it returns true before accessing the
emmAddException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmAddException;
Swift
func isEmmAddException() -> Bool
Return Value
Whether the union’s current tag state has value “emm_add_exception”.
-
Retrieves whether the union’s current tag state has value “emm_change_policy”.
Note
Call this method and ensure it returns true before accessing the
emmChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmChangePolicy;
Swift
func isEmmChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “emm_change_policy”.
-
Retrieves whether the union’s current tag state has value “emm_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
emmRemoveException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEmmRemoveException;
Swift
func isEmmRemoveException() -> Bool
Return Value
Whether the union’s current tag state has value “emm_remove_exception”.
-
Retrieves whether the union’s current tag state has value “extended_version_history_change_policy”.
Note
Call this method and ensure it returns true before accessing the
extendedVersionHistoryChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExtendedVersionHistoryChangePolicy;
Swift
func isExtendedVersionHistoryChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “extended_version_history_change_policy”.
-
Retrieves whether the union’s current tag state has value “external_drive_backup_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
externalDriveBackupPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isExternalDriveBackupPolicyChanged;
Swift
func isExternalDriveBackupPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “external_drive_backup_policy_changed”.
-
Retrieves whether the union’s current tag state has value “file_comments_change_policy”.
Note
Call this method and ensure it returns true before accessing the
fileCommentsChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileCommentsChangePolicy;
Swift
func isFileCommentsChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “file_comments_change_policy”.
-
Retrieves whether the union’s current tag state has value “file_locking_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
fileLockingPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileLockingPolicyChanged;
Swift
func isFileLockingPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “file_locking_policy_changed”.
-
Retrieves whether the union’s current tag state has value “file_provider_migration_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
fileProviderMigrationPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileProviderMigrationPolicyChanged;
Swift
func isFileProviderMigrationPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “file_provider_migration_policy_changed”.
-
Retrieves whether the union’s current tag state has value “file_requests_change_policy”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsChangePolicy;
Swift
func isFileRequestsChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “file_requests_change_policy”.
-
Retrieves whether the union’s current tag state has value “file_requests_emails_enabled”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsEmailsEnabled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsEnabled;
Swift
func isFileRequestsEmailsEnabled() -> Bool
Return Value
Whether the union’s current tag state has value “file_requests_emails_enabled”.
-
Retrieves whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only”.
Note
Call this method and ensure it returns true before accessing the
fileRequestsEmailsRestrictedToTeamOnly
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileRequestsEmailsRestrictedToTeamOnly;
Swift
func isFileRequestsEmailsRestrictedToTeamOnly() -> Bool
Return Value
Whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only”.
-
Retrieves whether the union’s current tag state has value “file_transfers_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
fileTransfersPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFileTransfersPolicyChanged;
Swift
func isFileTransfersPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “file_transfers_policy_changed”.
-
Retrieves whether the union’s current tag state has value “folder_link_restriction_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
folderLinkRestrictionPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isFolderLinkRestrictionPolicyChanged;
Swift
func isFolderLinkRestrictionPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “folder_link_restriction_policy_changed”.
-
Retrieves whether the union’s current tag state has value “google_sso_change_policy”.
Note
Call this method and ensure it returns true before accessing the
googleSsoChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGoogleSsoChangePolicy;
Swift
func isGoogleSsoChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “google_sso_change_policy”.
-
Retrieves whether the union’s current tag state has value “group_user_management_change_policy”.
Note
Call this method and ensure it returns true before accessing the
groupUserManagementChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGroupUserManagementChangePolicy;
Swift
func isGroupUserManagementChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “group_user_management_change_policy”.
-
Retrieves whether the union’s current tag state has value “integration_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
integrationPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isIntegrationPolicyChanged;
Swift
func isIntegrationPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “integration_policy_changed”.
-
Retrieves whether the union’s current tag state has value “invite_acceptance_email_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
inviteAcceptanceEmailPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isInviteAcceptanceEmailPolicyChanged;
Swift
func isInviteAcceptanceEmailPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “invite_acceptance_email_policy_changed”.
-
Retrieves whether the union’s current tag state has value “member_requests_change_policy”.
Note
Call this method and ensure it returns true before accessing the
memberRequestsChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberRequestsChangePolicy;
Swift
func isMemberRequestsChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “member_requests_change_policy”.
-
Retrieves whether the union’s current tag state has value “member_send_invite_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
memberSendInvitePolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSendInvitePolicyChanged;
Swift
func isMemberSendInvitePolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “member_send_invite_policy_changed”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_add_exception”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsAddException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsAddException;
Swift
func isMemberSpaceLimitsAddException() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_add_exception”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_change_caps_type_policy”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangeCapsTypePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangeCapsTypePolicy;
Swift
func isMemberSpaceLimitsChangeCapsTypePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_change_caps_type_policy”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_change_policy”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsChangePolicy;
Swift
func isMemberSpaceLimitsChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_change_policy”.
-
Retrieves whether the union’s current tag state has value “member_space_limits_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
memberSpaceLimitsRemoveException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSpaceLimitsRemoveException;
Swift
func isMemberSpaceLimitsRemoveException() -> Bool
Return Value
Whether the union’s current tag state has value “member_space_limits_remove_exception”.
-
Retrieves whether the union’s current tag state has value “member_suggestions_change_policy”.
Note
Call this method and ensure it returns true before accessing the
memberSuggestionsChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMemberSuggestionsChangePolicy;
Swift
func isMemberSuggestionsChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “member_suggestions_change_policy”.
-
Retrieves whether the union’s current tag state has value “microsoft_office_addin_change_policy”.
Note
Call this method and ensure it returns true before accessing the
microsoftOfficeAddinChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isMicrosoftOfficeAddinChangePolicy;
Swift
func isMicrosoftOfficeAddinChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “microsoft_office_addin_change_policy”.
-
Retrieves whether the union’s current tag state has value “network_control_change_policy”.
Note
Call this method and ensure it returns true before accessing the
networkControlChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isNetworkControlChangePolicy;
Swift
func isNetworkControlChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “network_control_change_policy”.
-
Retrieves whether the union’s current tag state has value “paper_change_deployment_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangeDeploymentPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeDeploymentPolicy;
Swift
func isPaperChangeDeploymentPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “paper_change_deployment_policy”.
-
Retrieves whether the union’s current tag state has value “paper_change_member_link_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangeMemberLinkPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberLinkPolicy;
Swift
func isPaperChangeMemberLinkPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “paper_change_member_link_policy”.
-
Retrieves whether the union’s current tag state has value “paper_change_member_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangeMemberPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangeMemberPolicy;
Swift
func isPaperChangeMemberPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “paper_change_member_policy”.
-
Retrieves whether the union’s current tag state has value “paper_change_policy”.
Note
Call this method and ensure it returns true before accessing the
paperChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperChangePolicy;
Swift
func isPaperChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “paper_change_policy”.
-
Retrieves whether the union’s current tag state has value “paper_default_folder_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
paperDefaultFolderPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDefaultFolderPolicyChanged;
Swift
func isPaperDefaultFolderPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “paper_default_folder_policy_changed”.
-
Retrieves whether the union’s current tag state has value “paper_desktop_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
paperDesktopPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperDesktopPolicyChanged;
Swift
func isPaperDesktopPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “paper_desktop_policy_changed”.
-
Retrieves whether the union’s current tag state has value “paper_enabled_users_group_addition”.
Note
Call this method and ensure it returns true before accessing the
paperEnabledUsersGroupAddition
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupAddition;
Swift
func isPaperEnabledUsersGroupAddition() -> Bool
Return Value
Whether the union’s current tag state has value “paper_enabled_users_group_addition”.
-
Retrieves whether the union’s current tag state has value “paper_enabled_users_group_removal”.
Note
Call this method and ensure it returns true before accessing the
paperEnabledUsersGroupRemoval
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPaperEnabledUsersGroupRemoval;
Swift
func isPaperEnabledUsersGroupRemoval() -> Bool
Return Value
Whether the union’s current tag state has value “paper_enabled_users_group_removal”.
-
Retrieves whether the union’s current tag state has value “password_strength_requirements_change_policy”.
Note
Call this method and ensure it returns true before accessing the
passwordStrengthRequirementsChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPasswordStrengthRequirementsChangePolicy;
Swift
func isPasswordStrengthRequirementsChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “password_strength_requirements_change_policy”.
-
Retrieves whether the union’s current tag state has value “permanent_delete_change_policy”.
Note
Call this method and ensure it returns true before accessing the
permanentDeleteChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isPermanentDeleteChangePolicy;
Swift
func isPermanentDeleteChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “permanent_delete_change_policy”.
-
Retrieves whether the union’s current tag state has value “reseller_support_change_policy”.
Note
Call this method and ensure it returns true before accessing the
resellerSupportChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isResellerSupportChangePolicy;
Swift
func isResellerSupportChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “reseller_support_change_policy”.
-
Retrieves whether the union’s current tag state has value “rewind_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
rewindPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isRewindPolicyChanged;
Swift
func isRewindPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “rewind_policy_changed”.
-
Retrieves whether the union’s current tag state has value “send_for_signature_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
sendForSignaturePolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSendForSignaturePolicyChanged;
Swift
func isSendForSignaturePolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “send_for_signature_policy_changed”.
-
Retrieves whether the union’s current tag state has value “sharing_change_folder_join_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeFolderJoinPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeFolderJoinPolicy;
Swift
func isSharingChangeFolderJoinPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sharing_change_folder_join_policy”.
-
Retrieves whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkAllowChangeExpirationPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkAllowChangeExpirationPolicy;
Swift
func isSharingChangeLinkAllowChangeExpirationPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy”.
-
Retrieves whether the union’s current tag state has value “sharing_change_link_default_expiration_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkDefaultExpirationPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkDefaultExpirationPolicy;
Swift
func isSharingChangeLinkDefaultExpirationPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sharing_change_link_default_expiration_policy”.
-
Retrieves whether the union’s current tag state has value “sharing_change_link_enforce_password_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkEnforcePasswordPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkEnforcePasswordPolicy;
Swift
func isSharingChangeLinkEnforcePasswordPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sharing_change_link_enforce_password_policy”.
-
Retrieves whether the union’s current tag state has value “sharing_change_link_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeLinkPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeLinkPolicy;
Swift
func isSharingChangeLinkPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sharing_change_link_policy”.
-
Retrieves whether the union’s current tag state has value “sharing_change_member_policy”.
Note
Call this method and ensure it returns true before accessing the
sharingChangeMemberPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSharingChangeMemberPolicy;
Swift
func isSharingChangeMemberPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sharing_change_member_policy”.
-
Retrieves whether the union’s current tag state has value “showcase_change_download_policy”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeDownloadPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeDownloadPolicy;
Swift
func isShowcaseChangeDownloadPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_change_download_policy”.
-
Retrieves whether the union’s current tag state has value “showcase_change_enabled_policy”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeEnabledPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeEnabledPolicy;
Swift
func isShowcaseChangeEnabledPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_change_enabled_policy”.
-
Retrieves whether the union’s current tag state has value “showcase_change_external_sharing_policy”.
Note
Call this method and ensure it returns true before accessing the
showcaseChangeExternalSharingPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isShowcaseChangeExternalSharingPolicy;
Swift
func isShowcaseChangeExternalSharingPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “showcase_change_external_sharing_policy”.
-
Retrieves whether the union’s current tag state has value “smarter_smart_sync_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
smarterSmartSyncPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmarterSmartSyncPolicyChanged;
Swift
func isSmarterSmartSyncPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “smarter_smart_sync_policy_changed”.
-
Retrieves whether the union’s current tag state has value “smart_sync_change_policy”.
Note
Call this method and ensure it returns true before accessing the
smartSyncChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncChangePolicy;
Swift
func isSmartSyncChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “smart_sync_change_policy”.
-
Retrieves whether the union’s current tag state has value “smart_sync_not_opt_out”.
Note
Call this method and ensure it returns true before accessing the
smartSyncNotOptOut
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncNotOptOut;
Swift
func isSmartSyncNotOptOut() -> Bool
Return Value
Whether the union’s current tag state has value “smart_sync_not_opt_out”.
-
Retrieves whether the union’s current tag state has value “smart_sync_opt_out”.
Note
Call this method and ensure it returns true before accessing the
smartSyncOptOut
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSmartSyncOptOut;
Swift
func isSmartSyncOptOut() -> Bool
Return Value
Whether the union’s current tag state has value “smart_sync_opt_out”.
-
Retrieves whether the union’s current tag state has value “sso_change_policy”.
Note
Call this method and ensure it returns true before accessing the
ssoChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isSsoChangePolicy;
Swift
func isSsoChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “sso_change_policy”.
-
Retrieves whether the union’s current tag state has value “team_branding_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
teamBrandingPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamBrandingPolicyChanged;
Swift
func isTeamBrandingPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “team_branding_policy_changed”.
-
Retrieves whether the union’s current tag state has value “team_extensions_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
teamExtensionsPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamExtensionsPolicyChanged;
Swift
func isTeamExtensionsPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “team_extensions_policy_changed”.
-
Retrieves whether the union’s current tag state has value “team_selective_sync_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
teamSelectiveSyncPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSelectiveSyncPolicyChanged;
Swift
func isTeamSelectiveSyncPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “team_selective_sync_policy_changed”.
-
Retrieves whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed”.
Note
Call this method and ensure it returns true before accessing the
teamSharingWhitelistSubjectsChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamSharingWhitelistSubjectsChanged;
Swift
func isTeamSharingWhitelistSubjectsChanged() -> Bool
Return Value
Whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed”.
-
Retrieves whether the union’s current tag state has value “tfa_add_exception”.
Note
Call this method and ensure it returns true before accessing the
tfaAddException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddException;
Swift
func isTfaAddException() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_add_exception”.
-
Retrieves whether the union’s current tag state has value “tfa_change_policy”.
Note
Call this method and ensure it returns true before accessing the
tfaChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangePolicy;
Swift
func isTfaChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_change_policy”.
-
Retrieves whether the union’s current tag state has value “tfa_remove_exception”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveException
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveException;
Swift
func isTfaRemoveException() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_remove_exception”.
-
Retrieves whether the union’s current tag state has value “two_account_change_policy”.
Note
Call this method and ensure it returns true before accessing the
twoAccountChangePolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTwoAccountChangePolicy;
Swift
func isTwoAccountChangePolicy() -> Bool
Return Value
Whether the union’s current tag state has value “two_account_change_policy”.
-
Retrieves whether the union’s current tag state has value “viewer_info_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
viewerInfoPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isViewerInfoPolicyChanged;
Swift
func isViewerInfoPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “viewer_info_policy_changed”.
-
Retrieves whether the union’s current tag state has value “watermarking_policy_changed”.
Note
Call this method and ensure it returns true before accessing the
watermarkingPolicyChanged
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWatermarkingPolicyChanged;
Swift
func isWatermarkingPolicyChanged() -> Bool
Return Value
Whether the union’s current tag state has value “watermarking_policy_changed”.
-
Retrieves whether the union’s current tag state has value “web_sessions_change_active_session_limit”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeActiveSessionLimit
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeActiveSessionLimit;
Swift
func isWebSessionsChangeActiveSessionLimit() -> Bool
Return Value
Whether the union’s current tag state has value “web_sessions_change_active_session_limit”.
-
Retrieves whether the union’s current tag state has value “web_sessions_change_fixed_length_policy”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeFixedLengthPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeFixedLengthPolicy;
Swift
func isWebSessionsChangeFixedLengthPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “web_sessions_change_fixed_length_policy”.
-
Retrieves whether the union’s current tag state has value “web_sessions_change_idle_length_policy”.
Note
Call this method and ensure it returns true before accessing the
webSessionsChangeIdleLengthPolicy
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isWebSessionsChangeIdleLengthPolicy;
Swift
func isWebSessionsChangeIdleLengthPolicy() -> Bool
Return Value
Whether the union’s current tag state has value “web_sessions_change_idle_length_policy”.
-
Retrieves whether the union’s current tag state has value “data_residency_migration_request_successful”.
Note
Call this method and ensure it returns true before accessing the
dataResidencyMigrationRequestSuccessful
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestSuccessful;
Swift
func isDataResidencyMigrationRequestSuccessful() -> Bool
Return Value
Whether the union’s current tag state has value “data_residency_migration_request_successful”.
-
Retrieves whether the union’s current tag state has value “data_residency_migration_request_unsuccessful”.
Note
Call this method and ensure it returns true before accessing the
dataResidencyMigrationRequestUnsuccessful
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isDataResidencyMigrationRequestUnsuccessful;
Swift
func isDataResidencyMigrationRequestUnsuccessful() -> Bool
Return Value
Whether the union’s current tag state has value “data_residency_migration_request_unsuccessful”.
-
Retrieves whether the union’s current tag state has value “team_merge_from”.
Note
Call this method and ensure it returns true before accessing the
teamMergeFrom
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeFrom;
Swift
func isTeamMergeFrom() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_from”.
-
Retrieves whether the union’s current tag state has value “team_merge_to”.
Note
Call this method and ensure it returns true before accessing the
teamMergeTo
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeTo;
Swift
func isTeamMergeTo() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_to”.
-
Retrieves whether the union’s current tag state has value “team_profile_add_background”.
Note
Call this method and ensure it returns true before accessing the
teamProfileAddBackground
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddBackground;
Swift
func isTeamProfileAddBackground() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_add_background”.
-
Retrieves whether the union’s current tag state has value “team_profile_add_logo”.
Note
Call this method and ensure it returns true before accessing the
teamProfileAddLogo
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileAddLogo;
Swift
func isTeamProfileAddLogo() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_add_logo”.
-
Retrieves whether the union’s current tag state has value “team_profile_change_background”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeBackground
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeBackground;
Swift
func isTeamProfileChangeBackground() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_change_background”.
-
Retrieves whether the union’s current tag state has value “team_profile_change_default_language”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeDefaultLanguage
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeDefaultLanguage;
Swift
func isTeamProfileChangeDefaultLanguage() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_change_default_language”.
-
Retrieves whether the union’s current tag state has value “team_profile_change_logo”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeLogo
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeLogo;
Swift
func isTeamProfileChangeLogo() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_change_logo”.
-
Retrieves whether the union’s current tag state has value “team_profile_change_name”.
Note
Call this method and ensure it returns true before accessing the
teamProfileChangeName
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileChangeName;
Swift
func isTeamProfileChangeName() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_change_name”.
-
Retrieves whether the union’s current tag state has value “team_profile_remove_background”.
Note
Call this method and ensure it returns true before accessing the
teamProfileRemoveBackground
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveBackground;
Swift
func isTeamProfileRemoveBackground() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_remove_background”.
-
Retrieves whether the union’s current tag state has value “team_profile_remove_logo”.
Note
Call this method and ensure it returns true before accessing the
teamProfileRemoveLogo
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamProfileRemoveLogo;
Swift
func isTeamProfileRemoveLogo() -> Bool
Return Value
Whether the union’s current tag state has value “team_profile_remove_logo”.
-
Retrieves whether the union’s current tag state has value “tfa_add_backup_phone”.
Note
Call this method and ensure it returns true before accessing the
tfaAddBackupPhone
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddBackupPhone;
Swift
func isTfaAddBackupPhone() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_add_backup_phone”.
-
Retrieves whether the union’s current tag state has value “tfa_add_security_key”.
Note
Call this method and ensure it returns true before accessing the
tfaAddSecurityKey
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaAddSecurityKey;
Swift
func isTfaAddSecurityKey() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_add_security_key”.
-
Retrieves whether the union’s current tag state has value “tfa_change_backup_phone”.
Note
Call this method and ensure it returns true before accessing the
tfaChangeBackupPhone
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeBackupPhone;
Swift
func isTfaChangeBackupPhone() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_change_backup_phone”.
-
Retrieves whether the union’s current tag state has value “tfa_change_status”.
Note
Call this method and ensure it returns true before accessing the
tfaChangeStatus
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaChangeStatus;
Swift
func isTfaChangeStatus() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_change_status”.
-
Retrieves whether the union’s current tag state has value “tfa_remove_backup_phone”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveBackupPhone
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveBackupPhone;
Swift
func isTfaRemoveBackupPhone() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_remove_backup_phone”.
-
Retrieves whether the union’s current tag state has value “tfa_remove_security_key”.
Note
Call this method and ensure it returns true before accessing the
tfaRemoveSecurityKey
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaRemoveSecurityKey;
Swift
func isTfaRemoveSecurityKey() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_remove_security_key”.
-
Retrieves whether the union’s current tag state has value “tfa_reset”.
Note
Call this method and ensure it returns true before accessing the
tfaReset
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTfaReset;
Swift
func isTfaReset() -> Bool
Return Value
Whether the union’s current tag state has value “tfa_reset”.
-
Retrieves whether the union’s current tag state has value “changed_enterprise_admin_role”.
Note
Call this method and ensure it returns true before accessing the
changedEnterpriseAdminRole
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseAdminRole;
Swift
func isChangedEnterpriseAdminRole() -> Bool
Return Value
Whether the union’s current tag state has value “changed_enterprise_admin_role”.
-
Retrieves whether the union’s current tag state has value “changed_enterprise_connected_team_status”.
Note
Call this method and ensure it returns true before accessing the
changedEnterpriseConnectedTeamStatus
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isChangedEnterpriseConnectedTeamStatus;
Swift
func isChangedEnterpriseConnectedTeamStatus() -> Bool
Return Value
Whether the union’s current tag state has value “changed_enterprise_connected_team_status”.
-
Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session”.
Note
Call this method and ensure it returns true before accessing the
endedEnterpriseAdminSession
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSession;
Swift
func isEndedEnterpriseAdminSession() -> Bool
Return Value
Whether the union’s current tag state has value “ended_enterprise_admin_session”.
-
Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated”.
Note
Call this method and ensure it returns true before accessing the
endedEnterpriseAdminSessionDeprecated
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEndedEnterpriseAdminSessionDeprecated;
Swift
func isEndedEnterpriseAdminSessionDeprecated() -> Bool
Return Value
Whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated”.
-
Retrieves whether the union’s current tag state has value “enterprise_settings_locking”.
Note
Call this method and ensure it returns true before accessing the
enterpriseSettingsLocking
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isEnterpriseSettingsLocking;
Swift
func isEnterpriseSettingsLocking() -> Bool
Return Value
Whether the union’s current tag state has value “enterprise_settings_locking”.
-
Retrieves whether the union’s current tag state has value “guest_admin_change_status”.
Note
Call this method and ensure it returns true before accessing the
guestAdminChangeStatus
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isGuestAdminChangeStatus;
Swift
func isGuestAdminChangeStatus() -> Bool
Return Value
Whether the union’s current tag state has value “guest_admin_change_status”.
-
Retrieves whether the union’s current tag state has value “started_enterprise_admin_session”.
Note
Call this method and ensure it returns true before accessing the
startedEnterpriseAdminSession
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isStartedEnterpriseAdminSession;
Swift
func isStartedEnterpriseAdminSession() -> Bool
Return Value
Whether the union’s current tag state has value “started_enterprise_admin_session”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_accepted”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAccepted
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAccepted;
Swift
func isTeamMergeRequestAccepted() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_accepted”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedShownToPrimaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToPrimaryTeam;
Swift
func isTeamMergeRequestAcceptedShownToPrimaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAcceptedShownToSecondaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAcceptedShownToSecondaryTeam;
Swift
func isTeamMergeRequestAcceptedShownToSecondaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_auto_canceled”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestAutoCanceled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestAutoCanceled;
Swift
func isTeamMergeRequestAutoCanceled() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_auto_canceled”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_canceled”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceled
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceled;
Swift
func isTeamMergeRequestCanceled() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_canceled”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledShownToPrimaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToPrimaryTeam;
Swift
func isTeamMergeRequestCanceledShownToPrimaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestCanceledShownToSecondaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestCanceledShownToSecondaryTeam;
Swift
func isTeamMergeRequestCanceledShownToSecondaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_expired”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpired
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpired;
Swift
func isTeamMergeRequestExpired() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_expired”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredShownToPrimaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToPrimaryTeam;
Swift
func isTeamMergeRequestExpiredShownToPrimaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestExpiredShownToSecondaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestExpiredShownToSecondaryTeam;
Swift
func isTeamMergeRequestExpiredShownToSecondaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRejectedShownToPrimaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToPrimaryTeam;
Swift
func isTeamMergeRequestRejectedShownToPrimaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRejectedShownToSecondaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRejectedShownToSecondaryTeam;
Swift
func isTeamMergeRequestRejectedShownToSecondaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_reminder”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminder
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminder;
Swift
func isTeamMergeRequestReminder() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_reminder”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderShownToPrimaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToPrimaryTeam;
Swift
func isTeamMergeRequestReminderShownToPrimaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestReminderShownToSecondaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestReminderShownToSecondaryTeam;
Swift
func isTeamMergeRequestReminderShownToSecondaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_revoked”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestRevoked
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestRevoked;
Swift
func isTeamMergeRequestRevoked() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_revoked”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestSentShownToPrimaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToPrimaryTeam;
Swift
func isTeamMergeRequestSentShownToPrimaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team”.
-
Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team”.
Note
Call this method and ensure it returns true before accessing the
teamMergeRequestSentShownToSecondaryTeam
property, otherwise a runtime exception will be thrown.Declaration
Objective-C
- (BOOL)isTeamMergeRequestSentShownToSecondaryTeam;
Swift
func isTeamMergeRequestSentShownToSecondaryTeam() -> Bool
Return Value
Whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team”.
-
Retrieves whether the union’s current tag state has value “other”.
Declaration
Objective-C
- (BOOL)isOther;
Swift
func isOther() -> Bool
Return Value
Whether the union’s current tag state has value “other”.
-
Retrieves string value of union’s current tag state.
Declaration
Objective-C
- (nonnull NSString *)tagName;
Swift
func tagName() -> String
Return Value
A human-readable string representing the union’s current tag state.