DBTEAMLOGEventType

Objective-C

@interface DBTEAMLOGEventType : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMLOGEventType : NSObject, DBSerializable, NSCopying

The EventType union.

The type of the event with description.

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

Instance fields

Constructors

Tag state methods

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

    Note

    Call this method and ensure it returns true before accessing the adminAlertingAlertStateChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAdminAlertingAlertStateChanged;

    Swift

    func isAdminAlertingAlertStateChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “admin_alerting_alert_state_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the adminAlertingChangedAlertConfig property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAdminAlertingChangedAlertConfig;

    Swift

    func isAdminAlertingChangedAlertConfig() -> Bool

    Return Value

    Whether the union’s current tag state has value “admin_alerting_changed_alert_config”.

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

    Note

    Call this method and ensure it returns true before accessing the adminAlertingTriggeredAlert property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAdminAlertingTriggeredAlert;

    Swift

    func isAdminAlertingTriggeredAlert() -> Bool

    Return Value

    Whether the union’s current tag state has value “admin_alerting_triggered_alert”.

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

    Note

    Call this method and ensure it returns true before accessing the appBlockedByPermissions property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppBlockedByPermissions;

    Swift

    func isAppBlockedByPermissions() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_blocked_by_permissions”.

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

    Note

    Call this method and ensure it returns true before accessing the appLinkTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppLinkTeam;

    Swift

    func isAppLinkTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_link_team”.

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

    Note

    Call this method and ensure it returns true before accessing the appLinkUser property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppLinkUser;

    Swift

    func isAppLinkUser() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_link_user”.

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

    Note

    Call this method and ensure it returns true before accessing the appUnlinkTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppUnlinkTeam;

    Swift

    func isAppUnlinkTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_unlink_team”.

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

    Note

    Call this method and ensure it returns true before accessing the appUnlinkUser property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppUnlinkUser;

    Swift

    func isAppUnlinkUser() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_unlink_user”.

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

    Note

    Call this method and ensure it returns true before accessing the integrationConnected property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isIntegrationConnected;

    Swift

    func isIntegrationConnected() -> Bool

    Return Value

    Whether the union’s current tag state has value “integration_connected”.

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

    Note

    Call this method and ensure it returns true before accessing the integrationDisconnected property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isIntegrationDisconnected;

    Swift

    func isIntegrationDisconnected() -> Bool

    Return Value

    Whether the union’s current tag state has value “integration_disconnected”.

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

    Note

    Call this method and ensure it returns true before accessing the fileAddComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileAddComment;

    Swift

    func isFileAddComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_add_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the fileChangeCommentSubscription property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileChangeCommentSubscription;

    Swift

    func isFileChangeCommentSubscription() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_change_comment_subscription”.

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

    Note

    Call this method and ensure it returns true before accessing the fileDeleteComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileDeleteComment;

    Swift

    func isFileDeleteComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_delete_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the fileEditComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileEditComment;

    Swift

    func isFileEditComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_edit_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the fileLikeComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileLikeComment;

    Swift

    func isFileLikeComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_like_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the fileResolveComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileResolveComment;

    Swift

    func isFileResolveComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_resolve_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the fileUnlikeComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileUnlikeComment;

    Swift

    func isFileUnlikeComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_unlike_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the fileUnresolveComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileUnresolveComment;

    Swift

    func isFileUnresolveComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_unresolve_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyAddFolders property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyAddFolders;

    Swift

    func isGovernancePolicyAddFolders() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_add_folders”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyAddFolderFailed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyAddFolderFailed;

    Swift

    func isGovernancePolicyAddFolderFailed() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_add_folder_failed”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyContentDisposed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyContentDisposed;

    Swift

    func isGovernancePolicyContentDisposed() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_content_disposed”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyCreate;

    Swift

    func isGovernancePolicyCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_create”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyDelete;

    Swift

    func isGovernancePolicyDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyEditDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyEditDetails;

    Swift

    func isGovernancePolicyEditDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_edit_details”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyEditDuration property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyEditDuration;

    Swift

    func isGovernancePolicyEditDuration() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_edit_duration”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyExportCreated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyExportCreated;

    Swift

    func isGovernancePolicyExportCreated() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_export_created”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyExportRemoved property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyExportRemoved;

    Swift

    func isGovernancePolicyExportRemoved() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_export_removed”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyRemoveFolders property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyRemoveFolders;

    Swift

    func isGovernancePolicyRemoveFolders() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_remove_folders”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyReportCreated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyReportCreated;

    Swift

    func isGovernancePolicyReportCreated() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_report_created”.

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

    Note

    Call this method and ensure it returns true before accessing the governancePolicyZipPartDownloaded property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyZipPartDownloaded;

    Swift

    func isGovernancePolicyZipPartDownloaded() -> Bool

    Return Value

    Whether the union’s current tag state has value “governance_policy_zip_part_downloaded”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsActivateAHold property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsActivateAHold;

    Swift

    func isLegalHoldsActivateAHold() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_activate_a_hold”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsAddMembers property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsAddMembers;

    Swift

    func isLegalHoldsAddMembers() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_add_members”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsChangeHoldDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsChangeHoldDetails;

    Swift

    func isLegalHoldsChangeHoldDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_change_hold_details”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsChangeHoldName property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsChangeHoldName;

    Swift

    func isLegalHoldsChangeHoldName() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_change_hold_name”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsExportAHold property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportAHold;

    Swift

    func isLegalHoldsExportAHold() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_export_a_hold”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsExportCancelled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportCancelled;

    Swift

    func isLegalHoldsExportCancelled() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_export_cancelled”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsExportDownloaded property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportDownloaded;

    Swift

    func isLegalHoldsExportDownloaded() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_export_downloaded”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsExportRemoved property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportRemoved;

    Swift

    func isLegalHoldsExportRemoved() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_export_removed”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsReleaseAHold property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsReleaseAHold;

    Swift

    func isLegalHoldsReleaseAHold() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_release_a_hold”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsRemoveMembers property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsRemoveMembers;

    Swift

    func isLegalHoldsRemoveMembers() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_remove_members”.

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

    Note

    Call this method and ensure it returns true before accessing the legalHoldsReportAHold property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsReportAHold;

    Swift

    func isLegalHoldsReportAHold() -> Bool

    Return Value

    Whether the union’s current tag state has value “legal_holds_report_a_hold”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceChangeIpDesktop property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceChangeIpDesktop;

    Swift

    func isDeviceChangeIpDesktop() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_change_ip_desktop”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceChangeIpMobile property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceChangeIpMobile;

    Swift

    func isDeviceChangeIpMobile() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_change_ip_mobile”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceChangeIpWeb property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceChangeIpWeb;

    Swift

    func isDeviceChangeIpWeb() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_change_ip_web”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceDeleteOnUnlinkFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceDeleteOnUnlinkFail;

    Swift

    func isDeviceDeleteOnUnlinkFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_delete_on_unlink_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceDeleteOnUnlinkSuccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceDeleteOnUnlinkSuccess;

    Swift

    func isDeviceDeleteOnUnlinkSuccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_delete_on_unlink_success”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceLinkFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceLinkFail;

    Swift

    func isDeviceLinkFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_link_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceLinkSuccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceLinkSuccess;

    Swift

    func isDeviceLinkSuccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_link_success”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceManagementDisabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceManagementDisabled;

    Swift

    func isDeviceManagementDisabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_management_disabled”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceManagementEnabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceManagementEnabled;

    Swift

    func isDeviceManagementEnabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_management_enabled”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceSyncBackupStatusChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceSyncBackupStatusChanged;

    Swift

    func isDeviceSyncBackupStatusChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_sync_backup_status_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceUnlink property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceUnlink;

    Swift

    func isDeviceUnlink() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_unlink”.

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

    Note

    Call this method and ensure it returns true before accessing the dropboxPasswordsExported property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDropboxPasswordsExported;

    Swift

    func isDropboxPasswordsExported() -> Bool

    Return Value

    Whether the union’s current tag state has value “dropbox_passwords_exported”.

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

    Note

    Call this method and ensure it returns true before accessing the dropboxPasswordsNewDeviceEnrolled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDropboxPasswordsNewDeviceEnrolled;

    Swift

    func isDropboxPasswordsNewDeviceEnrolled() -> Bool

    Return Value

    Whether the union’s current tag state has value “dropbox_passwords_new_device_enrolled”.

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

    Note

    Call this method and ensure it returns true before accessing the emmRefreshAuthToken property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmRefreshAuthToken;

    Swift

    func isEmmRefreshAuthToken() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_refresh_auth_token”.

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

    Note

    Call this method and ensure it returns true before accessing the externalDriveBackupEligibilityStatusChecked property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExternalDriveBackupEligibilityStatusChecked;

    Swift

    func isExternalDriveBackupEligibilityStatusChecked() -> Bool

    Return Value

    Whether the union’s current tag state has value “external_drive_backup_eligibility_status_checked”.

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

    Note

    Call this method and ensure it returns true before accessing the externalDriveBackupStatusChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExternalDriveBackupStatusChanged;

    Swift

    func isExternalDriveBackupStatusChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “external_drive_backup_status_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the accountCaptureChangeAvailability property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureChangeAvailability;

    Swift

    func isAccountCaptureChangeAvailability() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_capture_change_availability”.

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

    Note

    Call this method and ensure it returns true before accessing the accountCaptureMigrateAccount property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureMigrateAccount;

    Swift

    func isAccountCaptureMigrateAccount() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_capture_migrate_account”.

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

    Note

    Call this method and ensure it returns true before accessing the accountCaptureNotificationEmailsSent property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureNotificationEmailsSent;

    Swift

    func isAccountCaptureNotificationEmailsSent() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_capture_notification_emails_sent”.

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

    Note

    Call this method and ensure it returns true before accessing the accountCaptureRelinquishAccount property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureRelinquishAccount;

    Swift

    func isAccountCaptureRelinquishAccount() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_capture_relinquish_account”.

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

    Note

    Call this method and ensure it returns true before accessing the disabledDomainInvites property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDisabledDomainInvites;

    Swift

    func isDisabledDomainInvites() -> Bool

    Return Value

    Whether the union’s current tag state has value “disabled_domain_invites”.

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

    Note

    Call this method and ensure it returns true before accessing the domainInvitesApproveRequestToJoinTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesApproveRequestToJoinTeam;

    Swift

    func isDomainInvitesApproveRequestToJoinTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_invites_approve_request_to_join_team”.

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

    Note

    Call this method and ensure it returns true before accessing the domainInvitesDeclineRequestToJoinTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesDeclineRequestToJoinTeam;

    Swift

    func isDomainInvitesDeclineRequestToJoinTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_invites_decline_request_to_join_team”.

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

    Note

    Call this method and ensure it returns true before accessing the domainInvitesEmailExistingUsers property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesEmailExistingUsers;

    Swift

    func isDomainInvitesEmailExistingUsers() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_invites_email_existing_users”.

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

    Note

    Call this method and ensure it returns true before accessing the domainInvitesRequestToJoinTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesRequestToJoinTeam;

    Swift

    func isDomainInvitesRequestToJoinTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_invites_request_to_join_team”.

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

    Note

    Call this method and ensure it returns true before accessing the domainInvitesSetInviteNewUserPrefToNo property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesSetInviteNewUserPrefToNo;

    Swift

    func isDomainInvitesSetInviteNewUserPrefToNo() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_no”.

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

    Note

    Call this method and ensure it returns true before accessing the domainInvitesSetInviteNewUserPrefToYes property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesSetInviteNewUserPrefToYes;

    Swift

    func isDomainInvitesSetInviteNewUserPrefToYes() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_invites_set_invite_new_user_pref_to_yes”.

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

    Note

    Call this method and ensure it returns true before accessing the domainVerificationAddDomainFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainVerificationAddDomainFail;

    Swift

    func isDomainVerificationAddDomainFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_verification_add_domain_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the domainVerificationAddDomainSuccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainVerificationAddDomainSuccess;

    Swift

    func isDomainVerificationAddDomainSuccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_verification_add_domain_success”.

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

    Note

    Call this method and ensure it returns true before accessing the domainVerificationRemoveDomain property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDomainVerificationRemoveDomain;

    Swift

    func isDomainVerificationRemoveDomain() -> Bool

    Return Value

    Whether the union’s current tag state has value “domain_verification_remove_domain”.

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

    Note

    Call this method and ensure it returns true before accessing the enabledDomainInvites property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEnabledDomainInvites;

    Swift

    func isEnabledDomainInvites() -> Bool

    Return Value

    Whether the union’s current tag state has value “enabled_domain_invites”.

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

    Note

    Call this method and ensure it returns true before accessing the applyNamingConvention property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isApplyNamingConvention;

    Swift

    func isApplyNamingConvention() -> Bool

    Return Value

    Whether the union’s current tag state has value “apply_naming_convention”.

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

    Note

    Call this method and ensure it returns true before accessing the createFolder property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCreateFolder;

    Swift

    func isCreateFolder() -> Bool

    Return Value

    Whether the union’s current tag state has value “create_folder”.

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

    Note

    Call this method and ensure it returns true before accessing the fileAdd property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileAdd;

    Swift

    func isFileAdd() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_add”.

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

    Note

    Call this method and ensure it returns true before accessing the fileCopy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileCopy;

    Swift

    func isFileCopy() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_copy”.

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

    Note

    Call this method and ensure it returns true before accessing the fileDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileDelete;

    Swift

    func isFileDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the fileDownload property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileDownload;

    Swift

    func isFileDownload() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_download”.

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

    Note

    Call this method and ensure it returns true before accessing the fileEdit property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileEdit;

    Swift

    func isFileEdit() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_edit”.

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

    Note

    Call this method and ensure it returns true before accessing the fileGetCopyReference property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileGetCopyReference;

    Swift

    func isFileGetCopyReference() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_get_copy_reference”.

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

    Note

    Call this method and ensure it returns true before accessing the fileLockingLockStatusChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileLockingLockStatusChanged;

    Swift

    func isFileLockingLockStatusChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_locking_lock_status_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the fileMove property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileMove;

    Swift

    func isFileMove() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_move”.

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

    Note

    Call this method and ensure it returns true before accessing the filePermanentlyDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFilePermanentlyDelete;

    Swift

    func isFilePermanentlyDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_permanently_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the filePreview property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFilePreview;

    Swift

    func isFilePreview() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_preview”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRename property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRename;

    Swift

    func isFileRename() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_rename”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRestore property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRestore;

    Swift

    func isFileRestore() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_restore”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRevert property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRevert;

    Swift

    func isFileRevert() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_revert”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRollbackChanges property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRollbackChanges;

    Swift

    func isFileRollbackChanges() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_rollback_changes”.

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

    Note

    Call this method and ensure it returns true before accessing the fileSaveCopyReference property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileSaveCopyReference;

    Swift

    func isFileSaveCopyReference() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_save_copy_reference”.

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

    Note

    Call this method and ensure it returns true before accessing the folderOverviewDescriptionChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFolderOverviewDescriptionChanged;

    Swift

    func isFolderOverviewDescriptionChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “folder_overview_description_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the folderOverviewItemPinned property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFolderOverviewItemPinned;

    Swift

    func isFolderOverviewItemPinned() -> Bool

    Return Value

    Whether the union’s current tag state has value “folder_overview_item_pinned”.

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

    Note

    Call this method and ensure it returns true before accessing the folderOverviewItemUnpinned property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFolderOverviewItemUnpinned;

    Swift

    func isFolderOverviewItemUnpinned() -> Bool

    Return Value

    Whether the union’s current tag state has value “folder_overview_item_unpinned”.

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

    Note

    Call this method and ensure it returns true before accessing the objectLabelAdded property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isObjectLabelAdded;

    Swift

    func isObjectLabelAdded() -> Bool

    Return Value

    Whether the union’s current tag state has value “object_label_added”.

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

    Note

    Call this method and ensure it returns true before accessing the objectLabelRemoved property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isObjectLabelRemoved;

    Swift

    func isObjectLabelRemoved() -> Bool

    Return Value

    Whether the union’s current tag state has value “object_label_removed”.

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

    Note

    Call this method and ensure it returns true before accessing the objectLabelUpdatedValue property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isObjectLabelUpdatedValue;

    Swift

    func isObjectLabelUpdatedValue() -> Bool

    Return Value

    Whether the union’s current tag state has value “object_label_updated_value”.

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

    Note

    Call this method and ensure it returns true before accessing the organizeFolderWithTidy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isOrganizeFolderWithTidy;

    Swift

    func isOrganizeFolderWithTidy() -> Bool

    Return Value

    Whether the union’s current tag state has value “organize_folder_with_tidy”.

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

    Note

    Call this method and ensure it returns true before accessing the rewindFolder property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isRewindFolder;

    Swift

    func isRewindFolder() -> Bool

    Return Value

    Whether the union’s current tag state has value “rewind_folder”.

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

    Note

    Call this method and ensure it returns true before accessing the undoNamingConvention property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isUndoNamingConvention;

    Swift

    func isUndoNamingConvention() -> Bool

    Return Value

    Whether the union’s current tag state has value “undo_naming_convention”.

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

    Note

    Call this method and ensure it returns true before accessing the undoOrganizeFolderWithTidy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isUndoOrganizeFolderWithTidy;

    Swift

    func isUndoOrganizeFolderWithTidy() -> Bool

    Return Value

    Whether the union’s current tag state has value “undo_organize_folder_with_tidy”.

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

    Note

    Call this method and ensure it returns true before accessing the userTagsAdded property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isUserTagsAdded;

    Swift

    func isUserTagsAdded() -> Bool

    Return Value

    Whether the union’s current tag state has value “user_tags_added”.

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

    Note

    Call this method and ensure it returns true before accessing the userTagsRemoved property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isUserTagsRemoved;

    Swift

    func isUserTagsRemoved() -> Bool

    Return Value

    Whether the union’s current tag state has value “user_tags_removed”.

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

    Note

    Call this method and ensure it returns true before accessing the emailIngestReceiveFile property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmailIngestReceiveFile;

    Swift

    func isEmailIngestReceiveFile() -> Bool

    Return Value

    Whether the union’s current tag state has value “email_ingest_receive_file”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestChange property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestChange;

    Swift

    func isFileRequestChange() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_request_change”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestClose property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestClose;

    Swift

    func isFileRequestClose() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_request_close”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestCreate;

    Swift

    func isFileRequestCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_request_create”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestDelete;

    Swift

    func isFileRequestDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_request_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestReceiveFile property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestReceiveFile;

    Swift

    func isFileRequestReceiveFile() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_request_receive_file”.

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

    Note

    Call this method and ensure it returns true before accessing the groupAddExternalId property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupAddExternalId;

    Swift

    func isGroupAddExternalId() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_add_external_id”.

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

    Note

    Call this method and ensure it returns true before accessing the groupAddMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupAddMember;

    Swift

    func isGroupAddMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_add_member”.

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

    Note

    Call this method and ensure it returns true before accessing the groupChangeExternalId property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupChangeExternalId;

    Swift

    func isGroupChangeExternalId() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_change_external_id”.

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

    Note

    Call this method and ensure it returns true before accessing the groupChangeManagementType property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupChangeManagementType;

    Swift

    func isGroupChangeManagementType() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_change_management_type”.

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

    Note

    Call this method and ensure it returns true before accessing the groupChangeMemberRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupChangeMemberRole;

    Swift

    func isGroupChangeMemberRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_change_member_role”.

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

    Note

    Call this method and ensure it returns true before accessing the groupCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupCreate;

    Swift

    func isGroupCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_create”.

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

    Note

    Call this method and ensure it returns true before accessing the groupDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupDelete;

    Swift

    func isGroupDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the groupDescriptionUpdated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupDescriptionUpdated;

    Swift

    func isGroupDescriptionUpdated() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_description_updated”.

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

    Note

    Call this method and ensure it returns true before accessing the groupJoinPolicyUpdated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupJoinPolicyUpdated;

    Swift

    func isGroupJoinPolicyUpdated() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_join_policy_updated”.

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

    Note

    Call this method and ensure it returns true before accessing the groupMoved property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupMoved;

    Swift

    func isGroupMoved() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_moved”.

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

    Note

    Call this method and ensure it returns true before accessing the groupRemoveExternalId property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupRemoveExternalId;

    Swift

    func isGroupRemoveExternalId() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_remove_external_id”.

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

    Note

    Call this method and ensure it returns true before accessing the groupRemoveMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupRemoveMember;

    Swift

    func isGroupRemoveMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_remove_member”.

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

    Note

    Call this method and ensure it returns true before accessing the groupRename property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupRename;

    Swift

    func isGroupRename() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_rename”.

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

    Note

    Call this method and ensure it returns true before accessing the accountLockOrUnlocked property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountLockOrUnlocked;

    Swift

    func isAccountLockOrUnlocked() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_lock_or_unlocked”.

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

    Note

    Call this method and ensure it returns true before accessing the emmError property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmError;

    Swift

    func isEmmError() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_error”.

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

    Note

    Call this method and ensure it returns true before accessing the guestAdminSignedInViaTrustedTeams property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGuestAdminSignedInViaTrustedTeams;

    Swift

    func isGuestAdminSignedInViaTrustedTeams() -> Bool

    Return Value

    Whether the union’s current tag state has value “guest_admin_signed_in_via_trusted_teams”.

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

    Note

    Call this method and ensure it returns true before accessing the guestAdminSignedOutViaTrustedTeams property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGuestAdminSignedOutViaTrustedTeams;

    Swift

    func isGuestAdminSignedOutViaTrustedTeams() -> Bool

    Return Value

    Whether the union’s current tag state has value “guest_admin_signed_out_via_trusted_teams”.

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

    Note

    Call this method and ensure it returns true before accessing the loginFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLoginFail;

    Swift

    func isLoginFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “login_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the loginSuccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLoginSuccess;

    Swift

    func isLoginSuccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “login_success”.

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

    Note

    Call this method and ensure it returns true before accessing the logout property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isLogout;

    Swift

    func isLogout() -> Bool

    Return Value

    Whether the union’s current tag state has value “logout”.

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

    Note

    Call this method and ensure it returns true before accessing the resellerSupportSessionEnd property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isResellerSupportSessionEnd;

    Swift

    func isResellerSupportSessionEnd() -> Bool

    Return Value

    Whether the union’s current tag state has value “reseller_support_session_end”.

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

    Note

    Call this method and ensure it returns true before accessing the resellerSupportSessionStart property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isResellerSupportSessionStart;

    Swift

    func isResellerSupportSessionStart() -> Bool

    Return Value

    Whether the union’s current tag state has value “reseller_support_session_start”.

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

    Note

    Call this method and ensure it returns true before accessing the signInAsSessionEnd property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSignInAsSessionEnd;

    Swift

    func isSignInAsSessionEnd() -> Bool

    Return Value

    Whether the union’s current tag state has value “sign_in_as_session_end”.

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

    Note

    Call this method and ensure it returns true before accessing the signInAsSessionStart property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSignInAsSessionStart;

    Swift

    func isSignInAsSessionStart() -> Bool

    Return Value

    Whether the union’s current tag state has value “sign_in_as_session_start”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoError property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoError;

    Swift

    func isSsoError() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_error”.

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

    Note

    Call this method and ensure it returns true before accessing the createTeamInviteLink property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCreateTeamInviteLink;

    Swift

    func isCreateTeamInviteLink() -> Bool

    Return Value

    Whether the union’s current tag state has value “create_team_invite_link”.

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

    Note

    Call this method and ensure it returns true before accessing the deleteTeamInviteLink property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeleteTeamInviteLink;

    Swift

    func isDeleteTeamInviteLink() -> Bool

    Return Value

    Whether the union’s current tag state has value “delete_team_invite_link”.

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

    Note

    Call this method and ensure it returns true before accessing the memberAddExternalId property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberAddExternalId;

    Swift

    func isMemberAddExternalId() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_add_external_id”.

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

    Note

    Call this method and ensure it returns true before accessing the memberAddName property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberAddName;

    Swift

    func isMemberAddName() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_add_name”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeAdminRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeAdminRole;

    Swift

    func isMemberChangeAdminRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_admin_role”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeEmail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeEmail;

    Swift

    func isMemberChangeEmail() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_email”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeExternalId property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeExternalId;

    Swift

    func isMemberChangeExternalId() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_external_id”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeMembershipType property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeMembershipType;

    Swift

    func isMemberChangeMembershipType() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_membership_type”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeName property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeName;

    Swift

    func isMemberChangeName() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_name”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeResellerRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeResellerRole;

    Swift

    func isMemberChangeResellerRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_reseller_role”.

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

    Note

    Call this method and ensure it returns true before accessing the memberChangeStatus property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberChangeStatus;

    Swift

    func isMemberChangeStatus() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_change_status”.

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

    Note

    Call this method and ensure it returns true before accessing the memberDeleteManualContacts property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberDeleteManualContacts;

    Swift

    func isMemberDeleteManualContacts() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_delete_manual_contacts”.

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

    Note

    Call this method and ensure it returns true before accessing the memberDeleteProfilePhoto property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberDeleteProfilePhoto;

    Swift

    func isMemberDeleteProfilePhoto() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_delete_profile_photo”.

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

    Note

    Call this method and ensure it returns true before accessing the memberPermanentlyDeleteAccountContents property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberPermanentlyDeleteAccountContents;

    Swift

    func isMemberPermanentlyDeleteAccountContents() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_permanently_delete_account_contents”.

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

    Note

    Call this method and ensure it returns true before accessing the memberRemoveExternalId property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberRemoveExternalId;

    Swift

    func isMemberRemoveExternalId() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_remove_external_id”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSetProfilePhoto property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSetProfilePhoto;

    Swift

    func isMemberSetProfilePhoto() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_set_profile_photo”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsAddCustomQuota property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsAddCustomQuota;

    Swift

    func isMemberSpaceLimitsAddCustomQuota() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_add_custom_quota”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsChangeCustomQuota property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangeCustomQuota;

    Swift

    func isMemberSpaceLimitsChangeCustomQuota() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_change_custom_quota”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsChangeStatus property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangeStatus;

    Swift

    func isMemberSpaceLimitsChangeStatus() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_change_status”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsRemoveCustomQuota property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsRemoveCustomQuota;

    Swift

    func isMemberSpaceLimitsRemoveCustomQuota() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_remove_custom_quota”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSuggest property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSuggest;

    Swift

    func isMemberSuggest() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_suggest”.

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

    Note

    Call this method and ensure it returns true before accessing the memberTransferAccountContents property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberTransferAccountContents;

    Swift

    func isMemberTransferAccountContents() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_transfer_account_contents”.

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

    Note

    Call this method and ensure it returns true before accessing the pendingSecondaryEmailAdded property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPendingSecondaryEmailAdded;

    Swift

    func isPendingSecondaryEmailAdded() -> Bool

    Return Value

    Whether the union’s current tag state has value “pending_secondary_email_added”.

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

    Note

    Call this method and ensure it returns true before accessing the secondaryEmailDeleted property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSecondaryEmailDeleted;

    Swift

    func isSecondaryEmailDeleted() -> Bool

    Return Value

    Whether the union’s current tag state has value “secondary_email_deleted”.

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

    Note

    Call this method and ensure it returns true before accessing the secondaryEmailVerified property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSecondaryEmailVerified;

    Swift

    func isSecondaryEmailVerified() -> Bool

    Return Value

    Whether the union’s current tag state has value “secondary_email_verified”.

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

    Note

    Call this method and ensure it returns true before accessing the secondaryMailsPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSecondaryMailsPolicyChanged;

    Swift

    func isSecondaryMailsPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “secondary_mails_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the binderAddPage property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderAddPage;

    Swift

    func isBinderAddPage() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_add_page”.

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

    Note

    Call this method and ensure it returns true before accessing the binderAddSection property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderAddSection;

    Swift

    func isBinderAddSection() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_add_section”.

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

    Note

    Call this method and ensure it returns true before accessing the binderRemovePage property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderRemovePage;

    Swift

    func isBinderRemovePage() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_remove_page”.

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

    Note

    Call this method and ensure it returns true before accessing the binderRemoveSection property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderRemoveSection;

    Swift

    func isBinderRemoveSection() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_remove_section”.

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

    Note

    Call this method and ensure it returns true before accessing the binderRenamePage property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderRenamePage;

    Swift

    func isBinderRenamePage() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_rename_page”.

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

    Note

    Call this method and ensure it returns true before accessing the binderRenameSection property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderRenameSection;

    Swift

    func isBinderRenameSection() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_rename_section”.

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

    Note

    Call this method and ensure it returns true before accessing the binderReorderPage property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderReorderPage;

    Swift

    func isBinderReorderPage() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_reorder_page”.

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

    Note

    Call this method and ensure it returns true before accessing the binderReorderSection property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isBinderReorderSection;

    Swift

    func isBinderReorderSection() -> Bool

    Return Value

    Whether the union’s current tag state has value “binder_reorder_section”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentAddMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentAddMember;

    Swift

    func isPaperContentAddMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_add_member”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentAddToFolder property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentAddToFolder;

    Swift

    func isPaperContentAddToFolder() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_add_to_folder”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentArchive property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentArchive;

    Swift

    func isPaperContentArchive() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_archive”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentCreate;

    Swift

    func isPaperContentCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_create”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentPermanentlyDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentPermanentlyDelete;

    Swift

    func isPaperContentPermanentlyDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_permanently_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentRemoveFromFolder property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentRemoveFromFolder;

    Swift

    func isPaperContentRemoveFromFolder() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_remove_from_folder”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentRemoveMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentRemoveMember;

    Swift

    func isPaperContentRemoveMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_remove_member”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentRename property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentRename;

    Swift

    func isPaperContentRename() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_rename”.

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

    Note

    Call this method and ensure it returns true before accessing the paperContentRestore property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperContentRestore;

    Swift

    func isPaperContentRestore() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_content_restore”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocAddComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocAddComment;

    Swift

    func isPaperDocAddComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_add_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocChangeMemberRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocChangeMemberRole;

    Swift

    func isPaperDocChangeMemberRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_change_member_role”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocChangeSharingPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocChangeSharingPolicy;

    Swift

    func isPaperDocChangeSharingPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_change_sharing_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocChangeSubscription property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocChangeSubscription;

    Swift

    func isPaperDocChangeSubscription() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_change_subscription”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocDeleted property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocDeleted;

    Swift

    func isPaperDocDeleted() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_deleted”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocDeleteComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocDeleteComment;

    Swift

    func isPaperDocDeleteComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_delete_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocDownload property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocDownload;

    Swift

    func isPaperDocDownload() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_download”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocEdit property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocEdit;

    Swift

    func isPaperDocEdit() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_edit”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocEditComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocEditComment;

    Swift

    func isPaperDocEditComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_edit_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocFollowed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocFollowed;

    Swift

    func isPaperDocFollowed() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_followed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocMention property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocMention;

    Swift

    func isPaperDocMention() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_mention”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocOwnershipChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocOwnershipChanged;

    Swift

    func isPaperDocOwnershipChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_ownership_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocRequestAccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocRequestAccess;

    Swift

    func isPaperDocRequestAccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_request_access”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocResolveComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocResolveComment;

    Swift

    func isPaperDocResolveComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_resolve_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocRevert property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocRevert;

    Swift

    func isPaperDocRevert() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_revert”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocSlackShare property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocSlackShare;

    Swift

    func isPaperDocSlackShare() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_slack_share”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocTeamInvite property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocTeamInvite;

    Swift

    func isPaperDocTeamInvite() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_team_invite”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocTrashed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocTrashed;

    Swift

    func isPaperDocTrashed() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_trashed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocUnresolveComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocUnresolveComment;

    Swift

    func isPaperDocUnresolveComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_unresolve_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocUntrashed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocUntrashed;

    Swift

    func isPaperDocUntrashed() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_untrashed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDocView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDocView;

    Swift

    func isPaperDocView() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_doc_view”.

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

    Note

    Call this method and ensure it returns true before accessing the paperExternalViewAllow property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperExternalViewAllow;

    Swift

    func isPaperExternalViewAllow() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_external_view_allow”.

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

    Note

    Call this method and ensure it returns true before accessing the paperExternalViewDefaultTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperExternalViewDefaultTeam;

    Swift

    func isPaperExternalViewDefaultTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_external_view_default_team”.

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

    Note

    Call this method and ensure it returns true before accessing the paperExternalViewForbid property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperExternalViewForbid;

    Swift

    func isPaperExternalViewForbid() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_external_view_forbid”.

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

    Note

    Call this method and ensure it returns true before accessing the paperFolderChangeSubscription property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperFolderChangeSubscription;

    Swift

    func isPaperFolderChangeSubscription() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_folder_change_subscription”.

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

    Note

    Call this method and ensure it returns true before accessing the paperFolderDeleted property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperFolderDeleted;

    Swift

    func isPaperFolderDeleted() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_folder_deleted”.

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

    Note

    Call this method and ensure it returns true before accessing the paperFolderFollowed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperFolderFollowed;

    Swift

    func isPaperFolderFollowed() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_folder_followed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperFolderTeamInvite property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperFolderTeamInvite;

    Swift

    func isPaperFolderTeamInvite() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_folder_team_invite”.

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

    Note

    Call this method and ensure it returns true before accessing the paperPublishedLinkChangePermission property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkChangePermission;

    Swift

    func isPaperPublishedLinkChangePermission() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_published_link_change_permission”.

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

    Note

    Call this method and ensure it returns true before accessing the paperPublishedLinkCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkCreate;

    Swift

    func isPaperPublishedLinkCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_published_link_create”.

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

    Note

    Call this method and ensure it returns true before accessing the paperPublishedLinkDisabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkDisabled;

    Swift

    func isPaperPublishedLinkDisabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_published_link_disabled”.

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

    Note

    Call this method and ensure it returns true before accessing the paperPublishedLinkView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkView;

    Swift

    func isPaperPublishedLinkView() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_published_link_view”.

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

    Note

    Call this method and ensure it returns true before accessing the passwordChange property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPasswordChange;

    Swift

    func isPasswordChange() -> Bool

    Return Value

    Whether the union’s current tag state has value “password_change”.

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

    Note

    Call this method and ensure it returns true before accessing the passwordReset property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPasswordReset;

    Swift

    func isPasswordReset() -> Bool

    Return Value

    Whether the union’s current tag state has value “password_reset”.

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

    Note

    Call this method and ensure it returns true before accessing the passwordResetAll property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPasswordResetAll;

    Swift

    func isPasswordResetAll() -> Bool

    Return Value

    Whether the union’s current tag state has value “password_reset_all”.

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

    Note

    Call this method and ensure it returns true before accessing the classificationCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isClassificationCreateReport;

    Swift

    func isClassificationCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “classification_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the classificationCreateReportFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isClassificationCreateReportFail;

    Swift

    func isClassificationCreateReportFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “classification_create_report_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the emmCreateExceptionsReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmCreateExceptionsReport;

    Swift

    func isEmmCreateExceptionsReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_create_exceptions_report”.

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

    Note

    Call this method and ensure it returns true before accessing the emmCreateUsageReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmCreateUsageReport;

    Swift

    func isEmmCreateUsageReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_create_usage_report”.

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

    Note

    Call this method and ensure it returns true before accessing the exportMembersReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExportMembersReport;

    Swift

    func isExportMembersReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “export_members_report”.

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

    Note

    Call this method and ensure it returns true before accessing the exportMembersReportFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExportMembersReportFail;

    Swift

    func isExportMembersReportFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “export_members_report_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the externalSharingCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExternalSharingCreateReport;

    Swift

    func isExternalSharingCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “external_sharing_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the externalSharingReportFailed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExternalSharingReportFailed;

    Swift

    func isExternalSharingReportFailed() -> Bool

    Return Value

    Whether the union’s current tag state has value “external_sharing_report_failed”.

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

    Note

    Call this method and ensure it returns true before accessing the noExpirationLinkGenCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoExpirationLinkGenCreateReport;

    Swift

    func isNoExpirationLinkGenCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “no_expiration_link_gen_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the noExpirationLinkGenReportFailed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoExpirationLinkGenReportFailed;

    Swift

    func isNoExpirationLinkGenReportFailed() -> Bool

    Return Value

    Whether the union’s current tag state has value “no_expiration_link_gen_report_failed”.

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

    Note

    Call this method and ensure it returns true before accessing the noPasswordLinkGenCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkGenCreateReport;

    Swift

    func isNoPasswordLinkGenCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “no_password_link_gen_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the noPasswordLinkGenReportFailed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkGenReportFailed;

    Swift

    func isNoPasswordLinkGenReportFailed() -> Bool

    Return Value

    Whether the union’s current tag state has value “no_password_link_gen_report_failed”.

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

    Note

    Call this method and ensure it returns true before accessing the noPasswordLinkViewCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkViewCreateReport;

    Swift

    func isNoPasswordLinkViewCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “no_password_link_view_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the noPasswordLinkViewReportFailed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkViewReportFailed;

    Swift

    func isNoPasswordLinkViewReportFailed() -> Bool

    Return Value

    Whether the union’s current tag state has value “no_password_link_view_report_failed”.

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

    Note

    Call this method and ensure it returns true before accessing the outdatedLinkViewCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isOutdatedLinkViewCreateReport;

    Swift

    func isOutdatedLinkViewCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “outdated_link_view_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the outdatedLinkViewReportFailed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isOutdatedLinkViewReportFailed;

    Swift

    func isOutdatedLinkViewReportFailed() -> Bool

    Return Value

    Whether the union’s current tag state has value “outdated_link_view_report_failed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperAdminExportStart property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperAdminExportStart;

    Swift

    func isPaperAdminExportStart() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_admin_export_start”.

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

    Note

    Call this method and ensure it returns true before accessing the smartSyncCreateAdminPrivilegeReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncCreateAdminPrivilegeReport;

    Swift

    func isSmartSyncCreateAdminPrivilegeReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_create_admin_privilege_report”.

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

    Note

    Call this method and ensure it returns true before accessing the teamActivityCreateReport property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamActivityCreateReport;

    Swift

    func isTeamActivityCreateReport() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_activity_create_report”.

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

    Note

    Call this method and ensure it returns true before accessing the teamActivityCreateReportFail property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamActivityCreateReportFail;

    Swift

    func isTeamActivityCreateReportFail() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_activity_create_report_fail”.

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

    Note

    Call this method and ensure it returns true before accessing the collectionShare property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCollectionShare;

    Swift

    func isCollectionShare() -> Bool

    Return Value

    Whether the union’s current tag state has value “collection_share”.

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

    Note

    Call this method and ensure it returns true before accessing the fileTransfersFileAdd property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersFileAdd;

    Swift

    func isFileTransfersFileAdd() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_file_add”.

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

    Note

    Call this method and ensure it returns true before accessing the fileTransfersTransferDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferDelete;

    Swift

    func isFileTransfersTransferDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_transfer_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the fileTransfersTransferDownload property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferDownload;

    Swift

    func isFileTransfersTransferDownload() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_transfer_download”.

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

    Note

    Call this method and ensure it returns true before accessing the fileTransfersTransferSend property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferSend;

    Swift

    func isFileTransfersTransferSend() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_transfer_send”.

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

    Note

    Call this method and ensure it returns true before accessing the fileTransfersTransferView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferView;

    Swift

    func isFileTransfersTransferView() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_transfer_view”.

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

    Note

    Call this method and ensure it returns true before accessing the noteAclInviteOnly property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoteAclInviteOnly;

    Swift

    func isNoteAclInviteOnly() -> Bool

    Return Value

    Whether the union’s current tag state has value “note_acl_invite_only”.

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

    Note

    Call this method and ensure it returns true before accessing the noteAclLink property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoteAclLink;

    Swift

    func isNoteAclLink() -> Bool

    Return Value

    Whether the union’s current tag state has value “note_acl_link”.

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

    Note

    Call this method and ensure it returns true before accessing the noteAclTeamLink property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoteAclTeamLink;

    Swift

    func isNoteAclTeamLink() -> Bool

    Return Value

    Whether the union’s current tag state has value “note_acl_team_link”.

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

    Note

    Call this method and ensure it returns true before accessing the noteShared property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoteShared;

    Swift

    func isNoteShared() -> Bool

    Return Value

    Whether the union’s current tag state has value “note_shared”.

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

    Note

    Call this method and ensure it returns true before accessing the noteShareReceive property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNoteShareReceive;

    Swift

    func isNoteShareReceive() -> Bool

    Return Value

    Whether the union’s current tag state has value “note_share_receive”.

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

    Note

    Call this method and ensure it returns true before accessing the openNoteShared property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isOpenNoteShared;

    Swift

    func isOpenNoteShared() -> Bool

    Return Value

    Whether the union’s current tag state has value “open_note_shared”.

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

    Note

    Call this method and ensure it returns true before accessing the sfAddGroup property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfAddGroup;

    Swift

    func isSfAddGroup() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_add_group”.

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

    Note

    Call this method and ensure it returns true before accessing the sfAllowNonMembersToViewSharedLinks property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfAllowNonMembersToViewSharedLinks;

    Swift

    func isSfAllowNonMembersToViewSharedLinks() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_allow_non_members_to_view_shared_links”.

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

    Note

    Call this method and ensure it returns true before accessing the sfExternalInviteWarn property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfExternalInviteWarn;

    Swift

    func isSfExternalInviteWarn() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_external_invite_warn”.

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

    Note

    Call this method and ensure it returns true before accessing the sfFbInvite property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfFbInvite;

    Swift

    func isSfFbInvite() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_fb_invite”.

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

    Note

    Call this method and ensure it returns true before accessing the sfFbInviteChangeRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfFbInviteChangeRole;

    Swift

    func isSfFbInviteChangeRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_fb_invite_change_role”.

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

    Note

    Call this method and ensure it returns true before accessing the sfFbUninvite property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfFbUninvite;

    Swift

    func isSfFbUninvite() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_fb_uninvite”.

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

    Note

    Call this method and ensure it returns true before accessing the sfInviteGroup property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfInviteGroup;

    Swift

    func isSfInviteGroup() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_invite_group”.

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

    Note

    Call this method and ensure it returns true before accessing the sfTeamGrantAccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfTeamGrantAccess;

    Swift

    func isSfTeamGrantAccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_team_grant_access”.

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

    Note

    Call this method and ensure it returns true before accessing the sfTeamInvite property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfTeamInvite;

    Swift

    func isSfTeamInvite() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_team_invite”.

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

    Note

    Call this method and ensure it returns true before accessing the sfTeamInviteChangeRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfTeamInviteChangeRole;

    Swift

    func isSfTeamInviteChangeRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_team_invite_change_role”.

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

    Note

    Call this method and ensure it returns true before accessing the sfTeamJoin property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfTeamJoin;

    Swift

    func isSfTeamJoin() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_team_join”.

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

    Note

    Call this method and ensure it returns true before accessing the sfTeamJoinFromOobLink property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfTeamJoinFromOobLink;

    Swift

    func isSfTeamJoinFromOobLink() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_team_join_from_oob_link”.

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

    Note

    Call this method and ensure it returns true before accessing the sfTeamUninvite property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSfTeamUninvite;

    Swift

    func isSfTeamUninvite() -> Bool

    Return Value

    Whether the union’s current tag state has value “sf_team_uninvite”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentAddInvitees property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddInvitees;

    Swift

    func isSharedContentAddInvitees() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_add_invitees”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentAddLinkExpiry property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddLinkExpiry;

    Swift

    func isSharedContentAddLinkExpiry() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_add_link_expiry”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentAddLinkPassword property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddLinkPassword;

    Swift

    func isSharedContentAddLinkPassword() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_add_link_password”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentAddMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddMember;

    Swift

    func isSharedContentAddMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_add_member”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeDownloadsPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeDownloadsPolicy;

    Swift

    func isSharedContentChangeDownloadsPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_downloads_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeInviteeRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeInviteeRole;

    Swift

    func isSharedContentChangeInviteeRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_invitee_role”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeLinkAudience property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeLinkAudience;

    Swift

    func isSharedContentChangeLinkAudience() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_link_audience”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeLinkExpiry property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeLinkExpiry;

    Swift

    func isSharedContentChangeLinkExpiry() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_link_expiry”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeLinkPassword property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeLinkPassword;

    Swift

    func isSharedContentChangeLinkPassword() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_link_password”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeMemberRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeMemberRole;

    Swift

    func isSharedContentChangeMemberRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_member_role”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentChangeViewerInfoPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeViewerInfoPolicy;

    Swift

    func isSharedContentChangeViewerInfoPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_change_viewer_info_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentClaimInvitation property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentClaimInvitation;

    Swift

    func isSharedContentClaimInvitation() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_claim_invitation”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentCopy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentCopy;

    Swift

    func isSharedContentCopy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_copy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentDownload property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentDownload;

    Swift

    func isSharedContentDownload() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_download”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRelinquishMembership property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRelinquishMembership;

    Swift

    func isSharedContentRelinquishMembership() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_relinquish_membership”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveInvitees property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveInvitees;

    Swift

    func isSharedContentRemoveInvitees() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_invitees”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveLinkExpiry property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveLinkExpiry;

    Swift

    func isSharedContentRemoveLinkExpiry() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_link_expiry”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveLinkPassword property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveLinkPassword;

    Swift

    func isSharedContentRemoveLinkPassword() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_link_password”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveMember;

    Swift

    func isSharedContentRemoveMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_member”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRequestAccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRequestAccess;

    Swift

    func isSharedContentRequestAccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_request_access”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRestoreInvitees property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRestoreInvitees;

    Swift

    func isSharedContentRestoreInvitees() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_restore_invitees”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentRestoreMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRestoreMember;

    Swift

    func isSharedContentRestoreMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_restore_member”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentUnshare property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentUnshare;

    Swift

    func isSharedContentUnshare() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_unshare”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedContentView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentView;

    Swift

    func isSharedContentView() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_view”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeLinkPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeLinkPolicy;

    Swift

    func isSharedFolderChangeLinkPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_link_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeMembersInheritancePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeMembersInheritancePolicy;

    Swift

    func isSharedFolderChangeMembersInheritancePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeMembersManagementPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeMembersManagementPolicy;

    Swift

    func isSharedFolderChangeMembersManagementPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_members_management_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeMembersPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeMembersPolicy;

    Swift

    func isSharedFolderChangeMembersPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_members_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderCreate;

    Swift

    func isSharedFolderCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_create”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderDeclineInvitation property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderDeclineInvitation;

    Swift

    func isSharedFolderDeclineInvitation() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_decline_invitation”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderMount property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderMount;

    Swift

    func isSharedFolderMount() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_mount”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderNest property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderNest;

    Swift

    func isSharedFolderNest() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_nest”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderTransferOwnership property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderTransferOwnership;

    Swift

    func isSharedFolderTransferOwnership() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_transfer_ownership”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedFolderUnmount property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderUnmount;

    Swift

    func isSharedFolderUnmount() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_unmount”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkAddExpiry property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkAddExpiry;

    Swift

    func isSharedLinkAddExpiry() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_add_expiry”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkChangeExpiry property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkChangeExpiry;

    Swift

    func isSharedLinkChangeExpiry() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_change_expiry”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkChangeVisibility property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkChangeVisibility;

    Swift

    func isSharedLinkChangeVisibility() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_change_visibility”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkCopy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkCopy;

    Swift

    func isSharedLinkCopy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_copy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkCreate;

    Swift

    func isSharedLinkCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_create”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkDisable property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkDisable;

    Swift

    func isSharedLinkDisable() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_disable”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkDownload property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkDownload;

    Swift

    func isSharedLinkDownload() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_download”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkRemoveExpiry property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkRemoveExpiry;

    Swift

    func isSharedLinkRemoveExpiry() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_remove_expiry”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAddExpiration property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAddExpiration;

    Swift

    func isSharedLinkSettingsAddExpiration() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_add_expiration”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAddPassword property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAddPassword;

    Swift

    func isSharedLinkSettingsAddPassword() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_add_password”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAllowDownloadDisabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAllowDownloadDisabled;

    Swift

    func isSharedLinkSettingsAllowDownloadDisabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_allow_download_disabled”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAllowDownloadEnabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAllowDownloadEnabled;

    Swift

    func isSharedLinkSettingsAllowDownloadEnabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_allow_download_enabled”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsChangeAudience property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsChangeAudience;

    Swift

    func isSharedLinkSettingsChangeAudience() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_change_audience”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsChangeExpiration property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsChangeExpiration;

    Swift

    func isSharedLinkSettingsChangeExpiration() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_change_expiration”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsChangePassword property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsChangePassword;

    Swift

    func isSharedLinkSettingsChangePassword() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_change_password”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsRemoveExpiration property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsRemoveExpiration;

    Swift

    func isSharedLinkSettingsRemoveExpiration() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_remove_expiration”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsRemovePassword property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsRemovePassword;

    Swift

    func isSharedLinkSettingsRemovePassword() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_remove_password”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkShare property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkShare;

    Swift

    func isSharedLinkShare() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_share”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedLinkView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkView;

    Swift

    func isSharedLinkView() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_view”.

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

    Note

    Call this method and ensure it returns true before accessing the sharedNoteOpened property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedNoteOpened;

    Swift

    func isSharedNoteOpened() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_note_opened”.

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

    Note

    Call this method and ensure it returns true before accessing the shmodelDisableDownloads property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShmodelDisableDownloads;

    Swift

    func isShmodelDisableDownloads() -> Bool

    Return Value

    Whether the union’s current tag state has value “shmodel_disable_downloads”.

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

    Note

    Call this method and ensure it returns true before accessing the shmodelEnableDownloads property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShmodelEnableDownloads;

    Swift

    func isShmodelEnableDownloads() -> Bool

    Return Value

    Whether the union’s current tag state has value “shmodel_enable_downloads”.

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

    Note

    Call this method and ensure it returns true before accessing the shmodelGroupShare property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShmodelGroupShare;

    Swift

    func isShmodelGroupShare() -> Bool

    Return Value

    Whether the union’s current tag state has value “shmodel_group_share”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseAccessGranted property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseAccessGranted;

    Swift

    func isShowcaseAccessGranted() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_access_granted”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseAddMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseAddMember;

    Swift

    func isShowcaseAddMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_add_member”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseArchived property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseArchived;

    Swift

    func isShowcaseArchived() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_archived”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseCreated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseCreated;

    Swift

    func isShowcaseCreated() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_created”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseDeleteComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseDeleteComment;

    Swift

    func isShowcaseDeleteComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_delete_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseEdited property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseEdited;

    Swift

    func isShowcaseEdited() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_edited”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseEditComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseEditComment;

    Swift

    func isShowcaseEditComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_edit_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseFileAdded property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileAdded;

    Swift

    func isShowcaseFileAdded() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_added”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseFileDownload property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileDownload;

    Swift

    func isShowcaseFileDownload() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_download”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseFileRemoved property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileRemoved;

    Swift

    func isShowcaseFileRemoved() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_removed”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseFileView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileView;

    Swift

    func isShowcaseFileView() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_view”.

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

    Note

    Call this method and ensure it returns true before accessing the showcasePermanentlyDeleted property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcasePermanentlyDeleted;

    Swift

    func isShowcasePermanentlyDeleted() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_permanently_deleted”.

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

    Note

    Call this method and ensure it returns true before accessing the showcasePostComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcasePostComment;

    Swift

    func isShowcasePostComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_post_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseRemoveMember property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRemoveMember;

    Swift

    func isShowcaseRemoveMember() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_remove_member”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseRenamed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRenamed;

    Swift

    func isShowcaseRenamed() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_renamed”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseRequestAccess property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRequestAccess;

    Swift

    func isShowcaseRequestAccess() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_request_access”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseResolveComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseResolveComment;

    Swift

    func isShowcaseResolveComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_resolve_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseRestored property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRestored;

    Swift

    func isShowcaseRestored() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_restored”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseTrashed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseTrashed;

    Swift

    func isShowcaseTrashed() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_trashed”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseTrashedDeprecated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseTrashedDeprecated;

    Swift

    func isShowcaseTrashedDeprecated() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_trashed_deprecated”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseUnresolveComment property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseUnresolveComment;

    Swift

    func isShowcaseUnresolveComment() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_unresolve_comment”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseUntrashed property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseUntrashed;

    Swift

    func isShowcaseUntrashed() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_untrashed”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseUntrashedDeprecated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseUntrashedDeprecated;

    Swift

    func isShowcaseUntrashedDeprecated() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_untrashed_deprecated”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseView property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseView;

    Swift

    func isShowcaseView() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_view”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoAddCert property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoAddCert;

    Swift

    func isSsoAddCert() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_add_cert”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoAddLoginUrl property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoAddLoginUrl;

    Swift

    func isSsoAddLoginUrl() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_add_login_url”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoAddLogoutUrl property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoAddLogoutUrl;

    Swift

    func isSsoAddLogoutUrl() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_add_logout_url”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoChangeCert property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeCert;

    Swift

    func isSsoChangeCert() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_cert”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoChangeLoginUrl property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeLoginUrl;

    Swift

    func isSsoChangeLoginUrl() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_login_url”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoChangeLogoutUrl property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeLogoutUrl;

    Swift

    func isSsoChangeLogoutUrl() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_logout_url”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoChangeSamlIdentityMode property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeSamlIdentityMode;

    Swift

    func isSsoChangeSamlIdentityMode() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_saml_identity_mode”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoRemoveCert property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoRemoveCert;

    Swift

    func isSsoRemoveCert() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_remove_cert”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoRemoveLoginUrl property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoRemoveLoginUrl;

    Swift

    func isSsoRemoveLoginUrl() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_remove_login_url”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoRemoveLogoutUrl property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoRemoveLogoutUrl;

    Swift

    func isSsoRemoveLogoutUrl() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_remove_logout_url”.

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

    Note

    Call this method and ensure it returns true before accessing the teamFolderChangeStatus property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderChangeStatus;

    Swift

    func isTeamFolderChangeStatus() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_change_status”.

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

    Note

    Call this method and ensure it returns true before accessing the teamFolderCreate property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderCreate;

    Swift

    func isTeamFolderCreate() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_create”.

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

    Note

    Call this method and ensure it returns true before accessing the teamFolderDowngrade property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderDowngrade;

    Swift

    func isTeamFolderDowngrade() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_downgrade”.

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

    Note

    Call this method and ensure it returns true before accessing the teamFolderPermanentlyDelete property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderPermanentlyDelete;

    Swift

    func isTeamFolderPermanentlyDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_permanently_delete”.

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

    Note

    Call this method and ensure it returns true before accessing the teamFolderRename property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderRename;

    Swift

    func isTeamFolderRename() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_rename”.

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

    Note

    Call this method and ensure it returns true before accessing the teamSelectiveSyncSettingsChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamSelectiveSyncSettingsChanged;

    Swift

    func isTeamSelectiveSyncSettingsChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_selective_sync_settings_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the accountCaptureChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureChangePolicy;

    Swift

    func isAccountCaptureChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_capture_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the adminEmailRemindersChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAdminEmailRemindersChanged;

    Swift

    func isAdminEmailRemindersChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “admin_email_reminders_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the allowDownloadDisabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAllowDownloadDisabled;

    Swift

    func isAllowDownloadDisabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “allow_download_disabled”.

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

    Note

    Call this method and ensure it returns true before accessing the allowDownloadEnabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAllowDownloadEnabled;

    Swift

    func isAllowDownloadEnabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “allow_download_enabled”.

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

    Note

    Call this method and ensure it returns true before accessing the appPermissionsChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppPermissionsChanged;

    Swift

    func isAppPermissionsChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_permissions_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the cameraUploadsPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCameraUploadsPolicyChanged;

    Swift

    func isCameraUploadsPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “camera_uploads_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the captureTranscriptPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCaptureTranscriptPolicyChanged;

    Swift

    func isCaptureTranscriptPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “capture_transcript_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the classificationChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isClassificationChangePolicy;

    Swift

    func isClassificationChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “classification_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the computerBackupPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isComputerBackupPolicyChanged;

    Swift

    func isComputerBackupPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “computer_backup_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the contentAdministrationPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isContentAdministrationPolicyChanged;

    Swift

    func isContentAdministrationPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “content_administration_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the dataPlacementRestrictionChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataPlacementRestrictionChangePolicy;

    Swift

    func isDataPlacementRestrictionChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_placement_restriction_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the dataPlacementRestrictionSatisfyPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataPlacementRestrictionSatisfyPolicy;

    Swift

    func isDataPlacementRestrictionSatisfyPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_placement_restriction_satisfy_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsAddException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsAddException;

    Swift

    func isDeviceApprovalsAddException() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_add_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeDesktopPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeDesktopPolicy;

    Swift

    func isDeviceApprovalsChangeDesktopPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_desktop_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeMobilePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeMobilePolicy;

    Swift

    func isDeviceApprovalsChangeMobilePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_mobile_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeOverageAction property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeOverageAction;

    Swift

    func isDeviceApprovalsChangeOverageAction() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_overage_action”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeUnlinkAction property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeUnlinkAction;

    Swift

    func isDeviceApprovalsChangeUnlinkAction() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_unlink_action”.

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

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsRemoveException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsRemoveException;

    Swift

    func isDeviceApprovalsRemoveException() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_remove_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the directoryRestrictionsAddMembers property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDirectoryRestrictionsAddMembers;

    Swift

    func isDirectoryRestrictionsAddMembers() -> Bool

    Return Value

    Whether the union’s current tag state has value “directory_restrictions_add_members”.

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

    Note

    Call this method and ensure it returns true before accessing the directoryRestrictionsRemoveMembers property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDirectoryRestrictionsRemoveMembers;

    Swift

    func isDirectoryRestrictionsRemoveMembers() -> Bool

    Return Value

    Whether the union’s current tag state has value “directory_restrictions_remove_members”.

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

    Note

    Call this method and ensure it returns true before accessing the dropboxPasswordsPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDropboxPasswordsPolicyChanged;

    Swift

    func isDropboxPasswordsPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “dropbox_passwords_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the emailIngestPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmailIngestPolicyChanged;

    Swift

    func isEmailIngestPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “email_ingest_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the emmAddException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmAddException;

    Swift

    func isEmmAddException() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_add_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the emmChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmChangePolicy;

    Swift

    func isEmmChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the emmRemoveException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmRemoveException;

    Swift

    func isEmmRemoveException() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_remove_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the extendedVersionHistoryChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExtendedVersionHistoryChangePolicy;

    Swift

    func isExtendedVersionHistoryChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “extended_version_history_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the externalDriveBackupPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExternalDriveBackupPolicyChanged;

    Swift

    func isExternalDriveBackupPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “external_drive_backup_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the fileCommentsChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileCommentsChangePolicy;

    Swift

    func isFileCommentsChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_comments_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the fileLockingPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileLockingPolicyChanged;

    Swift

    func isFileLockingPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_locking_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the fileProviderMigrationPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileProviderMigrationPolicyChanged;

    Swift

    func isFileProviderMigrationPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_provider_migration_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestsChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestsChangePolicy;

    Swift

    func isFileRequestsChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_requests_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestsEmailsEnabled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestsEmailsEnabled;

    Swift

    func isFileRequestsEmailsEnabled() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_requests_emails_enabled”.

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

    Note

    Call this method and ensure it returns true before accessing the fileRequestsEmailsRestrictedToTeamOnly property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestsEmailsRestrictedToTeamOnly;

    Swift

    func isFileRequestsEmailsRestrictedToTeamOnly() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only”.

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

    Note

    Call this method and ensure it returns true before accessing the fileTransfersPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersPolicyChanged;

    Swift

    func isFileTransfersPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the folderLinkRestrictionPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFolderLinkRestrictionPolicyChanged;

    Swift

    func isFolderLinkRestrictionPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “folder_link_restriction_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the googleSsoChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGoogleSsoChangePolicy;

    Swift

    func isGoogleSsoChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “google_sso_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the groupUserManagementChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupUserManagementChangePolicy;

    Swift

    func isGroupUserManagementChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_user_management_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the integrationPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isIntegrationPolicyChanged;

    Swift

    func isIntegrationPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “integration_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the inviteAcceptanceEmailPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isInviteAcceptanceEmailPolicyChanged;

    Swift

    func isInviteAcceptanceEmailPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “invite_acceptance_email_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the memberRequestsChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberRequestsChangePolicy;

    Swift

    func isMemberRequestsChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_requests_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSendInvitePolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSendInvitePolicyChanged;

    Swift

    func isMemberSendInvitePolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_send_invite_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsAddException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsAddException;

    Swift

    func isMemberSpaceLimitsAddException() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_add_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsChangeCapsTypePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangeCapsTypePolicy;

    Swift

    func isMemberSpaceLimitsChangeCapsTypePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_change_caps_type_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangePolicy;

    Swift

    func isMemberSpaceLimitsChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsRemoveException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsRemoveException;

    Swift

    func isMemberSpaceLimitsRemoveException() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_remove_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the memberSuggestionsChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSuggestionsChangePolicy;

    Swift

    func isMemberSuggestionsChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_suggestions_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the microsoftOfficeAddinChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMicrosoftOfficeAddinChangePolicy;

    Swift

    func isMicrosoftOfficeAddinChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “microsoft_office_addin_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the networkControlChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNetworkControlChangePolicy;

    Swift

    func isNetworkControlChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “network_control_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the paperChangeDeploymentPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangeDeploymentPolicy;

    Swift

    func isPaperChangeDeploymentPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_deployment_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the paperChangeMemberLinkPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangeMemberLinkPolicy;

    Swift

    func isPaperChangeMemberLinkPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_member_link_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the paperChangeMemberPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangeMemberPolicy;

    Swift

    func isPaperChangeMemberPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_member_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the paperChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangePolicy;

    Swift

    func isPaperChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDefaultFolderPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDefaultFolderPolicyChanged;

    Swift

    func isPaperDefaultFolderPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_default_folder_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperDesktopPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDesktopPolicyChanged;

    Swift

    func isPaperDesktopPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_desktop_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the paperEnabledUsersGroupAddition property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperEnabledUsersGroupAddition;

    Swift

    func isPaperEnabledUsersGroupAddition() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_enabled_users_group_addition”.

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

    Note

    Call this method and ensure it returns true before accessing the paperEnabledUsersGroupRemoval property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperEnabledUsersGroupRemoval;

    Swift

    func isPaperEnabledUsersGroupRemoval() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_enabled_users_group_removal”.

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

    Note

    Call this method and ensure it returns true before accessing the passwordStrengthRequirementsChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPasswordStrengthRequirementsChangePolicy;

    Swift

    func isPasswordStrengthRequirementsChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “password_strength_requirements_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the permanentDeleteChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPermanentDeleteChangePolicy;

    Swift

    func isPermanentDeleteChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “permanent_delete_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the resellerSupportChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isResellerSupportChangePolicy;

    Swift

    func isResellerSupportChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “reseller_support_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the rewindPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isRewindPolicyChanged;

    Swift

    func isRewindPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “rewind_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the sendForSignaturePolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSendForSignaturePolicyChanged;

    Swift

    func isSendForSignaturePolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “send_for_signature_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the sharingChangeFolderJoinPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeFolderJoinPolicy;

    Swift

    func isSharingChangeFolderJoinPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_folder_join_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkAllowChangeExpirationPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkAllowChangeExpirationPolicy;

    Swift

    func isSharingChangeLinkAllowChangeExpirationPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkDefaultExpirationPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkDefaultExpirationPolicy;

    Swift

    func isSharingChangeLinkDefaultExpirationPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_default_expiration_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkEnforcePasswordPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkEnforcePasswordPolicy;

    Swift

    func isSharingChangeLinkEnforcePasswordPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_enforce_password_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkPolicy;

    Swift

    func isSharingChangeLinkPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the sharingChangeMemberPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeMemberPolicy;

    Swift

    func isSharingChangeMemberPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_member_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseChangeDownloadPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseChangeDownloadPolicy;

    Swift

    func isShowcaseChangeDownloadPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_change_download_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseChangeEnabledPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseChangeEnabledPolicy;

    Swift

    func isShowcaseChangeEnabledPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_change_enabled_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the showcaseChangeExternalSharingPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseChangeExternalSharingPolicy;

    Swift

    func isShowcaseChangeExternalSharingPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_change_external_sharing_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the smarterSmartSyncPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmarterSmartSyncPolicyChanged;

    Swift

    func isSmarterSmartSyncPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “smarter_smart_sync_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the smartSyncChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncChangePolicy;

    Swift

    func isSmartSyncChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the smartSyncNotOptOut property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncNotOptOut;

    Swift

    func isSmartSyncNotOptOut() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_not_opt_out”.

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

    Note

    Call this method and ensure it returns true before accessing the smartSyncOptOut property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncOptOut;

    Swift

    func isSmartSyncOptOut() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_opt_out”.

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

    Note

    Call this method and ensure it returns true before accessing the ssoChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangePolicy;

    Swift

    func isSsoChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the teamBrandingPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamBrandingPolicyChanged;

    Swift

    func isTeamBrandingPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_branding_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the teamExtensionsPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamExtensionsPolicyChanged;

    Swift

    func isTeamExtensionsPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_extensions_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the teamSelectiveSyncPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamSelectiveSyncPolicyChanged;

    Swift

    func isTeamSelectiveSyncPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_selective_sync_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the teamSharingWhitelistSubjectsChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamSharingWhitelistSubjectsChanged;

    Swift

    func isTeamSharingWhitelistSubjectsChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaAddException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaAddException;

    Swift

    func isTfaAddException() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_add_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaChangePolicy;

    Swift

    func isTfaChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaRemoveException property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaRemoveException;

    Swift

    func isTfaRemoveException() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_remove_exception”.

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

    Note

    Call this method and ensure it returns true before accessing the twoAccountChangePolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTwoAccountChangePolicy;

    Swift

    func isTwoAccountChangePolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “two_account_change_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the viewerInfoPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isViewerInfoPolicyChanged;

    Swift

    func isViewerInfoPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “viewer_info_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the watermarkingPolicyChanged property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWatermarkingPolicyChanged;

    Swift

    func isWatermarkingPolicyChanged() -> Bool

    Return Value

    Whether the union’s current tag state has value “watermarking_policy_changed”.

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

    Note

    Call this method and ensure it returns true before accessing the webSessionsChangeActiveSessionLimit property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWebSessionsChangeActiveSessionLimit;

    Swift

    func isWebSessionsChangeActiveSessionLimit() -> Bool

    Return Value

    Whether the union’s current tag state has value “web_sessions_change_active_session_limit”.

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

    Note

    Call this method and ensure it returns true before accessing the webSessionsChangeFixedLengthPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWebSessionsChangeFixedLengthPolicy;

    Swift

    func isWebSessionsChangeFixedLengthPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “web_sessions_change_fixed_length_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the webSessionsChangeIdleLengthPolicy property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWebSessionsChangeIdleLengthPolicy;

    Swift

    func isWebSessionsChangeIdleLengthPolicy() -> Bool

    Return Value

    Whether the union’s current tag state has value “web_sessions_change_idle_length_policy”.

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

    Note

    Call this method and ensure it returns true before accessing the dataResidencyMigrationRequestSuccessful property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataResidencyMigrationRequestSuccessful;

    Swift

    func isDataResidencyMigrationRequestSuccessful() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_residency_migration_request_successful”.

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

    Note

    Call this method and ensure it returns true before accessing the dataResidencyMigrationRequestUnsuccessful property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataResidencyMigrationRequestUnsuccessful;

    Swift

    func isDataResidencyMigrationRequestUnsuccessful() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_residency_migration_request_unsuccessful”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeFrom property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeFrom;

    Swift

    func isTeamMergeFrom() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_from”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeTo property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeTo;

    Swift

    func isTeamMergeTo() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_to”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileAddBackground property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileAddBackground;

    Swift

    func isTeamProfileAddBackground() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_add_background”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileAddLogo property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileAddLogo;

    Swift

    func isTeamProfileAddLogo() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_add_logo”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeBackground property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeBackground;

    Swift

    func isTeamProfileChangeBackground() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_background”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeDefaultLanguage property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeDefaultLanguage;

    Swift

    func isTeamProfileChangeDefaultLanguage() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_default_language”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeLogo property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeLogo;

    Swift

    func isTeamProfileChangeLogo() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_logo”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeName property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeName;

    Swift

    func isTeamProfileChangeName() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_name”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileRemoveBackground property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileRemoveBackground;

    Swift

    func isTeamProfileRemoveBackground() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_remove_background”.

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

    Note

    Call this method and ensure it returns true before accessing the teamProfileRemoveLogo property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileRemoveLogo;

    Swift

    func isTeamProfileRemoveLogo() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_remove_logo”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaAddBackupPhone property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaAddBackupPhone;

    Swift

    func isTfaAddBackupPhone() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_add_backup_phone”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaAddSecurityKey property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaAddSecurityKey;

    Swift

    func isTfaAddSecurityKey() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_add_security_key”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaChangeBackupPhone property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaChangeBackupPhone;

    Swift

    func isTfaChangeBackupPhone() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_change_backup_phone”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaChangeStatus property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaChangeStatus;

    Swift

    func isTfaChangeStatus() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_change_status”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaRemoveBackupPhone property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaRemoveBackupPhone;

    Swift

    func isTfaRemoveBackupPhone() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_remove_backup_phone”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaRemoveSecurityKey property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaRemoveSecurityKey;

    Swift

    func isTfaRemoveSecurityKey() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_remove_security_key”.

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

    Note

    Call this method and ensure it returns true before accessing the tfaReset property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaReset;

    Swift

    func isTfaReset() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_reset”.

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

    Note

    Call this method and ensure it returns true before accessing the changedEnterpriseAdminRole property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isChangedEnterpriseAdminRole;

    Swift

    func isChangedEnterpriseAdminRole() -> Bool

    Return Value

    Whether the union’s current tag state has value “changed_enterprise_admin_role”.

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

    Note

    Call this method and ensure it returns true before accessing the changedEnterpriseConnectedTeamStatus property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isChangedEnterpriseConnectedTeamStatus;

    Swift

    func isChangedEnterpriseConnectedTeamStatus() -> Bool

    Return Value

    Whether the union’s current tag state has value “changed_enterprise_connected_team_status”.

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

    Note

    Call this method and ensure it returns true before accessing the endedEnterpriseAdminSession property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEndedEnterpriseAdminSession;

    Swift

    func isEndedEnterpriseAdminSession() -> Bool

    Return Value

    Whether the union’s current tag state has value “ended_enterprise_admin_session”.

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

    Note

    Call this method and ensure it returns true before accessing the endedEnterpriseAdminSessionDeprecated property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEndedEnterpriseAdminSessionDeprecated;

    Swift

    func isEndedEnterpriseAdminSessionDeprecated() -> Bool

    Return Value

    Whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated”.

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

    Note

    Call this method and ensure it returns true before accessing the enterpriseSettingsLocking property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEnterpriseSettingsLocking;

    Swift

    func isEnterpriseSettingsLocking() -> Bool

    Return Value

    Whether the union’s current tag state has value “enterprise_settings_locking”.

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

    Note

    Call this method and ensure it returns true before accessing the guestAdminChangeStatus property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGuestAdminChangeStatus;

    Swift

    func isGuestAdminChangeStatus() -> Bool

    Return Value

    Whether the union’s current tag state has value “guest_admin_change_status”.

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

    Note

    Call this method and ensure it returns true before accessing the startedEnterpriseAdminSession property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isStartedEnterpriseAdminSession;

    Swift

    func isStartedEnterpriseAdminSession() -> Bool

    Return Value

    Whether the union’s current tag state has value “started_enterprise_admin_session”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAccepted property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAccepted;

    Swift

    func isTeamMergeRequestAccepted() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_accepted”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAcceptedShownToPrimaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAcceptedShownToPrimaryTeam;

    Swift

    func isTeamMergeRequestAcceptedShownToPrimaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAcceptedShownToSecondaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAcceptedShownToSecondaryTeam;

    Swift

    func isTeamMergeRequestAcceptedShownToSecondaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAutoCanceled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAutoCanceled;

    Swift

    func isTeamMergeRequestAutoCanceled() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_auto_canceled”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestCanceled property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestCanceled;

    Swift

    func isTeamMergeRequestCanceled() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_canceled”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestCanceledShownToPrimaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestCanceledShownToPrimaryTeam;

    Swift

    func isTeamMergeRequestCanceledShownToPrimaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestCanceledShownToSecondaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestCanceledShownToSecondaryTeam;

    Swift

    func isTeamMergeRequestCanceledShownToSecondaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestExpired property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestExpired;

    Swift

    func isTeamMergeRequestExpired() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_expired”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestExpiredShownToPrimaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestExpiredShownToPrimaryTeam;

    Swift

    func isTeamMergeRequestExpiredShownToPrimaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestExpiredShownToSecondaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestExpiredShownToSecondaryTeam;

    Swift

    func isTeamMergeRequestExpiredShownToSecondaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestRejectedShownToPrimaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestRejectedShownToPrimaryTeam;

    Swift

    func isTeamMergeRequestRejectedShownToPrimaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestRejectedShownToSecondaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestRejectedShownToSecondaryTeam;

    Swift

    func isTeamMergeRequestRejectedShownToSecondaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestReminder property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestReminder;

    Swift

    func isTeamMergeRequestReminder() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_reminder”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestReminderShownToPrimaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestReminderShownToPrimaryTeam;

    Swift

    func isTeamMergeRequestReminderShownToPrimaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestReminderShownToSecondaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestReminderShownToSecondaryTeam;

    Swift

    func isTeamMergeRequestReminderShownToSecondaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestRevoked property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestRevoked;

    Swift

    func isTeamMergeRequestRevoked() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_revoked”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestSentShownToPrimaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestSentShownToPrimaryTeam;

    Swift

    func isTeamMergeRequestSentShownToPrimaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team”.

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

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestSentShownToSecondaryTeam property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestSentShownToSecondaryTeam;

    Swift

    func isTeamMergeRequestSentShownToSecondaryTeam() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team”.

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

    Declaration

    Objective-C

    - (BOOL)isOther;

    Swift

    func isOther() -> Bool

    Return Value

    Whether the union’s current tag state has value “other”.

  • Retrieves string value of union’s current tag state.

    Declaration

    Objective-C

    - (nonnull NSString *)tagName;

    Swift

    func tagName() -> String

    Return Value

    A human-readable string representing the union’s current tag state.