NotificationCenterNotifications.m 1.3 KB

1234567891011121314151617181920
  1. /**
  2. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. #import "NotificationCenterNotifications.h"
  6. NSString * const NCTalkNotInstalledNotification = @"NCTalkNotInstalledNotification";
  7. NSString * const NCOutdatedTalkVersionNotification = @"NCOutdatedTalkVersionNotification";
  8. NSString * const NCServerCapabilitiesUpdatedNotification = @"NCServerCapabilitiesUpdatedNotification";
  9. NSString * const NCUserProfileImageUpdatedNotification = @"NCUserProfileImageUpdatedNotification";
  10. NSString * const NCTokenRevokedResponseReceivedNotification = @"NCTokenRevokedResponseReceivedNotification";
  11. NSString * const NCUpgradeRequiredResponseReceivedNotification = @"NCUpgradeRequiredResponseReceivedNotification";
  12. NSString * const NCURLWantsToOpenConversationNotification = @"NCURLWantsToOpenConversationNotification";
  13. NSString * const NCServerMaintenanceModeNotification = @"NCServerMaintenanceModeNotification";
  14. NSString * const NCTalkConfigurationHashChangedNotification = @"NCTalkConfigurationHashChangedNotification";
  15. NSString * const NCPresentChatHighlightingMessageNotification = @"NCPresentChatHighlightingMessageNotification";
  16. NSString * const NCRoomCreatedNotification = @"NCRoomCreatedNotification";
  17. NSString * const NCSelectedUserForChatNotification = @"NCSelectedUserForChatNotification";