DBTEAMLOGEventDetails

Objective-C

@interface DBTEAMLOGEventDetails : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMLOGEventDetails : NSObject, DBSerializable, NSCopying

The EventDetails union.

Additional fields depending on the event type.

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAdminAlertingAlertStateChangedDetails;

    Swift

    func isAdminAlertingAlertStateChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAdminAlertingChangedAlertConfigDetails;

    Swift

    func isAdminAlertingChangedAlertConfigDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAdminAlertingTriggeredAlertDetails;

    Swift

    func isAdminAlertingTriggeredAlert() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAppBlockedByPermissionsDetails;

    Swift

    func isAppBlockedByPermissionsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAppLinkTeamDetails;

    Swift

    func isAppLinkTeamDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAppLinkUserDetails;

    Swift

    func isAppLinkUserDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAppUnlinkTeamDetails;

    Swift

    func isAppUnlinkTeamDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAppUnlinkUserDetails;

    Swift

    func isAppUnlinkUserDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isIntegrationConnectedDetails;

    Swift

    func isIntegrationConnectedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isIntegrationDisconnectedDetails;

    Swift

    func isIntegrationDisconnectedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileAddCommentDetails;

    Swift

    func isFileAddCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileChangeCommentSubscriptionDetails;

    Swift

    func isFileChangeCommentSubscriptionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileDeleteCommentDetails;

    Swift

    func isFileDeleteCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileEditCommentDetails;

    Swift

    func isFileEditCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileLikeCommentDetails;

    Swift

    func isFileLikeCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileResolveCommentDetails;

    Swift

    func isFileResolveCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileUnlikeCommentDetails;

    Swift

    func isFileUnlikeCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileUnresolveCommentDetails;

    Swift

    func isFileUnresolveCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyAddFoldersDetails;

    Swift

    func isGovernancePolicyAddFoldersDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyAddFolderFailedDetails;

    Swift

    func isGovernancePolicyAddFolderFailedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyContentDisposedDetails;

    Swift

    func isGovernancePolicyContentDisposedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyCreateDetails;

    Swift

    func isGovernancePolicyCreateDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyDeleteDetails;

    Swift

    func isGovernancePolicyDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyEditDetailsDetails;

    Swift

    func isGovernancePolicyEditDetailsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyEditDurationDetails;

    Swift

    func isGovernancePolicyEditDurationDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyExportCreatedDetails;

    Swift

    func isGovernancePolicyExportCreatedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyExportRemovedDetails;

    Swift

    func isGovernancePolicyExportRemovedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyRemoveFoldersDetails;

    Swift

    func isGovernancePolicyRemoveFoldersDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyReportCreatedDetails;

    Swift

    func isGovernancePolicyReportCreatedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGovernancePolicyZipPartDownloadedDetails;

    Swift

    func isGovernancePolicyZipPartDownloadedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsActivateAHoldDetails;

    Swift

    func isLegalHoldsActivateAHold() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsAddMembersDetails;

    Swift

    func isLegalHoldsAddMembersDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsChangeHoldDetailsDetails;

    Swift

    func isLegalHoldsChangeHoldDetailsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsChangeHoldNameDetails;

    Swift

    func isLegalHoldsChangeHoldNameDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportAHoldDetails;

    Swift

    func isLegalHoldsExportAHold() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportCancelledDetails;

    Swift

    func isLegalHoldsExportCancelledDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportDownloadedDetails;

    Swift

    func isLegalHoldsExportDownloadedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsExportRemovedDetails;

    Swift

    func isLegalHoldsExportRemovedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsReleaseAHoldDetails;

    Swift

    func isLegalHoldsReleaseAHold() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsRemoveMembersDetails;

    Swift

    func isLegalHoldsRemoveMembersDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLegalHoldsReportAHoldDetails;

    Swift

    func isLegalHoldsReportAHold() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceChangeIpDesktopDetails;

    Swift

    func isDeviceChangeIpDesktopDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceChangeIpMobileDetails;

    Swift

    func isDeviceChangeIpMobileDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceChangeIpWebDetails;

    Swift

    func isDeviceChangeIpWebDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceDeleteOnUnlinkFailDetails;

    Swift

    func isDeviceDeleteOnUnlinkFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceDeleteOnUnlinkSuccessDetails;

    Swift

    func isDeviceDeleteOnUnlinkSuccessDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceLinkFailDetails;

    Swift

    func isDeviceLinkFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceLinkSuccessDetails;

    Swift

    func isDeviceLinkSuccessDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceManagementDisabledDetails;

    Swift

    func isDeviceManagementDisabledDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceManagementEnabledDetails;

    Swift

    func isDeviceManagementEnabledDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceSyncBackupStatusChangedDetails;

    Swift

    func isDeviceSyncBackupStatusChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeviceUnlinkDetails;

    Swift

    func isDeviceUnlinkDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDropboxPasswordsExportedDetails;

    Swift

    func isDropboxPasswordsExportedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDropboxPasswordsNewDeviceEnrolledDetails;

    Swift

    func isDropboxPasswordsNewDeviceEnrolledDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isEmmRefreshAuthTokenDetails;

    Swift

    func isEmmRefreshAuthTokenDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isExternalDriveBackupEligibilityStatusCheckedDetails;

    Swift

    func isExternalDriveBackupEligibilityStatusCheckedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isExternalDriveBackupStatusChangedDetails;

    Swift

    func isExternalDriveBackupStatusChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureChangeAvailabilityDetails;

    Swift

    func isAccountCaptureChangeAvailabilityDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureMigrateAccountDetails;

    Swift

    func isAccountCaptureMigrateAccountDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureNotificationEmailsSentDetails;

    Swift

    func isAccountCaptureNotificationEmailsSentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureRelinquishAccountDetails;

    Swift

    func isAccountCaptureRelinquishAccountDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDisabledDomainInvitesDetails;

    Swift

    func isDisabledDomainInvitesDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesApproveRequestToJoinTeamDetails;

    Swift

    func isDomainInvitesApproveRequestToJoinTeamDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesDeclineRequestToJoinTeamDetails;

    Swift

    func isDomainInvitesDeclineRequestToJoinTeamDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesEmailExistingUsersDetails;

    Swift

    func isDomainInvitesEmailExistingUsersDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesRequestToJoinTeamDetails;

    Swift

    func isDomainInvitesRequestToJoinTeamDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesSetInviteNewUserPrefToNoDetails;

    Swift

    func isDomainInvitesSetInviteNewUserPrefToNoDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainInvitesSetInviteNewUserPrefToYesDetails;

    Swift

    func isDomainInvitesSetInviteNewUserPrefToYesDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainVerificationAddDomainFailDetails;

    Swift

    func isDomainVerificationAddDomainFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainVerificationAddDomainSuccessDetails;

    Swift

    func isDomainVerificationAddDomainSuccessDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDomainVerificationRemoveDomainDetails;

    Swift

    func isDomainVerificationRemoveDomainDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isEnabledDomainInvitesDetails;

    Swift

    func isEnabledDomainInvitesDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isApplyNamingConventionDetails;

    Swift

    func isApplyNamingConventionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isCreateFolderDetails;

    Swift

    func isCreateFolderDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileAddDetails;

    Swift

    func isFileAdd() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileCopyDetails;

    Swift

    func isFileCopy() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileDeleteDetails;

    Swift

    func isFileDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileDownloadDetails;

    Swift

    func isFileDownloadDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileEditDetails;

    Swift

    func isFileEdit() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileGetCopyReferenceDetails;

    Swift

    func isFileGetCopyReferenceDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileLockingLockStatusChangedDetails;

    Swift

    func isFileLockingLockStatusChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileMoveDetails;

    Swift

    func isFileMove() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFilePermanentlyDeleteDetails;

    Swift

    func isFilePermanentlyDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFilePreviewDetails;

    Swift

    func isFilePreviewDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRenameDetails;

    Swift

    func isFileRenameDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRestoreDetails;

    Swift

    func isFileRestore() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRevertDetails;

    Swift

    func isFileRevertDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRollbackChangesDetails;

    Swift

    func isFileRollbackChangesDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileSaveCopyReferenceDetails;

    Swift

    func isFileSaveCopyReferenceDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFolderOverviewDescriptionChangedDetails;

    Swift

    func isFolderOverviewDescriptionChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFolderOverviewItemPinnedDetails;

    Swift

    func isFolderOverviewItemPinnedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFolderOverviewItemUnpinnedDetails;

    Swift

    func isFolderOverviewItemUnpinnedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isObjectLabelAddedDetails;

    Swift

    func isObjectLabelAddedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isObjectLabelRemovedDetails;

    Swift

    func isObjectLabelRemovedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isObjectLabelUpdatedValueDetails;

    Swift

    func isObjectLabelUpdatedValueDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isOrganizeFolderWithTidyDetails;

    Swift

    func isOrganizeFolderWithTidyDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isRewindFolderDetails;

    Swift

    func isRewindFolderDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isUndoNamingConventionDetails;

    Swift

    func isUndoNamingConventionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isUndoOrganizeFolderWithTidyDetails;

    Swift

    func isUndoOrganizeFolderWithTidyDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isUserTagsAddedDetails;

    Swift

    func isUserTagsAddedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isUserTagsRemovedDetails;

    Swift

    func isUserTagsRemovedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isEmailIngestReceiveFileDetails;

    Swift

    func isEmailIngestReceiveFileDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRequestChangeDetails;

    Swift

    func isFileRequestChange() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRequestCloseDetails;

    Swift

    func isFileRequestClose() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRequestCreateDetails;

    Swift

    func isFileRequestCreateDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRequestDeleteDetails;

    Swift

    func isFileRequestDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileRequestReceiveFileDetails;

    Swift

    func isFileRequestReceiveFileDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupAddExternalIdDetails;

    Swift

    func isGroupAddExternalIdDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupAddMemberDetails;

    Swift

    func isGroupAddMemberDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupChangeExternalIdDetails;

    Swift

    func isGroupChangeExternalIdDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupChangeManagementTypeDetails;

    Swift

    func isGroupChangeManagementTypeDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupChangeMemberRoleDetails;

    Swift

    func isGroupChangeMemberRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupCreateDetails;

    Swift

    func isGroupCreateDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupDeleteDetails;

    Swift

    func isGroupDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupDescriptionUpdatedDetails;

    Swift

    func isGroupDescriptionUpdatedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupJoinPolicyUpdatedDetails;

    Swift

    func isGroupJoinPolicyUpdatedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupMovedDetails;

    Swift

    func isGroupMovedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupRemoveExternalIdDetails;

    Swift

    func isGroupRemoveExternalIdDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupRemoveMemberDetails;

    Swift

    func isGroupRemoveMemberDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGroupRenameDetails;

    Swift

    func isGroupRenameDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isAccountLockOrUnlockedDetails;

    Swift

    func isAccountLockOrUnlockedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isEmmErrorDetails;

    Swift

    func isEmmErrorDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGuestAdminSignedInViaTrustedTeamsDetails;

    Swift

    func isGuestAdminSignedInViaTrustedTeamsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isGuestAdminSignedOutViaTrustedTeamsDetails;

    Swift

    func isGuestAdminSignedOutViaTrustedTeamsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLoginFailDetails;

    Swift

    func isLoginFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLoginSuccessDetails;

    Swift

    func isLoginSuccessDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isLogoutDetails;

    Swift

    func isLogoutDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isResellerSupportSessionEndDetails;

    Swift

    func isResellerSupportSessionEnd() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isResellerSupportSessionStartDetails;

    Swift

    func isResellerSupportSessionStart() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSignInAsSessionEndDetails;

    Swift

    func isSignInAsSessionEnd() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSignInAsSessionStartDetails;

    Swift

    func isSignInAsSessionStart() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSsoErrorDetails;

    Swift

    func isSsoErrorDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isCreateTeamInviteLinkDetails;

    Swift

    func isCreateTeamInviteLinkDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isDeleteTeamInviteLinkDetails;

    Swift

    func isDeleteTeamInviteLinkDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberAddExternalIdDetails;

    Swift

    func isMemberAddExternalIdDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberAddNameDetails;

    Swift

    func isMemberAddNameDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeAdminRoleDetails;

    Swift

    func isMemberChangeAdminRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeEmailDetails;

    Swift

    func isMemberChangeEmailDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeExternalIdDetails;

    Swift

    func isMemberChangeExternalIdDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeMembershipTypeDetails;

    Swift

    func isMemberChangeMembershipTypeDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeNameDetails;

    Swift

    func isMemberChangeNameDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeResellerRoleDetails;

    Swift

    func isMemberChangeResellerRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberChangeStatusDetails;

    Swift

    func isMemberChangeStatusDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberDeleteManualContactsDetails;

    Swift

    func isMemberDeleteManualContactsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberDeleteProfilePhotoDetails;

    Swift

    func isMemberDeleteProfilePhotoDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberPermanentlyDeleteAccountContentsDetails;

    Swift

    func isMemberPermanentlyDeleteAccountContentsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberRemoveExternalIdDetails;

    Swift

    func isMemberRemoveExternalIdDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberSetProfilePhotoDetails;

    Swift

    func isMemberSetProfilePhotoDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsAddCustomQuotaDetails;

    Swift

    func isMemberSpaceLimitsAddCustomQuotaDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangeCustomQuotaDetails;

    Swift

    func isMemberSpaceLimitsChangeCustomQuotaDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangeStatusDetails;

    Swift

    func isMemberSpaceLimitsChangeStatusDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsRemoveCustomQuotaDetails;

    Swift

    func isMemberSpaceLimitsRemoveCustomQuotaDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberSuggestDetails;

    Swift

    func isMemberSuggest() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isMemberTransferAccountContentsDetails;

    Swift

    func isMemberTransferAccountContentsDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPendingSecondaryEmailAddedDetails;

    Swift

    func isPendingSecondaryEmailAddedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSecondaryEmailDeletedDetails;

    Swift

    func isSecondaryEmailDeletedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSecondaryEmailVerifiedDetails;

    Swift

    func isSecondaryEmailVerifiedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSecondaryMailsPolicyChangedDetails;

    Swift

    func isSecondaryMailsPolicyChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderAddPageDetails;

    Swift

    func isBinderAddPageDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderAddSectionDetails;

    Swift

    func isBinderAddSectionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderRemovePageDetails;

    Swift

    func isBinderRemovePageDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderRemoveSectionDetails;

    Swift

    func isBinderRemoveSectionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderRenamePageDetails;

    Swift

    func isBinderRenamePageDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderRenameSectionDetails;

    Swift

    func isBinderRenameSectionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderReorderPageDetails;

    Swift

    func isBinderReorderPageDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isBinderReorderSectionDetails;

    Swift

    func isBinderReorderSectionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentAddMemberDetails;

    Swift

    func isPaperContentAddMemberDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentAddToFolderDetails;

    Swift

    func isPaperContentAddToFolderDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentArchiveDetails;

    Swift

    func isPaperContentArchiveDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentCreateDetails;

    Swift

    func isPaperContentCreateDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentPermanentlyDeleteDetails;

    Swift

    func isPaperContentPermanentlyDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentRemoveFromFolderDetails;

    Swift

    func isPaperContentRemoveFromFolderDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentRemoveMemberDetails;

    Swift

    func isPaperContentRemoveMemberDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentRenameDetails;

    Swift

    func isPaperContentRenameDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperContentRestoreDetails;

    Swift

    func isPaperContentRestore() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocAddCommentDetails;

    Swift

    func isPaperDocAddCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocChangeMemberRoleDetails;

    Swift

    func isPaperDocChangeMemberRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocChangeSharingPolicyDetails;

    Swift

    func isPaperDocChangeSharingPolicyDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocChangeSubscriptionDetails;

    Swift

    func isPaperDocChangeSubscriptionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocDeletedDetails;

    Swift

    func isPaperDocDeletedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocDeleteCommentDetails;

    Swift

    func isPaperDocDeleteCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocDownloadDetails;

    Swift

    func isPaperDocDownloadDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocEditDetails;

    Swift

    func isPaperDocEdit() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocEditCommentDetails;

    Swift

    func isPaperDocEditCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocFollowedDetails;

    Swift

    func isPaperDocFollowedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocMentionDetails;

    Swift

    func isPaperDocMentionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocOwnershipChangedDetails;

    Swift

    func isPaperDocOwnershipChangedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocRequestAccessDetails;

    Swift

    func isPaperDocRequestAccessDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocResolveCommentDetails;

    Swift

    func isPaperDocResolveCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocRevertDetails;

    Swift

    func isPaperDocRevertDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocSlackShareDetails;

    Swift

    func isPaperDocSlackShare() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocTeamInviteDetails;

    Swift

    func isPaperDocTeamInvite() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocTrashedDetails;

    Swift

    func isPaperDocTrashedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocUnresolveCommentDetails;

    Swift

    func isPaperDocUnresolveCommentDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocUntrashedDetails;

    Swift

    func isPaperDocUntrashedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperDocViewDetails;

    Swift

    func isPaperDocViewDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperExternalViewAllowDetails;

    Swift

    func isPaperExternalViewAllow() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperExternalViewDefaultTeamDetails;

    Swift

    func isPaperExternalViewDefaultTeamDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperExternalViewForbidDetails;

    Swift

    func isPaperExternalViewForbidDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperFolderChangeSubscriptionDetails;

    Swift

    func isPaperFolderChangeSubscriptionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperFolderDeletedDetails;

    Swift

    func isPaperFolderDeletedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperFolderFollowedDetails;

    Swift

    func isPaperFolderFollowedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperFolderTeamInviteDetails;

    Swift

    func isPaperFolderTeamInvite() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkChangePermissionDetails;

    Swift

    func isPaperPublishedLinkChangePermissionDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkCreateDetails;

    Swift

    func isPaperPublishedLinkCreateDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkDisabledDetails;

    Swift

    func isPaperPublishedLinkDisabledDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperPublishedLinkViewDetails;

    Swift

    func isPaperPublishedLinkViewDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPasswordChangeDetails;

    Swift

    func isPasswordChange() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPasswordResetDetails;

    Swift

    func isPasswordResetDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPasswordResetAllDetails;

    Swift

    func isPasswordResetAllDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isClassificationCreateReportDetails;

    Swift

    func isClassificationCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isClassificationCreateReportFailDetails;

    Swift

    func isClassificationCreateReportFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isEmmCreateExceptionsReportDetails;

    Swift

    func isEmmCreateExceptionsReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isEmmCreateUsageReportDetails;

    Swift

    func isEmmCreateUsageReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isExportMembersReportDetails;

    Swift

    func isExportMembersReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isExportMembersReportFailDetails;

    Swift

    func isExportMembersReportFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isExternalSharingCreateReportDetails;

    Swift

    func isExternalSharingCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isExternalSharingReportFailedDetails;

    Swift

    func isExternalSharingReportFailedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoExpirationLinkGenCreateReportDetails;

    Swift

    func isNoExpirationLinkGenCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoExpirationLinkGenReportFailedDetails;

    Swift

    func isNoExpirationLinkGenReportFailedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkGenCreateReportDetails;

    Swift

    func isNoPasswordLinkGenCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkGenReportFailedDetails;

    Swift

    func isNoPasswordLinkGenReportFailedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkViewCreateReportDetails;

    Swift

    func isNoPasswordLinkViewCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoPasswordLinkViewReportFailedDetails;

    Swift

    func isNoPasswordLinkViewReportFailedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isOutdatedLinkViewCreateReportDetails;

    Swift

    func isOutdatedLinkViewCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isOutdatedLinkViewReportFailedDetails;

    Swift

    func isOutdatedLinkViewReportFailedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isPaperAdminExportStartDetails;

    Swift

    func isPaperAdminExportStart() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSmartSyncCreateAdminPrivilegeReportDetails;

    Swift

    func isSmartSyncCreateAdminPrivilegeReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isTeamActivityCreateReportDetails;

    Swift

    func isTeamActivityCreateReport() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isTeamActivityCreateReportFailDetails;

    Swift

    func isTeamActivityCreateReportFail() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isCollectionShareDetails;

    Swift

    func isCollectionShare() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileTransfersFileAddDetails;

    Swift

    func isFileTransfersFileAdd() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferDeleteDetails;

    Swift

    func isFileTransfersTransferDelete() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferDownloadDetails;

    Swift

    func isFileTransfersTransferDownloadDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferSendDetails;

    Swift

    func isFileTransfersTransferSend() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isFileTransfersTransferViewDetails;

    Swift

    func isFileTransfersTransferViewDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoteAclInviteOnlyDetails;

    Swift

    func isNoteAclInviteOnlyDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoteAclLinkDetails;

    Swift

    func isNoteAclLinkDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoteAclTeamLinkDetails;

    Swift

    func isNoteAclTeamLinkDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoteSharedDetails;

    Swift

    func isNoteSharedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isNoteShareReceiveDetails;

    Swift

    func isNoteShareReceive() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isOpenNoteSharedDetails;

    Swift

    func isOpenNoteSharedDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfAddGroupDetails;

    Swift

    func isSfAddGroupDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfAllowNonMembersToViewSharedLinksDetails;

    Swift

    func isSfAllowNonMembersToViewSharedLinksDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfExternalInviteWarnDetails;

    Swift

    func isSfExternalInviteWarn() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfFbInviteDetails;

    Swift

    func isSfFbInvite() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfFbInviteChangeRoleDetails;

    Swift

    func isSfFbInviteChangeRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfFbUninviteDetails;

    Swift

    func isSfFbUninviteDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfInviteGroupDetails;

    Swift

    func isSfInviteGroupDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfTeamGrantAccessDetails;

    Swift

    func isSfTeamGrantAccessDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfTeamInviteDetails;

    Swift

    func isSfTeamInvite() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfTeamInviteChangeRoleDetails;

    Swift

    func isSfTeamInviteChangeRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfTeamJoinDetails;

    Swift

    func isSfTeamJoin() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfTeamJoinFromOobLinkDetails;

    Swift

    func isSfTeamJoinFromOobLinkDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSfTeamUninviteDetails;

    Swift

    func isSfTeamUninviteDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddInviteesDetails;

    Swift

    func isSharedContentAddInviteesDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddLinkExpiryDetails;

    Swift

    func isSharedContentAddLinkExpiryDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddLinkPasswordDetails;

    Swift

    func isSharedContentAddLinkPasswordDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentAddMemberDetails;

    Swift

    func isSharedContentAddMemberDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeDownloadsPolicyDetails;

    Swift

    func isSharedContentChangeDownloadsPolicyDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeInviteeRoleDetails;

    Swift

    func isSharedContentChangeInviteeRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeLinkAudienceDetails;

    Swift

    func isSharedContentChangeLinkAudienceDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeLinkExpiryDetails;

    Swift

    func isSharedContentChangeLinkExpiryDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeLinkPasswordDetails;

    Swift

    func isSharedContentChangeLinkPasswordDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeMemberRoleDetails;

    Swift

    func isSharedContentChangeMemberRoleDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentChangeViewerInfoPolicyDetails;

    Swift

    func isSharedContentChangeViewerInfoPolicyDetails() -> Bool

    Return Value

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

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

    Note

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

    Declaration

    Objective-C

    - (BOOL)isSharedContentClaimInvitationDetails;

    Swift

    func isSharedContentClaimInvitationDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_claim_invitation_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_copy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentCopyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentCopyDetails;

    Swift

    func isSharedContentCopy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_copy_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_download_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentDownloadDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentDownloadDetails;

    Swift

    func isSharedContentDownloadDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_download_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_relinquish_membership_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRelinquishMembershipDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRelinquishMembershipDetails;

    Swift

    func isSharedContentRelinquishMembershipDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_relinquish_membership_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_remove_invitees_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveInviteesDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveInviteesDetails;

    Swift

    func isSharedContentRemoveInviteesDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_invitees_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_remove_link_expiry_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveLinkExpiryDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveLinkExpiryDetails;

    Swift

    func isSharedContentRemoveLinkExpiryDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_link_expiry_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_remove_link_password_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveLinkPasswordDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveLinkPasswordDetails;

    Swift

    func isSharedContentRemoveLinkPasswordDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_link_password_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_remove_member_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRemoveMemberDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRemoveMemberDetails;

    Swift

    func isSharedContentRemoveMemberDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_remove_member_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_request_access_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRequestAccessDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRequestAccessDetails;

    Swift

    func isSharedContentRequestAccessDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_request_access_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_restore_invitees_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRestoreInviteesDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRestoreInviteesDetails;

    Swift

    func isSharedContentRestoreInviteesDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_restore_invitees_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_restore_member_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentRestoreMemberDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentRestoreMemberDetails;

    Swift

    func isSharedContentRestoreMemberDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_restore_member_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_unshare_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentUnshareDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentUnshareDetails;

    Swift

    func isSharedContentUnshareDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_unshare_details”.

  • Retrieves whether the union’s current tag state has value “shared_content_view_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedContentViewDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedContentViewDetails;

    Swift

    func isSharedContentViewDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_content_view_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_change_link_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeLinkPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeLinkPolicyDetails;

    Swift

    func isSharedFolderChangeLinkPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_link_policy_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeMembersInheritancePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeMembersInheritancePolicyDetails;

    Swift

    func isSharedFolderChangeMembersInheritancePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_members_inheritance_policy_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_change_members_management_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeMembersManagementPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeMembersManagementPolicyDetails;

    Swift

    func isSharedFolderChangeMembersManagementPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_members_management_policy_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_change_members_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderChangeMembersPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderChangeMembersPolicyDetails;

    Swift

    func isSharedFolderChangeMembersPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_change_members_policy_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_create_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderCreateDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderCreateDetails;

    Swift

    func isSharedFolderCreateDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_create_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_decline_invitation_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderDeclineInvitationDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderDeclineInvitationDetails;

    Swift

    func isSharedFolderDeclineInvitationDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_decline_invitation_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_mount_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderMountDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderMountDetails;

    Swift

    func isSharedFolderMountDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_mount_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_nest_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderNestDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderNestDetails;

    Swift

    func isSharedFolderNest() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_nest_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_transfer_ownership_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderTransferOwnershipDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderTransferOwnershipDetails;

    Swift

    func isSharedFolderTransferOwnershipDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_transfer_ownership_details”.

  • Retrieves whether the union’s current tag state has value “shared_folder_unmount_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedFolderUnmountDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedFolderUnmountDetails;

    Swift

    func isSharedFolderUnmountDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_folder_unmount_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_add_expiry_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkAddExpiryDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkAddExpiryDetails;

    Swift

    func isSharedLinkAddExpiryDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_add_expiry_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_change_expiry_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkChangeExpiryDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkChangeExpiryDetails;

    Swift

    func isSharedLinkChangeExpiryDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_change_expiry_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_change_visibility_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkChangeVisibilityDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkChangeVisibilityDetails;

    Swift

    func isSharedLinkChangeVisibilityDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_change_visibility_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_copy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkCopyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkCopyDetails;

    Swift

    func isSharedLinkCopy() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_copy_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_create_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkCreateDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkCreateDetails;

    Swift

    func isSharedLinkCreateDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_create_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_disable_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkDisableDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkDisableDetails;

    Swift

    func isSharedLinkDisableDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_disable_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_download_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkDownloadDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkDownloadDetails;

    Swift

    func isSharedLinkDownloadDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_download_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_remove_expiry_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkRemoveExpiryDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkRemoveExpiryDetails;

    Swift

    func isSharedLinkRemoveExpiryDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_remove_expiry_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_add_expiration_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAddExpirationDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAddExpirationDetails;

    Swift

    func isSharedLinkSettingsAddExpirationDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_add_expiration_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_add_password_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAddPasswordDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAddPasswordDetails;

    Swift

    func isSharedLinkSettingsAddPasswordDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_add_password_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_disabled_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAllowDownloadDisabledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAllowDownloadDisabledDetails;

    Swift

    func isSharedLinkSettingsAllowDownloadDisabledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_allow_download_disabled_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_allow_download_enabled_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsAllowDownloadEnabledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsAllowDownloadEnabledDetails;

    Swift

    func isSharedLinkSettingsAllowDownloadEnabledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_allow_download_enabled_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_change_audience_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsChangeAudienceDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsChangeAudienceDetails;

    Swift

    func isSharedLinkSettingsChangeAudienceDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_change_audience_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_change_expiration_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsChangeExpirationDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsChangeExpirationDetails;

    Swift

    func isSharedLinkSettingsChangeExpirationDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_change_expiration_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_change_password_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsChangePasswordDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsChangePasswordDetails;

    Swift

    func isSharedLinkSettingsChangePasswordDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_change_password_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_remove_expiration_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsRemoveExpirationDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsRemoveExpirationDetails;

    Swift

    func isSharedLinkSettingsRemoveExpirationDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_remove_expiration_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_settings_remove_password_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkSettingsRemovePasswordDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkSettingsRemovePasswordDetails;

    Swift

    func isSharedLinkSettingsRemovePasswordDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_settings_remove_password_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_share_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkShareDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkShareDetails;

    Swift

    func isSharedLinkShare() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_share_details”.

  • Retrieves whether the union’s current tag state has value “shared_link_view_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedLinkViewDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedLinkViewDetails;

    Swift

    func isSharedLinkViewDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_link_view_details”.

  • Retrieves whether the union’s current tag state has value “shared_note_opened_details”.

    Note

    Call this method and ensure it returns true before accessing the sharedNoteOpenedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharedNoteOpenedDetails;

    Swift

    func isSharedNoteOpenedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shared_note_opened_details”.

  • Retrieves whether the union’s current tag state has value “shmodel_disable_downloads_details”.

    Note

    Call this method and ensure it returns true before accessing the shmodelDisableDownloadsDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShmodelDisableDownloadsDetails;

    Swift

    func isShmodelDisableDownloadsDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shmodel_disable_downloads_details”.

  • Retrieves whether the union’s current tag state has value “shmodel_enable_downloads_details”.

    Note

    Call this method and ensure it returns true before accessing the shmodelEnableDownloadsDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShmodelEnableDownloadsDetails;

    Swift

    func isShmodelEnableDownloadsDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “shmodel_enable_downloads_details”.

  • Retrieves whether the union’s current tag state has value “shmodel_group_share_details”.

    Note

    Call this method and ensure it returns true before accessing the shmodelGroupShareDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShmodelGroupShareDetails;

    Swift

    func isShmodelGroupShare() -> Bool

    Return Value

    Whether the union’s current tag state has value “shmodel_group_share_details”.

  • Retrieves whether the union’s current tag state has value “showcase_access_granted_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseAccessGrantedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseAccessGrantedDetails;

    Swift

    func isShowcaseAccessGrantedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_access_granted_details”.

  • Retrieves whether the union’s current tag state has value “showcase_add_member_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseAddMemberDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseAddMemberDetails;

    Swift

    func isShowcaseAddMemberDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_add_member_details”.

  • Retrieves whether the union’s current tag state has value “showcase_archived_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseArchivedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseArchivedDetails;

    Swift

    func isShowcaseArchivedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_archived_details”.

  • Retrieves whether the union’s current tag state has value “showcase_created_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseCreatedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseCreatedDetails;

    Swift

    func isShowcaseCreatedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_created_details”.

  • Retrieves whether the union’s current tag state has value “showcase_delete_comment_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseDeleteCommentDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseDeleteCommentDetails;

    Swift

    func isShowcaseDeleteCommentDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_delete_comment_details”.

  • Retrieves whether the union’s current tag state has value “showcase_edited_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseEditedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseEditedDetails;

    Swift

    func isShowcaseEditedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_edited_details”.

  • Retrieves whether the union’s current tag state has value “showcase_edit_comment_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseEditCommentDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseEditCommentDetails;

    Swift

    func isShowcaseEditCommentDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_edit_comment_details”.

  • Retrieves whether the union’s current tag state has value “showcase_file_added_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseFileAddedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileAddedDetails;

    Swift

    func isShowcaseFileAddedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_added_details”.

  • Retrieves whether the union’s current tag state has value “showcase_file_download_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseFileDownloadDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileDownloadDetails;

    Swift

    func isShowcaseFileDownloadDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_download_details”.

  • Retrieves whether the union’s current tag state has value “showcase_file_removed_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseFileRemovedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileRemovedDetails;

    Swift

    func isShowcaseFileRemovedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_removed_details”.

  • Retrieves whether the union’s current tag state has value “showcase_file_view_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseFileViewDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseFileViewDetails;

    Swift

    func isShowcaseFileViewDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_file_view_details”.

  • Retrieves whether the union’s current tag state has value “showcase_permanently_deleted_details”.

    Note

    Call this method and ensure it returns true before accessing the showcasePermanentlyDeletedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcasePermanentlyDeletedDetails;

    Swift

    func isShowcasePermanentlyDeletedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_permanently_deleted_details”.

  • Retrieves whether the union’s current tag state has value “showcase_post_comment_details”.

    Note

    Call this method and ensure it returns true before accessing the showcasePostCommentDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcasePostCommentDetails;

    Swift

    func isShowcasePostCommentDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_post_comment_details”.

  • Retrieves whether the union’s current tag state has value “showcase_remove_member_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseRemoveMemberDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRemoveMemberDetails;

    Swift

    func isShowcaseRemoveMemberDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_remove_member_details”.

  • Retrieves whether the union’s current tag state has value “showcase_renamed_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseRenamedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRenamedDetails;

    Swift

    func isShowcaseRenamedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_renamed_details”.

  • Retrieves whether the union’s current tag state has value “showcase_request_access_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseRequestAccessDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRequestAccessDetails;

    Swift

    func isShowcaseRequestAccessDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_request_access_details”.

  • Retrieves whether the union’s current tag state has value “showcase_resolve_comment_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseResolveCommentDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseResolveCommentDetails;

    Swift

    func isShowcaseResolveCommentDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_resolve_comment_details”.

  • Retrieves whether the union’s current tag state has value “showcase_restored_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseRestoredDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseRestoredDetails;

    Swift

    func isShowcaseRestoredDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_restored_details”.

  • Retrieves whether the union’s current tag state has value “showcase_trashed_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseTrashedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseTrashedDetails;

    Swift

    func isShowcaseTrashedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_trashed_details”.

  • Retrieves whether the union’s current tag state has value “showcase_trashed_deprecated_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseTrashedDeprecatedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseTrashedDeprecatedDetails;

    Swift

    func isShowcaseTrashedDeprecatedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_trashed_deprecated_details”.

  • Retrieves whether the union’s current tag state has value “showcase_unresolve_comment_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseUnresolveCommentDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseUnresolveCommentDetails;

    Swift

    func isShowcaseUnresolveCommentDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_unresolve_comment_details”.

  • Retrieves whether the union’s current tag state has value “showcase_untrashed_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseUntrashedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseUntrashedDetails;

    Swift

    func isShowcaseUntrashedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_untrashed_details”.

  • Retrieves whether the union’s current tag state has value “showcase_untrashed_deprecated_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseUntrashedDeprecatedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseUntrashedDeprecatedDetails;

    Swift

    func isShowcaseUntrashedDeprecatedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_untrashed_deprecated_details”.

  • Retrieves whether the union’s current tag state has value “showcase_view_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseViewDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseViewDetails;

    Swift

    func isShowcaseViewDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_view_details”.

  • Retrieves whether the union’s current tag state has value “sso_add_cert_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoAddCertDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoAddCertDetails;

    Swift

    func isSsoAddCertDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_add_cert_details”.

  • Retrieves whether the union’s current tag state has value “sso_add_login_url_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoAddLoginUrlDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoAddLoginUrlDetails;

    Swift

    func isSsoAddLoginUrlDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_add_login_url_details”.

  • Retrieves whether the union’s current tag state has value “sso_add_logout_url_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoAddLogoutUrlDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoAddLogoutUrlDetails;

    Swift

    func isSsoAddLogoutUrlDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_add_logout_url_details”.

  • Retrieves whether the union’s current tag state has value “sso_change_cert_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoChangeCertDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeCertDetails;

    Swift

    func isSsoChangeCertDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_cert_details”.

  • Retrieves whether the union’s current tag state has value “sso_change_login_url_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoChangeLoginUrlDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeLoginUrlDetails;

    Swift

    func isSsoChangeLoginUrlDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_login_url_details”.

  • Retrieves whether the union’s current tag state has value “sso_change_logout_url_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoChangeLogoutUrlDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeLogoutUrlDetails;

    Swift

    func isSsoChangeLogoutUrlDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_logout_url_details”.

  • Retrieves whether the union’s current tag state has value “sso_change_saml_identity_mode_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoChangeSamlIdentityModeDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangeSamlIdentityModeDetails;

    Swift

    func isSsoChangeSamlIdentityModeDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_saml_identity_mode_details”.

  • Retrieves whether the union’s current tag state has value “sso_remove_cert_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoRemoveCertDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoRemoveCertDetails;

    Swift

    func isSsoRemoveCertDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_remove_cert_details”.

  • Retrieves whether the union’s current tag state has value “sso_remove_login_url_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoRemoveLoginUrlDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoRemoveLoginUrlDetails;

    Swift

    func isSsoRemoveLoginUrlDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_remove_login_url_details”.

  • Retrieves whether the union’s current tag state has value “sso_remove_logout_url_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoRemoveLogoutUrlDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoRemoveLogoutUrlDetails;

    Swift

    func isSsoRemoveLogoutUrlDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_remove_logout_url_details”.

  • Retrieves whether the union’s current tag state has value “team_folder_change_status_details”.

    Note

    Call this method and ensure it returns true before accessing the teamFolderChangeStatusDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderChangeStatusDetails;

    Swift

    func isTeamFolderChangeStatusDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_change_status_details”.

  • Retrieves whether the union’s current tag state has value “team_folder_create_details”.

    Note

    Call this method and ensure it returns true before accessing the teamFolderCreateDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderCreateDetails;

    Swift

    func isTeamFolderCreateDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_create_details”.

  • Retrieves whether the union’s current tag state has value “team_folder_downgrade_details”.

    Note

    Call this method and ensure it returns true before accessing the teamFolderDowngradeDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderDowngradeDetails;

    Swift

    func isTeamFolderDowngradeDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_downgrade_details”.

  • Retrieves whether the union’s current tag state has value “team_folder_permanently_delete_details”.

    Note

    Call this method and ensure it returns true before accessing the teamFolderPermanentlyDeleteDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderPermanentlyDeleteDetails;

    Swift

    func isTeamFolderPermanentlyDelete() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_permanently_delete_details”.

  • Retrieves whether the union’s current tag state has value “team_folder_rename_details”.

    Note

    Call this method and ensure it returns true before accessing the teamFolderRenameDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamFolderRenameDetails;

    Swift

    func isTeamFolderRenameDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_folder_rename_details”.

  • Retrieves whether the union’s current tag state has value “team_selective_sync_settings_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the teamSelectiveSyncSettingsChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamSelectiveSyncSettingsChangedDetails;

    Swift

    func isTeamSelectiveSyncSettingsChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_selective_sync_settings_changed_details”.

  • Retrieves whether the union’s current tag state has value “account_capture_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the accountCaptureChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAccountCaptureChangePolicyDetails;

    Swift

    func isAccountCaptureChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “account_capture_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “admin_email_reminders_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the adminEmailRemindersChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAdminEmailRemindersChangedDetails;

    Swift

    func isAdminEmailRemindersChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “admin_email_reminders_changed_details”.

  • Retrieves whether the union’s current tag state has value “allow_download_disabled_details”.

    Note

    Call this method and ensure it returns true before accessing the allowDownloadDisabledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAllowDownloadDisabledDetails;

    Swift

    func isAllowDownloadDisabledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “allow_download_disabled_details”.

  • Retrieves whether the union’s current tag state has value “allow_download_enabled_details”.

    Note

    Call this method and ensure it returns true before accessing the allowDownloadEnabledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAllowDownloadEnabledDetails;

    Swift

    func isAllowDownloadEnabledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “allow_download_enabled_details”.

  • Retrieves whether the union’s current tag state has value “app_permissions_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the appPermissionsChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isAppPermissionsChangedDetails;

    Swift

    func isAppPermissionsChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “app_permissions_changed_details”.

  • Retrieves whether the union’s current tag state has value “camera_uploads_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the cameraUploadsPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCameraUploadsPolicyChangedDetails;

    Swift

    func isCameraUploadsPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “camera_uploads_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “capture_transcript_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the captureTranscriptPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isCaptureTranscriptPolicyChangedDetails;

    Swift

    func isCaptureTranscriptPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “capture_transcript_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “classification_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the classificationChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isClassificationChangePolicyDetails;

    Swift

    func isClassificationChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “classification_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “computer_backup_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the computerBackupPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isComputerBackupPolicyChangedDetails;

    Swift

    func isComputerBackupPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “computer_backup_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “content_administration_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the contentAdministrationPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isContentAdministrationPolicyChangedDetails;

    Swift

    func isContentAdministrationPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “content_administration_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “data_placement_restriction_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the dataPlacementRestrictionChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataPlacementRestrictionChangePolicyDetails;

    Swift

    func isDataPlacementRestrictionChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_placement_restriction_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “data_placement_restriction_satisfy_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the dataPlacementRestrictionSatisfyPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataPlacementRestrictionSatisfyPolicyDetails;

    Swift

    func isDataPlacementRestrictionSatisfyPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_placement_restriction_satisfy_policy_details”.

  • Retrieves whether the union’s current tag state has value “device_approvals_add_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsAddExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsAddExceptionDetails;

    Swift

    func isDeviceApprovalsAddExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_add_exception_details”.

  • Retrieves whether the union’s current tag state has value “device_approvals_change_desktop_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeDesktopPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeDesktopPolicyDetails;

    Swift

    func isDeviceApprovalsChangeDesktopPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_desktop_policy_details”.

  • Retrieves whether the union’s current tag state has value “device_approvals_change_mobile_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeMobilePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeMobilePolicyDetails;

    Swift

    func isDeviceApprovalsChangeMobilePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_mobile_policy_details”.

  • Retrieves whether the union’s current tag state has value “device_approvals_change_overage_action_details”.

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeOverageActionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeOverageActionDetails;

    Swift

    func isDeviceApprovalsChangeOverageActionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_overage_action_details”.

  • Retrieves whether the union’s current tag state has value “device_approvals_change_unlink_action_details”.

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsChangeUnlinkActionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsChangeUnlinkActionDetails;

    Swift

    func isDeviceApprovalsChangeUnlinkActionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_change_unlink_action_details”.

  • Retrieves whether the union’s current tag state has value “device_approvals_remove_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the deviceApprovalsRemoveExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDeviceApprovalsRemoveExceptionDetails;

    Swift

    func isDeviceApprovalsRemoveExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “device_approvals_remove_exception_details”.

  • Retrieves whether the union’s current tag state has value “directory_restrictions_add_members_details”.

    Note

    Call this method and ensure it returns true before accessing the directoryRestrictionsAddMembersDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDirectoryRestrictionsAddMembersDetails;

    Swift

    func isDirectoryRestrictionsAddMembersDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “directory_restrictions_add_members_details”.

  • Retrieves whether the union’s current tag state has value “directory_restrictions_remove_members_details”.

    Note

    Call this method and ensure it returns true before accessing the directoryRestrictionsRemoveMembersDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDirectoryRestrictionsRemoveMembersDetails;

    Swift

    func isDirectoryRestrictionsRemoveMembersDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “directory_restrictions_remove_members_details”.

  • Retrieves whether the union’s current tag state has value “dropbox_passwords_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the dropboxPasswordsPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDropboxPasswordsPolicyChangedDetails;

    Swift

    func isDropboxPasswordsPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “dropbox_passwords_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “email_ingest_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the emailIngestPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmailIngestPolicyChangedDetails;

    Swift

    func isEmailIngestPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “email_ingest_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “emm_add_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the emmAddExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmAddExceptionDetails;

    Swift

    func isEmmAddExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_add_exception_details”.

  • Retrieves whether the union’s current tag state has value “emm_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the emmChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmChangePolicyDetails;

    Swift

    func isEmmChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “emm_remove_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the emmRemoveExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEmmRemoveExceptionDetails;

    Swift

    func isEmmRemoveExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “emm_remove_exception_details”.

  • Retrieves whether the union’s current tag state has value “extended_version_history_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the extendedVersionHistoryChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExtendedVersionHistoryChangePolicyDetails;

    Swift

    func isExtendedVersionHistoryChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “extended_version_history_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “external_drive_backup_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the externalDriveBackupPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isExternalDriveBackupPolicyChangedDetails;

    Swift

    func isExternalDriveBackupPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “external_drive_backup_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “file_comments_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the fileCommentsChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileCommentsChangePolicyDetails;

    Swift

    func isFileCommentsChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_comments_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “file_locking_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the fileLockingPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileLockingPolicyChangedDetails;

    Swift

    func isFileLockingPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_locking_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “file_provider_migration_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the fileProviderMigrationPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileProviderMigrationPolicyChangedDetails;

    Swift

    func isFileProviderMigrationPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_provider_migration_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “file_requests_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the fileRequestsChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestsChangePolicyDetails;

    Swift

    func isFileRequestsChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_requests_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “file_requests_emails_enabled_details”.

    Note

    Call this method and ensure it returns true before accessing the fileRequestsEmailsEnabledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestsEmailsEnabledDetails;

    Swift

    func isFileRequestsEmailsEnabledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_requests_emails_enabled_details”.

  • Retrieves whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only_details”.

    Note

    Call this method and ensure it returns true before accessing the fileRequestsEmailsRestrictedToTeamOnlyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileRequestsEmailsRestrictedToTeamOnlyDetails;

    Swift

    func isFileRequestsEmailsRestrictedToTeamOnlyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_requests_emails_restricted_to_team_only_details”.

  • Retrieves whether the union’s current tag state has value “file_transfers_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the fileTransfersPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFileTransfersPolicyChangedDetails;

    Swift

    func isFileTransfersPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “file_transfers_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “folder_link_restriction_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the folderLinkRestrictionPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isFolderLinkRestrictionPolicyChangedDetails;

    Swift

    func isFolderLinkRestrictionPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “folder_link_restriction_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “google_sso_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the googleSsoChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGoogleSsoChangePolicyDetails;

    Swift

    func isGoogleSsoChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “google_sso_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “group_user_management_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the groupUserManagementChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGroupUserManagementChangePolicyDetails;

    Swift

    func isGroupUserManagementChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “group_user_management_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “integration_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the integrationPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isIntegrationPolicyChangedDetails;

    Swift

    func isIntegrationPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “integration_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “invite_acceptance_email_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the inviteAcceptanceEmailPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isInviteAcceptanceEmailPolicyChangedDetails;

    Swift

    func isInviteAcceptanceEmailPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “invite_acceptance_email_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “member_requests_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the memberRequestsChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberRequestsChangePolicyDetails;

    Swift

    func isMemberRequestsChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_requests_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “member_send_invite_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the memberSendInvitePolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSendInvitePolicyChangedDetails;

    Swift

    func isMemberSendInvitePolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_send_invite_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “member_space_limits_add_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsAddExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsAddExceptionDetails;

    Swift

    func isMemberSpaceLimitsAddExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_add_exception_details”.

  • Retrieves whether the union’s current tag state has value “member_space_limits_change_caps_type_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsChangeCapsTypePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangeCapsTypePolicyDetails;

    Swift

    func isMemberSpaceLimitsChangeCapsTypePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_change_caps_type_policy_details”.

  • Retrieves whether the union’s current tag state has value “member_space_limits_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsChangePolicyDetails;

    Swift

    func isMemberSpaceLimitsChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “member_space_limits_remove_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the memberSpaceLimitsRemoveExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSpaceLimitsRemoveExceptionDetails;

    Swift

    func isMemberSpaceLimitsRemoveExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_space_limits_remove_exception_details”.

  • Retrieves whether the union’s current tag state has value “member_suggestions_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the memberSuggestionsChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMemberSuggestionsChangePolicyDetails;

    Swift

    func isMemberSuggestionsChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “member_suggestions_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “microsoft_office_addin_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the microsoftOfficeAddinChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMicrosoftOfficeAddinChangePolicyDetails;

    Swift

    func isMicrosoftOfficeAddinChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “microsoft_office_addin_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “network_control_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the networkControlChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isNetworkControlChangePolicyDetails;

    Swift

    func isNetworkControlChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “network_control_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “paper_change_deployment_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the paperChangeDeploymentPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangeDeploymentPolicyDetails;

    Swift

    func isPaperChangeDeploymentPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_deployment_policy_details”.

  • Retrieves whether the union’s current tag state has value “paper_change_member_link_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the paperChangeMemberLinkPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangeMemberLinkPolicyDetails;

    Swift

    func isPaperChangeMemberLinkPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_member_link_policy_details”.

  • Retrieves whether the union’s current tag state has value “paper_change_member_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the paperChangeMemberPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangeMemberPolicyDetails;

    Swift

    func isPaperChangeMemberPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_member_policy_details”.

  • Retrieves whether the union’s current tag state has value “paper_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the paperChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperChangePolicyDetails;

    Swift

    func isPaperChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “paper_default_folder_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the paperDefaultFolderPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDefaultFolderPolicyChangedDetails;

    Swift

    func isPaperDefaultFolderPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_default_folder_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “paper_desktop_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the paperDesktopPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperDesktopPolicyChangedDetails;

    Swift

    func isPaperDesktopPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_desktop_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “paper_enabled_users_group_addition_details”.

    Note

    Call this method and ensure it returns true before accessing the paperEnabledUsersGroupAdditionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperEnabledUsersGroupAdditionDetails;

    Swift

    func isPaperEnabledUsersGroupAdditionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_enabled_users_group_addition_details”.

  • Retrieves whether the union’s current tag state has value “paper_enabled_users_group_removal_details”.

    Note

    Call this method and ensure it returns true before accessing the paperEnabledUsersGroupRemovalDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPaperEnabledUsersGroupRemovalDetails;

    Swift

    func isPaperEnabledUsersGroupRemovalDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “paper_enabled_users_group_removal_details”.

  • Retrieves whether the union’s current tag state has value “password_strength_requirements_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the passwordStrengthRequirementsChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPasswordStrengthRequirementsChangePolicyDetails;

    Swift

    func isPasswordStrengthRequirementsChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “password_strength_requirements_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “permanent_delete_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the permanentDeleteChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isPermanentDeleteChangePolicyDetails;

    Swift

    func isPermanentDeleteChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “permanent_delete_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “reseller_support_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the resellerSupportChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isResellerSupportChangePolicyDetails;

    Swift

    func isResellerSupportChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “reseller_support_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “rewind_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the rewindPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isRewindPolicyChangedDetails;

    Swift

    func isRewindPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “rewind_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “send_for_signature_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the sendForSignaturePolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSendForSignaturePolicyChangedDetails;

    Swift

    func isSendForSignaturePolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “send_for_signature_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “sharing_change_folder_join_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharingChangeFolderJoinPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeFolderJoinPolicyDetails;

    Swift

    func isSharingChangeFolderJoinPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_folder_join_policy_details”.

  • Retrieves whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkAllowChangeExpirationPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkAllowChangeExpirationPolicyDetails;

    Swift

    func isSharingChangeLinkAllowChangeExpirationPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_allow_change_expiration_policy_details”.

  • Retrieves whether the union’s current tag state has value “sharing_change_link_default_expiration_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkDefaultExpirationPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkDefaultExpirationPolicyDetails;

    Swift

    func isSharingChangeLinkDefaultExpirationPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_default_expiration_policy_details”.

  • Retrieves whether the union’s current tag state has value “sharing_change_link_enforce_password_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkEnforcePasswordPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkEnforcePasswordPolicyDetails;

    Swift

    func isSharingChangeLinkEnforcePasswordPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_enforce_password_policy_details”.

  • Retrieves whether the union’s current tag state has value “sharing_change_link_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharingChangeLinkPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeLinkPolicyDetails;

    Swift

    func isSharingChangeLinkPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_link_policy_details”.

  • Retrieves whether the union’s current tag state has value “sharing_change_member_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the sharingChangeMemberPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSharingChangeMemberPolicyDetails;

    Swift

    func isSharingChangeMemberPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sharing_change_member_policy_details”.

  • Retrieves whether the union’s current tag state has value “showcase_change_download_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseChangeDownloadPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseChangeDownloadPolicyDetails;

    Swift

    func isShowcaseChangeDownloadPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_change_download_policy_details”.

  • Retrieves whether the union’s current tag state has value “showcase_change_enabled_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseChangeEnabledPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseChangeEnabledPolicyDetails;

    Swift

    func isShowcaseChangeEnabledPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_change_enabled_policy_details”.

  • Retrieves whether the union’s current tag state has value “showcase_change_external_sharing_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the showcaseChangeExternalSharingPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isShowcaseChangeExternalSharingPolicyDetails;

    Swift

    func isShowcaseChangeExternalSharingPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “showcase_change_external_sharing_policy_details”.

  • Retrieves whether the union’s current tag state has value “smarter_smart_sync_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the smarterSmartSyncPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmarterSmartSyncPolicyChangedDetails;

    Swift

    func isSmarterSmartSyncPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “smarter_smart_sync_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “smart_sync_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the smartSyncChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncChangePolicyDetails;

    Swift

    func isSmartSyncChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “smart_sync_not_opt_out_details”.

    Note

    Call this method and ensure it returns true before accessing the smartSyncNotOptOutDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncNotOptOutDetails;

    Swift

    func isSmartSyncNotOptOutDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_not_opt_out_details”.

  • Retrieves whether the union’s current tag state has value “smart_sync_opt_out_details”.

    Note

    Call this method and ensure it returns true before accessing the smartSyncOptOutDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSmartSyncOptOutDetails;

    Swift

    func isSmartSyncOptOutDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “smart_sync_opt_out_details”.

  • Retrieves whether the union’s current tag state has value “sso_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the ssoChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isSsoChangePolicyDetails;

    Swift

    func isSsoChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “sso_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “team_branding_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the teamBrandingPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamBrandingPolicyChangedDetails;

    Swift

    func isTeamBrandingPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_branding_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “team_extensions_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the teamExtensionsPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamExtensionsPolicyChangedDetails;

    Swift

    func isTeamExtensionsPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_extensions_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “team_selective_sync_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the teamSelectiveSyncPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamSelectiveSyncPolicyChangedDetails;

    Swift

    func isTeamSelectiveSyncPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_selective_sync_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the teamSharingWhitelistSubjectsChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamSharingWhitelistSubjectsChangedDetails;

    Swift

    func isTeamSharingWhitelistSubjectsChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_sharing_whitelist_subjects_changed_details”.

  • Retrieves whether the union’s current tag state has value “tfa_add_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaAddExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaAddExceptionDetails;

    Swift

    func isTfaAddExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_add_exception_details”.

  • Retrieves whether the union’s current tag state has value “tfa_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaChangePolicyDetails;

    Swift

    func isTfaChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “tfa_remove_exception_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaRemoveExceptionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaRemoveExceptionDetails;

    Swift

    func isTfaRemoveExceptionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_remove_exception_details”.

  • Retrieves whether the union’s current tag state has value “two_account_change_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the twoAccountChangePolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTwoAccountChangePolicyDetails;

    Swift

    func isTwoAccountChangePolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “two_account_change_policy_details”.

  • Retrieves whether the union’s current tag state has value “viewer_info_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the viewerInfoPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isViewerInfoPolicyChangedDetails;

    Swift

    func isViewerInfoPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “viewer_info_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “watermarking_policy_changed_details”.

    Note

    Call this method and ensure it returns true before accessing the watermarkingPolicyChangedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWatermarkingPolicyChangedDetails;

    Swift

    func isWatermarkingPolicyChangedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “watermarking_policy_changed_details”.

  • Retrieves whether the union’s current tag state has value “web_sessions_change_active_session_limit_details”.

    Note

    Call this method and ensure it returns true before accessing the webSessionsChangeActiveSessionLimitDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWebSessionsChangeActiveSessionLimitDetails;

    Swift

    func isWebSessionsChangeActiveSessionLimitDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “web_sessions_change_active_session_limit_details”.

  • Retrieves whether the union’s current tag state has value “web_sessions_change_fixed_length_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the webSessionsChangeFixedLengthPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWebSessionsChangeFixedLengthPolicyDetails;

    Swift

    func isWebSessionsChangeFixedLengthPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “web_sessions_change_fixed_length_policy_details”.

  • Retrieves whether the union’s current tag state has value “web_sessions_change_idle_length_policy_details”.

    Note

    Call this method and ensure it returns true before accessing the webSessionsChangeIdleLengthPolicyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isWebSessionsChangeIdleLengthPolicyDetails;

    Swift

    func isWebSessionsChangeIdleLengthPolicyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “web_sessions_change_idle_length_policy_details”.

  • Retrieves whether the union’s current tag state has value “data_residency_migration_request_successful_details”.

    Note

    Call this method and ensure it returns true before accessing the dataResidencyMigrationRequestSuccessfulDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataResidencyMigrationRequestSuccessfulDetails;

    Swift

    func isDataResidencyMigrationRequestSuccessfulDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_residency_migration_request_successful_details”.

  • Retrieves whether the union’s current tag state has value “data_residency_migration_request_unsuccessful_details”.

    Note

    Call this method and ensure it returns true before accessing the dataResidencyMigrationRequestUnsuccessfulDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isDataResidencyMigrationRequestUnsuccessfulDetails;

    Swift

    func isDataResidencyMigrationRequestUnsuccessfulDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “data_residency_migration_request_unsuccessful_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_from_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeFromDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeFromDetails;

    Swift

    func isTeamMergeFromDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_from_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_to_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeToDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeToDetails;

    Swift

    func isTeamMergeToDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_to_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_add_background_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileAddBackgroundDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileAddBackgroundDetails;

    Swift

    func isTeamProfileAddBackgroundDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_add_background_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_add_logo_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileAddLogoDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileAddLogoDetails;

    Swift

    func isTeamProfileAddLogoDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_add_logo_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_change_background_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeBackgroundDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeBackgroundDetails;

    Swift

    func isTeamProfileChangeBackgroundDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_background_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_change_default_language_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeDefaultLanguageDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeDefaultLanguageDetails;

    Swift

    func isTeamProfileChangeDefaultLanguageDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_default_language_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_change_logo_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeLogoDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeLogoDetails;

    Swift

    func isTeamProfileChangeLogoDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_logo_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_change_name_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileChangeNameDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileChangeNameDetails;

    Swift

    func isTeamProfileChangeNameDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_change_name_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_remove_background_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileRemoveBackgroundDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileRemoveBackgroundDetails;

    Swift

    func isTeamProfileRemoveBackgroundDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_remove_background_details”.

  • Retrieves whether the union’s current tag state has value “team_profile_remove_logo_details”.

    Note

    Call this method and ensure it returns true before accessing the teamProfileRemoveLogoDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamProfileRemoveLogoDetails;

    Swift

    func isTeamProfileRemoveLogoDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_profile_remove_logo_details”.

  • Retrieves whether the union’s current tag state has value “tfa_add_backup_phone_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaAddBackupPhoneDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaAddBackupPhoneDetails;

    Swift

    func isTfaAddBackupPhone() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_add_backup_phone_details”.

  • Retrieves whether the union’s current tag state has value “tfa_add_security_key_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaAddSecurityKeyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaAddSecurityKeyDetails;

    Swift

    func isTfaAddSecurityKeyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_add_security_key_details”.

  • Retrieves whether the union’s current tag state has value “tfa_change_backup_phone_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaChangeBackupPhoneDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaChangeBackupPhoneDetails;

    Swift

    func isTfaChangeBackupPhone() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_change_backup_phone_details”.

  • Retrieves whether the union’s current tag state has value “tfa_change_status_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaChangeStatusDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaChangeStatusDetails;

    Swift

    func isTfaChangeStatusDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_change_status_details”.

  • Retrieves whether the union’s current tag state has value “tfa_remove_backup_phone_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaRemoveBackupPhoneDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaRemoveBackupPhoneDetails;

    Swift

    func isTfaRemoveBackupPhone() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_remove_backup_phone_details”.

  • Retrieves whether the union’s current tag state has value “tfa_remove_security_key_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaRemoveSecurityKeyDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaRemoveSecurityKeyDetails;

    Swift

    func isTfaRemoveSecurityKeyDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_remove_security_key_details”.

  • Retrieves whether the union’s current tag state has value “tfa_reset_details”.

    Note

    Call this method and ensure it returns true before accessing the tfaResetDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTfaResetDetails;

    Swift

    func isTfaResetDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “tfa_reset_details”.

  • Retrieves whether the union’s current tag state has value “changed_enterprise_admin_role_details”.

    Note

    Call this method and ensure it returns true before accessing the changedEnterpriseAdminRoleDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isChangedEnterpriseAdminRoleDetails;

    Swift

    func isChangedEnterpriseAdminRoleDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “changed_enterprise_admin_role_details”.

  • Retrieves whether the union’s current tag state has value “changed_enterprise_connected_team_status_details”.

    Note

    Call this method and ensure it returns true before accessing the changedEnterpriseConnectedTeamStatusDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isChangedEnterpriseConnectedTeamStatusDetails;

    Swift

    func isChangedEnterpriseConnectedTeamStatusDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “changed_enterprise_connected_team_status_details”.

  • Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session_details”.

    Note

    Call this method and ensure it returns true before accessing the endedEnterpriseAdminSessionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEndedEnterpriseAdminSessionDetails;

    Swift

    func isEndedEnterpriseAdminSessionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “ended_enterprise_admin_session_details”.

  • Retrieves whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated_details”.

    Note

    Call this method and ensure it returns true before accessing the endedEnterpriseAdminSessionDeprecatedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEndedEnterpriseAdminSessionDeprecatedDetails;

    Swift

    func isEndedEnterpriseAdminSessionDeprecatedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “ended_enterprise_admin_session_deprecated_details”.

  • Retrieves whether the union’s current tag state has value “enterprise_settings_locking_details”.

    Note

    Call this method and ensure it returns true before accessing the enterpriseSettingsLockingDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isEnterpriseSettingsLockingDetails;

    Swift

    func isEnterpriseSettingsLockingDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “enterprise_settings_locking_details”.

  • Retrieves whether the union’s current tag state has value “guest_admin_change_status_details”.

    Note

    Call this method and ensure it returns true before accessing the guestAdminChangeStatusDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isGuestAdminChangeStatusDetails;

    Swift

    func isGuestAdminChangeStatusDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “guest_admin_change_status_details”.

  • Retrieves whether the union’s current tag state has value “started_enterprise_admin_session_details”.

    Note

    Call this method and ensure it returns true before accessing the startedEnterpriseAdminSessionDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isStartedEnterpriseAdminSessionDetails;

    Swift

    func isStartedEnterpriseAdminSessionDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “started_enterprise_admin_session_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_accepted_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAcceptedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAcceptedDetails;

    Swift

    func isTeamMergeRequestAcceptedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_accepted_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAcceptedShownToPrimaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAcceptedShownToPrimaryTeamDetails;

    Swift

    func isTeamMergeRequestAcceptedShownToPrimaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_primary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAcceptedShownToSecondaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAcceptedShownToSecondaryTeamDetails;

    Swift

    func isTeamMergeRequestAcceptedShownToSecondaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_accepted_shown_to_secondary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_auto_canceled_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestAutoCanceledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestAutoCanceledDetails;

    Swift

    func isTeamMergeRequestAutoCanceledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_auto_canceled_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_canceled_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestCanceledDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestCanceledDetails;

    Swift

    func isTeamMergeRequestCanceledDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_canceled_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestCanceledShownToPrimaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestCanceledShownToPrimaryTeamDetails;

    Swift

    func isTeamMergeRequestCanceledShownToPrimaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_primary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestCanceledShownToSecondaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestCanceledShownToSecondaryTeamDetails;

    Swift

    func isTeamMergeRequestCanceledShownToSecondaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_canceled_shown_to_secondary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_expired_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestExpiredDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestExpiredDetails;

    Swift

    func isTeamMergeRequestExpiredDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_expired_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestExpiredShownToPrimaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestExpiredShownToPrimaryTeamDetails;

    Swift

    func isTeamMergeRequestExpiredShownToPrimaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_expired_shown_to_primary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestExpiredShownToSecondaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestExpiredShownToSecondaryTeamDetails;

    Swift

    func isTeamMergeRequestExpiredShownToSecondaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_expired_shown_to_secondary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestRejectedShownToPrimaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestRejectedShownToPrimaryTeamDetails;

    Swift

    func isTeamMergeRequestRejectedShownToPrimaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_primary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestRejectedShownToSecondaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestRejectedShownToSecondaryTeamDetails;

    Swift

    func isTeamMergeRequestRejectedShownToSecondaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_rejected_shown_to_secondary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_reminder_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestReminderDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestReminderDetails;

    Swift

    func isTeamMergeRequestReminderDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_reminder_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestReminderShownToPrimaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestReminderShownToPrimaryTeamDetails;

    Swift

    func isTeamMergeRequestReminderShownToPrimaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_primary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestReminderShownToSecondaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestReminderShownToSecondaryTeamDetails;

    Swift

    func isTeamMergeRequestReminderShownToSecondaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_reminder_shown_to_secondary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_revoked_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestRevokedDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestRevokedDetails;

    Swift

    func isTeamMergeRequestRevokedDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_revoked_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestSentShownToPrimaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestSentShownToPrimaryTeamDetails;

    Swift

    func isTeamMergeRequestSentShownToPrimaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_sent_shown_to_primary_team_details”.

  • Retrieves whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team_details”.

    Note

    Call this method and ensure it returns true before accessing the teamMergeRequestSentShownToSecondaryTeamDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isTeamMergeRequestSentShownToSecondaryTeamDetails;

    Swift

    func isTeamMergeRequestSentShownToSecondaryTeamDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “team_merge_request_sent_shown_to_secondary_team_details”.

  • Retrieves whether the union’s current tag state has value “missing_details”.

    Note

    Call this method and ensure it returns true before accessing the missingDetails property, otherwise a runtime exception will be thrown.

    Declaration

    Objective-C

    - (BOOL)isMissingDetails;

    Swift

    func isMissingDetails() -> Bool

    Return Value

    Whether the union’s current tag state has value “missing_details”.

  • 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.