DBTEAMLOGEventTypeArg

Objective-C

@interface DBTEAMLOGEventTypeArg : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMLOGEventTypeArg : NSObject, DBSerializable, NSCopying

The EventTypeArg union.

The type of the event.

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

Instance fields

Constructors

  • 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;

    Swift

    init(adminAlertingAlertStateChanged: ())

    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;

    Swift

    init(adminAlertingChangedAlertConfig: ())

    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;

    Swift

    init(adminAlertingTriggeredAlert: ())

    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;

    Swift

    init(appBlockedByPermissions: ())

    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;

    Swift

    init(appLinkTeam: ())

    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;

    Swift

    init(appLinkUser: ())

    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;

    Swift

    init(appUnlinkTeam: ())

    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;

    Swift

    init(appUnlinkUser: ())

    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;

    Swift

    init(integrationConnected: ())

    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;

    Swift

    init(integrationDisconnected: ())

    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;

    Swift

    init(fileAddComment: ())

    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;

    Swift

    init(fileChangeCommentSubscription: ())

    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;

    Swift

    init(fileDeleteComment: ())

    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;

    Swift

    init(fileEditComment: ())

    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;

    Swift

    init(fileLikeComment: ())

    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;

    Swift

    init(fileResolveComment: ())

    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;

    Swift

    init(fileUnlikeComment: ())

    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;

    Swift

    init(fileUnresolveComment: ())

    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;

    Swift

    init(governancePolicyAddFolders: ())

    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;

    Swift

    init(governancePolicyAddFolderFailed: ())

    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;

    Swift

    init(governancePolicyContentDisposed: ())

    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;

    Swift

    init(governancePolicyCreate: ())

    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;

    Swift

    init(governancePolicyDelete: ())

    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;

    Swift

    init(governancePolicyEditDetails: ())

    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;

    Swift

    init(governancePolicyEditDuration: ())

    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;

    Swift

    init(governancePolicyExportCreated: ())

    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;

    Swift

    init(governancePolicyExportRemoved: ())

    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;

    Swift

    init(governancePolicyRemoveFolders: ())

    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;

    Swift

    init(governancePolicyReportCreated: ())

    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;

    Swift

    init(governancePolicyZipPartDownloaded: ())

    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;

    Swift

    init(legalHoldsActivateAHold: ())

    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;

    Swift

    init(legalHoldsAddMembers: ())

    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;

    Swift

    init(legalHoldsChangeHoldDetails: ())

    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;

    Swift

    init(legalHoldsChangeHoldName: ())

    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;

    Swift

    init(legalHoldsExportAHold: ())

    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;

    Swift

    init(legalHoldsExportCancelled: ())

    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;

    Swift

    init(legalHoldsExportDownloaded: ())

    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;

    Swift

    init(legalHoldsExportRemoved: ())

    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;

    Swift

    init(legalHoldsReleaseAHold: ())

    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;

    Swift

    init(legalHoldsRemoveMembers: ())

    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;

    Swift

    init(legalHoldsReportAHold: ())

    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;

    Swift

    init(deviceChangeIpDesktop: ())

    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;

    Swift

    init(deviceChangeIpMobile: ())

    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;

    Swift

    init(deviceChangeIpWeb: ())

    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;

    Swift

    init(deviceDeleteOnUnlinkFail: ())

    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;

    Swift

    init(deviceDeleteOnUnlinkSuccess: ())

    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;

    Swift

    init(deviceLinkFail: ())

    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;

    Swift

    init(deviceLinkSuccess: ())

    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;

    Swift

    init(deviceManagementDisabled: ())

    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;

    Swift

    init(deviceManagementEnabled: ())

    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;

    Swift

    init(deviceSyncBackupStatusChanged: ())

    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;

    Swift

    init(deviceUnlink: ())

    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;

    Swift

    init(dropboxPasswordsExported: ())

    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;

    Swift

    init(dropboxPasswordsNewDeviceEnrolled: ())

    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;

    Swift

    init(emmRefreshAuthToken: ())

    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;

    Swift

    init(externalDriveBackupEligibilityStatusChecked: ())

    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;

    Swift

    init(externalDriveBackupStatusChanged: ())

    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;

    Swift

    init(accountCaptureChangeAvailability: ())

    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;

    Swift

    init(accountCaptureMigrateAccount: ())

    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;

    Swift

    init(accountCaptureNotificationEmailsSent: ())

    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;

    Swift

    init(accountCaptureRelinquishAccount: ())

    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;

    Swift

    init(disabledDomainInvites: ())

    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;

    Swift

    init(domainInvitesApproveRequestToJoinTeam: ())

    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;

    Swift

    init(domainInvitesDeclineRequestToJoinTeam: ())

    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;

    Swift

    init(domainInvitesEmailExistingUsers: ())

    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;

    Swift

    init(domainInvitesRequestToJoinTeam: ())

    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;

    Swift

    init(domainInvitesSetInviteNewUserPrefToNo: ())

    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;

    Swift

    init(domainInvitesSetInviteNewUserPrefToYes: ())

    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;

    Swift

    init(domainVerificationAddDomainFail: ())

    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;

    Swift

    init(domainVerificationAddDomainSuccess: ())

    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;

    Swift

    init(domainVerificationRemoveDomain: ())

    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;

    Swift

    init(enabledDomainInvites: ())

    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;

    Swift

    init(applyNamingConvention: ())

    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;

    Swift

    init(createFolder: ())

    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;

    Swift

    init(fileAdd: ())

    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;

    Swift

    init(fileCopy: ())

    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;

    Swift

    init(fileDelete: ())

    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;

    Swift

    init(fileDownload: ())

    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;

    Swift

    init(fileEdit: ())

    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;

    Swift

    init(fileGetCopyReference: ())

    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;

    Swift

    init(fileLockingLockStatusChanged: ())

    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;

    Swift

    init(fileMove: ())

    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;

    Swift

    init(filePermanentlyDelete: ())

    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;

    Swift

    init(filePreview: ())

    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;

    Swift

    init(fileRename: ())

    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;

    Swift

    init(fileRestore: ())

    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;

    Swift

    init(fileRevert: ())

    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;

    Swift

    init(fileRollbackChanges: ())

    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;

    Swift

    init(fileSaveCopyReference: ())

    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;

    Swift

    init(folderOverviewDescriptionChanged: ())

    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;

    Swift

    init(folderOverviewItemPinned: ())

    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;

    Swift

    init(folderOverviewItemUnpinned: ())

    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;

    Swift

    init(objectLabelAdded: ())

    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;

    Swift

    init(objectLabelRemoved: ())

    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;

    Swift

    init(objectLabelUpdatedValue: ())

    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;

    Swift

    init(organizeFolderWithTidy: ())

    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;

    Swift

    init(rewindFolder: ())

    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;

    Swift

    init(undoNamingConvention: ())

    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;

    Swift

    init(undoOrganizeFolderWithTidy: ())

    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;

    Swift

    init(userTagsAdded: ())

    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;

    Swift

    init(userTagsRemoved: ())

    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;

    Swift

    init(emailIngestReceiveFile: ())

    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;

    Swift

    init(fileRequestChange: ())

    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;

    Swift

    init(fileRequestClose: ())

    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;

    Swift

    init(fileRequestCreate: ())

    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;

    Swift

    init(fileRequestDelete: ())

    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;

    Swift

    init(fileRequestReceiveFile: ())

    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;

    Swift

    init(groupAddExternalId: ())

    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;

    Swift

    init(groupAddMember: ())

    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;

    Swift

    init(groupChangeExternalId: ())

    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;

    Swift

    init(groupChangeManagementType: ())

    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;

    Swift

    init(groupChangeMemberRole: ())

    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;

    Swift

    init(groupCreate: ())

    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;

    Swift

    init(groupDelete: ())

    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;

    Swift

    init(groupDescriptionUpdated: ())

    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;

    Swift

    init(groupJoinPolicyUpdated: ())

    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;

    Swift

    init(groupMoved: ())

    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;

    Swift

    init(groupRemoveExternalId: ())

    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;

    Swift

    init(groupRemoveMember: ())

    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;

    Swift

    init(groupRename: ())

    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;

    Swift

    init(accountLockOrUnlocked: ())

    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;

    Swift

    init(emmError: ())

    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;

    Swift

    init(guestAdminSignedInViaTrustedTeams: ())

    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;

    Swift

    init(guestAdminSignedOutViaTrustedTeams: ())

    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;

    Swift

    init(loginFail: ())

    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;

    Swift

    init(loginSuccess: ())

    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;

    Swift

    init(logout: ())

    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;

    Swift

    init(resellerSupportSessionEnd: ())

    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;

    Swift

    init(resellerSupportSessionStart: ())

    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;

    Swift

    init(signInAsSessionEnd: ())

    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;

    Swift

    init(signInAsSessionStart: ())

    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;

    Swift

    init(ssoError: ())

    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;

    Swift

    init(createTeamInviteLink: ())

    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;

    Swift

    init(deleteTeamInviteLink: ())

    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;

    Swift

    init(memberAddExternalId: ())

    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;

    Swift

    init(memberAddName: ())

    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;

    Swift

    init(memberChangeAdminRole: ())

    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;

    Swift

    init(memberChangeEmail: ())

    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;

    Swift

    init(memberChangeExternalId: ())

    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;

    Swift

    init(memberChangeMembershipType: ())

    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;

    Swift

    init(memberChangeName: ())

    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;

    Swift

    init(memberChangeResellerRole: ())

    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;

    Swift

    init(memberChangeStatus: ())

    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;

    Swift

    init(memberDeleteManualContacts: ())

    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;

    Swift

    init(memberDeleteProfilePhoto: ())

    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;

    Swift

    init(memberPermanentlyDeleteAccountContents: ())

    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;

    Swift

    init(memberRemoveExternalId: ())

    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;

    Swift

    init(memberSetProfilePhoto: ())

    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;

    Swift

    init(memberSpaceLimitsAddCustomQuota: ())

    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;

    Swift

    init(memberSpaceLimitsChangeCustomQuota: ())

    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;

    Swift

    init(memberSpaceLimitsChangeStatus: ())

    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;

    Swift

    init(memberSpaceLimitsRemoveCustomQuota: ())

    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;

    Swift

    init(memberSuggest: ())

    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;

    Swift

    init(memberTransferAccountContents: ())

    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;

    Swift

    init(pendingSecondaryEmailAdded: ())

    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;

    Swift

    init(secondaryEmailDeleted: ())

    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;

    Swift

    init(secondaryEmailVerified: ())

    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;

    Swift

    init(secondaryMailsPolicyChanged: ())

    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;

    Swift

    init(binderAddPage: ())

    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;

    Swift

    init(binderAddSection: ())

    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;

    Swift

    init(binderRemovePage: ())

    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;

    Swift

    init(binderRemoveSection: ())

    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;

    Swift

    init(binderRenamePage: ())

    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;

    Swift

    init(binderRenameSection: ())

    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;

    Swift

    init(binderReorderPage: ())

    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;

    Swift

    init(binderReorderSection: ())

    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;

    Swift

    init(paperContentAddMember: ())

    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;

    Swift

    init(paperContentAddToFolder: ())

    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;

    Swift

    init(paperContentArchive: ())

    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;

    Swift

    init(paperContentCreate: ())

    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;

    Swift

    init(paperContentPermanentlyDelete: ())

    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;

    Swift

    init(paperContentRemoveFromFolder: ())

    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;

    Swift

    init(paperContentRemoveMember: ())

    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;

    Swift

    init(paperContentRename: ())

    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;

    Swift

    init(paperContentRestore: ())

    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;

    Swift

    init(paperDocAddComment: ())

    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;

    Swift

    init(paperDocChangeMemberRole: ())

    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;

    Swift

    init(paperDocChangeSharingPolicy: ())

    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;

    Swift

    init(paperDocChangeSubscription: ())

    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;

    Swift

    init(paperDocDeleted: ())

    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;

    Swift

    init(paperDocDeleteComment: ())

    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;

    Swift

    init(paperDocDownload: ())

    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;

    Swift

    init(paperDocEdit: ())

    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;

    Swift

    init(paperDocEditComment: ())

    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;

    Swift

    init(paperDocFollowed: ())

    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;

    Swift

    init(paperDocMention: ())

    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;

    Swift

    init(paperDocOwnershipChanged: ())

    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;

    Swift

    init(paperDocRequestAccess: ())

    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;

    Swift

    init(paperDocResolveComment: ())

    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;

    Swift

    init(paperDocRevert: ())

    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;

    Swift

    init(paperDocSlackShare: ())

    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;

    Swift

    init(paperDocTeamInvite: ())

    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;

    Swift

    init(paperDocTrashed: ())

    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;

    Swift

    init(paperDocUnresolveComment: ())

    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;

    Swift

    init(paperDocUntrashed: ())

    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;

    Swift

    init(paperDocView: ())

    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;

    Swift

    init(paperExternalViewAllow: ())

    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;

    Swift

    init(paperExternalViewDefaultTeam: ())

    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;

    Swift

    init(paperExternalViewForbid: ())

    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;

    Swift

    init(paperFolderChangeSubscription: ())

    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;

    Swift

    init(paperFolderDeleted: ())

    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;

    Swift

    init(paperFolderFollowed: ())

    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;

    Swift

    init(paperFolderTeamInvite: ())

    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;

    Swift

    init(paperPublishedLinkChangePermission: ())

    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;

    Swift

    init(paperPublishedLinkCreate: ())

    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;

    Swift

    init(paperPublishedLinkDisabled: ())

    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;

    Swift

    init(paperPublishedLinkView: ())

    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;

    Swift

    init(passwordChange: ())

    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;

    Swift

    init(passwordReset: ())

    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;

    Swift

    init(passwordResetAll: ())

    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;

    Swift

    init(classificationCreateReport: ())

    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;

    Swift

    init(classificationCreateReportFail: ())

    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;

    Swift

    init(emmCreateExceptionsReport: ())

    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;

    Swift

    init(emmCreateUsageReport: ())

    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;

    Swift

    init(exportMembersReport: ())

    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;

    Swift

    init(exportMembersReportFail: ())

    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;

    Swift

    init(externalSharingCreateReport: ())

    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;

    Swift

    init(externalSharingReportFailed: ())

    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;

    Swift

    init(noExpirationLinkGenCreateReport: ())

    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;

    Swift

    init(noExpirationLinkGenReportFailed: ())

    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;

    Swift

    init(noPasswordLinkGenCreateReport: ())

    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;

    Swift

    init(noPasswordLinkGenReportFailed: ())

    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;

    Swift

    init(noPasswordLinkViewCreateReport: ())

    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;

    Swift

    init(noPasswordLinkViewReportFailed: ())

    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;

    Swift

    init(outdatedLinkViewCreateReport: ())

    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;

    Swift

    init(outdatedLinkViewReportFailed: ())

    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;

    Swift

    init(paperAdminExportStart: ())

    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;

    Swift

    init(smartSyncCreateAdminPrivilegeReport: ())

    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;

    Swift

    init(teamActivityCreateReport: ())

    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;

    Swift

    init(teamActivityCreateReportFail: ())

    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;

    Swift

    init(collectionShare: ())

    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;

    Swift

    init(fileTransfersFileAdd: ())

    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;

    Swift

    init(fileTransfersTransferDelete: ())

    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;

    Swift

    init(fileTransfersTransferDownload: ())

    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;

    Swift

    init(fileTransfersTransferSend: ())

    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;

    Swift

    init(fileTransfersTransferView: ())

    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;

    Swift

    init(noteAclInviteOnly: ())

    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;

    Swift

    init(noteAclLink: ())

    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;

    Swift

    init(noteAclTeamLink: ())

    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;

    Swift

    init(noteShared: ())

    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;

    Swift

    init(noteShareReceive: ())

    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;

    Swift

    init(openNoteShared: ())

    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;

    Swift

    init(sfAddGroup: ())

    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;

    Swift

    init(sfAllowNonMembersToViewSharedLinks: ())

    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;

    Swift

    init(sfExternalInviteWarn: ())

    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;

    Swift

    init(sfFbInvite: ())

    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;

    Swift

    init(sfFbInviteChangeRole: ())

    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;

    Swift

    init(sfFbUninvite: ())

    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;

    Swift

    init(sfInviteGroup: ())

    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;

    Swift

    init(sfTeamGrantAccess: ())

    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;

    Swift

    init(sfTeamInvite: ())

    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;

    Swift

    init(sfTeamInviteChangeRole: ())

    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;

    Swift

    init(sfTeamJoin: ())

    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;

    Swift

    init(sfTeamJoinFromOobLink: ())

    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;

    Swift

    init(sfTeamUninvite: ())

    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;

    Swift

    init(sharedContentAddInvitees: ())

    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;

    Swift

    init(sharedContentAddLinkExpiry: ())

    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;

    Swift

    init(sharedContentAddLinkPassword: ())

    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;

    Swift

    init(sharedContentAddMember: ())

    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;

    Swift

    init(sharedContentChangeDownloadsPolicy: ())

    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;

    Swift

    init(sharedContentChangeInviteeRole: ())

    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;

    Swift

    init(sharedContentChangeLinkAudience: ())

    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;

    Swift

    init(sharedContentChangeLinkExpiry: ())

    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;

    Swift

    init(sharedContentChangeLinkPassword: ())

    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;

    Swift

    init(sharedContentChangeMemberRole: ())

    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;

    Swift

    init(sharedContentChangeViewerInfoPolicy: ())

    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;

    Swift

    init(sharedContentClaimInvitation: ())

    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;

    Swift

    init(sharedContentCopy: ())

    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;

    Swift

    init(sharedContentDownload: ())

    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;

    Swift

    init(sharedContentRelinquishMembership: ())

    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;

    Swift

    init(sharedContentRemoveInvitees: ())

    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;

    Swift

    init(sharedContentRemoveLinkExpiry: ())

    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;

    Swift

    init(sharedContentRemoveLinkPassword: ())

    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;

    Swift

    init(sharedContentRemoveMember: ())

    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;

    Swift

    init(sharedContentRequestAccess: ())

    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;

    Swift

    init(sharedContentRestoreInvitees: ())

    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;

    Swift

    init(sharedContentRestoreMember: ())

    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;

    Swift

    init(sharedContentUnshare: ())

    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;

    Swift

    init(sharedContentView: ())

    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;

    Swift

    init(sharedFolderChangeLinkPolicy: ())

    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;

    Swift

    init(sharedFolderChangeMembersInheritancePolicy: ())

    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;

    Swift

    init(sharedFolderChangeMembersManagementPolicy: ())

    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;

    Swift

    init(sharedFolderChangeMembersPolicy: ())

    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;

    Swift

    init(sharedFolderCreate: ())

    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;

    Swift

    init(sharedFolderDeclineInvitation: ())

    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;

    Swift

    init(sharedFolderMount: ())

    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;

    Swift

    init(sharedFolderNest: ())

    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;

    Swift

    init(sharedFolderTransferOwnership: ())

    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;

    Swift

    init(sharedFolderUnmount: ())

    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;

    Swift

    init(sharedLinkAddExpiry: ())

    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;

    Swift

    init(sharedLinkChangeExpiry: ())

    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;

    Swift

    init(sharedLinkChangeVisibility: ())

    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;

    Swift

    init(sharedLinkCopy: ())

    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;

    Swift

    init(sharedLinkCreate: ())

    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;

    Swift

    init(sharedLinkDisable: ())

    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;

    Swift

    init(sharedLinkDownload: ())

    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;

    Swift

    init(sharedLinkRemoveExpiry: ())

    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;

    Swift

    init(sharedLinkSettingsAddExpiration: ())

    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;

    Swift

    init(sharedLinkSettingsAddPassword: ())

    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;

    Swift

    init(sharedLinkSettingsAllowDownloadDisabled: ())

    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;

    Swift

    init(sharedLinkSettingsAllowDownloadEnabled: ())

    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;

    Swift

    init(sharedLinkSettingsChangeAudience: ())

    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;

    Swift

    init(sharedLinkSettingsChangeExpiration: ())

    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;

    Swift

    init(sharedLinkSettingsChangePassword: ())

    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;

    Swift

    init(sharedLinkSettingsRemoveExpiration: ())

    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;

    Swift

    init(sharedLinkSettingsRemovePassword: ())

    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;

    Swift

    init(sharedLinkShare: ())

    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;

    Swift

    init(sharedLinkView: ())

    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;

    Swift

    init(sharedNoteOpened: ())

    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;

    Swift

    init(shmodelDisableDownloads: ())

    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;

    Swift

    init(shmodelEnableDownloads: ())

    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;

    Swift

    init(shmodelGroupShare: ())

    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;

    Swift

    init(showcaseAccessGranted: ())

    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;

    Swift

    init(showcaseAddMember: ())

    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;

    Swift

    init(showcaseArchived: ())

    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;

    Swift

    init(showcaseCreated: ())

    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;

    Swift

    init(showcaseDeleteComment: ())

    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;

    Swift

    init(showcaseEdited: ())

    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;

    Swift

    init(showcaseEditComment: ())

    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;

    Swift

    init(showcaseFileAdded: ())

    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;

    Swift

    init(showcaseFileDownload: ())

    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;

    Swift

    init(showcaseFileRemoved: ())

    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;

    Swift

    init(showcaseFileView: ())

    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;

    Swift

    init(showcasePermanentlyDeleted: ())

    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;

    Swift

    init(showcasePostComment: ())

    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;

    Swift

    init(showcaseRemoveMember: ())

    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;

    Swift

    init(showcaseRenamed: ())

    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;

    Swift

    init(showcaseRequestAccess: ())

    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;

    Swift

    init(showcaseResolveComment: ())

    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;

    Swift

    init(showcaseRestored: ())

    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;

    Swift

    init(showcaseTrashed: ())

    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;

    Swift

    init(showcaseTrashedDeprecated: ())

    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;

    Swift

    init(showcaseUnresolveComment: ())

    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;

    Swift

    init(showcaseUntrashed: ())

    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;

    Swift

    init(showcaseUntrashedDeprecated: ())

    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;

    Swift

    init(showcaseView: ())

    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;

    Swift

    init(ssoAddCert: ())

    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;

    Swift

    init(ssoAddLoginUrl: ())

    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;

    Swift

    init(ssoAddLogoutUrl: ())

    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;

    Swift

    init(ssoChangeCert: ())

    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;

    Swift

    init(ssoChangeLoginUrl: ())

    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;

    Swift

    init(ssoChangeLogoutUrl: ())

    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;

    Swift

    init(ssoChangeSamlIdentityMode: ())

    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;

    Swift

    init(ssoRemoveCert: ())

    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;

    Swift

    init(ssoRemoveLoginUrl: ())

    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;

    Swift

    init(ssoRemoveLogoutUrl: ())

    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;

    Swift

    init(teamFolderChangeStatus: ())

    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;

    Swift

    init(teamFolderCreate: ())

    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;

    Swift

    init(teamFolderDowngrade: ())

    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;

    Swift

    init(teamFolderPermanentlyDelete: ())

    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;

    Swift

    init(teamFolderRename: ())

    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;

    Swift

    init(teamSelectiveSyncSettingsChanged: ())

    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;

    Swift

    init(accountCaptureChangePolicy: ())

    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;

    Swift

    init(adminEmailRemindersChanged: ())

    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;

    Swift

    init(allowDownloadDisabled: ())

    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;

    Swift

    init(allowDownloadEnabled: ())

    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;

    Swift

    init(appPermissionsChanged: ())

    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;

    Swift

    init(cameraUploadsPolicyChanged: ())

    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;

    Swift

    init(captureTranscriptPolicyChanged: ())

    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;

    Swift

    init(classificationChangePolicy: ())

    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;

    Swift

    init(computerBackupPolicyChanged: ())

    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;

    Swift

    init(contentAdministrationPolicyChanged: ())

    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;

    Swift

    init(dataPlacementRestrictionChangePolicy: ())

    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;

    Swift

    init(dataPlacementRestrictionSatisfyPolicy: ())

    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;

    Swift

    init(deviceApprovalsAddException: ())

    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;

    Swift

    init(deviceApprovalsChangeDesktopPolicy: ())

    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;

    Swift

    init(deviceApprovalsChangeMobilePolicy: ())

    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;

    Swift

    init(deviceApprovalsChangeOverageAction: ())

    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;

    Swift

    init(deviceApprovalsChangeUnlinkAction: ())

    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;

    Swift

    init(deviceApprovalsRemoveException: ())

    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;

    Swift

    init(directoryRestrictionsAddMembers: ())

    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;

    Swift

    init(directoryRestrictionsRemoveMembers: ())

    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;

    Swift

    init(dropboxPasswordsPolicyChanged: ())

    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;

    Swift

    init(emailIngestPolicyChanged: ())

    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;

    Swift

    init(emmAddException: ())

    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;

    Swift

    init(emmChangePolicy: ())

    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;

    Swift

    init(emmRemoveException: ())

    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;

    Swift

    init(extendedVersionHistoryChangePolicy: ())

    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;

    Swift

    init(externalDriveBackupPolicyChanged: ())

    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;

    Swift

    init(fileCommentsChangePolicy: ())

    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;

    Swift

    init(fileLockingPolicyChanged: ())

    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;

    Swift

    init(fileProviderMigrationPolicyChanged: ())

    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;

    Swift

    init(fileRequestsChangePolicy: ())

    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;

    Swift

    init(fileRequestsEmailsEnabled: ())

    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;

    Swift

    init(fileRequestsEmailsRestrictedToTeamOnly: ())

    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;

    Swift

    init(fileTransfersPolicyChanged: ())

    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;

    Swift

    init(folderLinkRestrictionPolicyChanged: ())

    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;

    Swift

    init(googleSsoChangePolicy: ())

    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;

    Swift

    init(groupUserManagementChangePolicy: ())

    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;

    Swift

    init(integrationPolicyChanged: ())

    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;

    Swift

    init(inviteAcceptanceEmailPolicyChanged: ())

    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;

    Swift

    init(memberRequestsChangePolicy: ())

    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;

    Swift

    init(memberSendInvitePolicyChanged: ())

    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;

    Swift

    init(memberSpaceLimitsAddException: ())

    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;

    Swift

    init(memberSpaceLimitsChangeCapsTypePolicy: ())

    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;

    Swift

    init(memberSpaceLimitsChangePolicy: ())

    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;

    Swift

    init(memberSpaceLimitsRemoveException: ())

    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;

    Swift

    init(memberSuggestionsChangePolicy: ())

    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;

    Swift

    init(microsoftOfficeAddinChangePolicy: ())

    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;

    Swift

    init(networkControlChangePolicy: ())

    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;

    Swift

    init(paperChangeDeploymentPolicy: ())

    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;

    Swift

    init(paperChangeMemberLinkPolicy: ())

    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;

    Swift

    init(paperChangeMemberPolicy: ())

    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;

    Swift

    init(paperChangePolicy: ())

    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;

    Swift

    init(paperDefaultFolderPolicyChanged: ())

    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;

    Swift

    init(paperDesktopPolicyChanged: ())

    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;

    Swift

    init(paperEnabledUsersGroupAddition: ())

    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;

    Swift

    init(paperEnabledUsersGroupRemoval: ())

    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;

    Swift

    init(passwordStrengthRequirementsChangePolicy: ())

    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;

    Swift

    init(permanentDeleteChangePolicy: ())

    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;

    Swift

    init(resellerSupportChangePolicy: ())

    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;

    Swift

    init(rewindPolicyChanged: ())

    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;

    Swift

    init(sendForSignaturePolicyChanged: ())

    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;

    Swift

    init(sharingChangeFolderJoinPolicy: ())

    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;

    Swift

    init(sharingChangeLinkAllowChangeExpirationPolicy: ())

    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;

    Swift

    init(sharingChangeLinkDefaultExpirationPolicy: ())

    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;

    Swift

    init(sharingChangeLinkEnforcePasswordPolicy: ())

    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;

    Swift

    init(sharingChangeLinkPolicy: ())

    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;

    Swift

    init(sharingChangeMemberPolicy: ())

    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;

    Swift

    init(showcaseChangeDownloadPolicy: ())

    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;

    Swift

    init(showcaseChangeEnabledPolicy: ())

    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;

    Swift

    init(showcaseChangeExternalSharingPolicy: ())

    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;

    Swift

    init(smarterSmartSyncPolicyChanged: ())

    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;

    Swift

    init(smartSyncChangePolicy: ())

    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;

    Swift

    init(smartSyncNotOptOut: ())

    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;

    Swift

    init(smartSyncOptOut: ())

    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;

    Swift

    init(ssoChangePolicy: ())

    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;

    Swift

    init(teamBrandingPolicyChanged: ())

    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;

    Swift

    init(teamExtensionsPolicyChanged: ())

    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;

    Swift

    init(teamSelectiveSyncPolicyChanged: ())

    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;

    Swift

    init(teamSharingWhitelistSubjectsChanged: ())

    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;

    Swift

    init(tfaAddException: ())

    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;

    Swift

    init(tfaChangePolicy: ())

    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;

    Swift

    init(tfaRemoveException: ())

    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;

    Swift

    init(twoAccountChangePolicy: ())

    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;

    Swift

    init(viewerInfoPolicyChanged: ())

    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;

    Swift

    init(watermarkingPolicyChanged: ())

    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;

    Swift

    init(webSessionsChangeActiveSessionLimit: ())

    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;

    Swift

    init(webSessionsChangeFixedLengthPolicy: ())

    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;

    Swift

    init(webSessionsChangeIdleLengthPolicy: ())

    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;

    Swift

    init(dataResidencyMigrationRequestSuccessful: ())

    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;

    Swift

    init(dataResidencyMigrationRequestUnsuccessful: ())

    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;

    Swift

    init(teamMergeFrom: ())

    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;

    Swift

    init(teamMergeTo: ())

    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;

    Swift

    init(teamProfileAddBackground: ())

    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;

    Swift

    init(teamProfileAddLogo: ())

    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;

    Swift

    init(teamProfileChangeBackground: ())

    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;

    Swift

    init(teamProfileChangeDefaultLanguage: ())

    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;

    Swift

    init(teamProfileChangeLogo: ())

    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;

    Swift

    init(teamProfileChangeName: ())

    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;

    Swift

    init(teamProfileRemoveBackground: ())

    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;

    Swift

    init(teamProfileRemoveLogo: ())

    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;

    Swift

    init(tfaAddBackupPhone: ())

    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;

    Swift

    init(tfaAddSecurityKey: ())

    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;

    Swift

    init(tfaChangeBackupPhone: ())

    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;

    Swift

    init(tfaChangeStatus: ())

    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;

    Swift

    init(tfaRemoveBackupPhone: ())

    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;

    Swift

    init(tfaRemoveSecurityKey: ())

    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;

    Swift

    init(tfaReset: ())

    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;

    Swift

    init(changedEnterpriseAdminRole: ())

    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;

    Swift

    init(changedEnterpriseConnectedTeamStatus: ())

    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;

    Swift

    init(endedEnterpriseAdminSession: ())

    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;

    Swift

    init(endedEnterpriseAdminSessionDeprecated: ())

    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;

    Swift

    init(enterpriseSettingsLocking: ())

    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;

    Swift

    init(guestAdminChangeStatus: ())

    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;

    Swift

    init(startedEnterpriseAdminSession: ())

    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;

    Swift

    init(teamMergeRequestAccepted: ())

    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;

    Swift

    init(teamMergeRequestAcceptedShownToPrimaryTeam: ())

    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;

    Swift

    init(teamMergeRequestAcceptedShownToSecondaryTeam: ())

    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;

    Swift

    init(teamMergeRequestAutoCanceled: ())

    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;

    Swift

    init(teamMergeRequestCanceled: ())

    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;

    Swift

    init(teamMergeRequestCanceledShownToPrimaryTeam: ())

    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;

    Swift

    init(teamMergeRequestCanceledShownToSecondaryTeam: ())

    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;

    Swift

    init(teamMergeRequestExpired: ())

    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;

    Swift

    init(teamMergeRequestExpiredShownToPrimaryTeam: ())

    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;

    Swift

    init(teamMergeRequestExpiredShownToSecondaryTeam: ())

    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;

    Swift

    init(teamMergeRequestRejectedShownToPrimaryTeam: ())

    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;

    Swift

    init(teamMergeRequestRejectedShownToSecondaryTeam: ())

    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;

    Swift

    init(teamMergeRequestReminder: ())

    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;

    Swift

    init(teamMergeRequestReminderShownToPrimaryTeam: ())

    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;

    Swift

    init(teamMergeRequestReminderShownToSecondaryTeam: ())

    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;

    Swift

    init(teamMergeRequestRevoked: ())

    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;

    Swift

    init(teamMergeRequestSentShownToPrimaryTeam: ())

    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;

    Swift

    init(teamMergeRequestSentShownToSecondaryTeam: ())

    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.

Tag state methods

  • Retrieves whether the union’s current tag state has value “admin_alerting_alert_state_changed”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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”.

    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.