NotificationCenterNotifications.h 968 B

1234567891011121314151617181920212223
  1. /**
  2. * SPDX-FileCopyrightText: 2020 Nextcloud GmbH and Nextcloud contributors
  3. * SPDX-License-Identifier: GPL-3.0-or-later
  4. */
  5. #import <Foundation/Foundation.h>
  6. NS_ASSUME_NONNULL_BEGIN
  7. extern NSString * const NCTalkNotInstalledNotification;
  8. extern NSString * const NCOutdatedTalkVersionNotification;
  9. extern NSString * const NCServerCapabilitiesUpdatedNotification;
  10. extern NSString * const NCUserProfileImageUpdatedNotification;
  11. extern NSString * const NCTokenRevokedResponseReceivedNotification;
  12. extern NSString * const NCUpgradeRequiredResponseReceivedNotification;
  13. extern NSString * const NCURLWantsToOpenConversationNotification;
  14. extern NSString * const NCServerMaintenanceModeNotification;
  15. extern NSString * const NCTalkConfigurationHashChangedNotification;
  16. extern NSString * const NCPresentChatHighlightingMessageNotification;
  17. extern NSString * const NCRoomCreatedNotification;
  18. extern NSString * const NCSelectedUserForChatNotification;
  19. NS_ASSUME_NONNULL_END