|
|
@ -4,7 +4,7 @@ public extension Notification.Name {
|
|
|
|
// State changes
|
|
|
|
// State changes
|
|
|
|
public static let contactOnlineStatusChanged = Notification.Name("contactOnlineStatusChanged")
|
|
|
|
public static let contactOnlineStatusChanged = Notification.Name("contactOnlineStatusChanged")
|
|
|
|
public static let threadFriendRequestStatusChanged = Notification.Name("threadFriendRequestStatusChanged")
|
|
|
|
public static let threadFriendRequestStatusChanged = Notification.Name("threadFriendRequestStatusChanged")
|
|
|
|
public static let groupThreadLeft = Notification.Name("groupThreadLeft")
|
|
|
|
public static let groupThreadUpdated = Notification.Name("groupThreadLeft")
|
|
|
|
public static let messageFriendRequestStatusChanged = Notification.Name("messageFriendRequestStatusChanged")
|
|
|
|
public static let messageFriendRequestStatusChanged = Notification.Name("messageFriendRequestStatusChanged")
|
|
|
|
public static let threadDeleted = Notification.Name("threadDeleted")
|
|
|
|
public static let threadDeleted = Notification.Name("threadDeleted")
|
|
|
|
public static let threadSessionRestoreDevicesChanged = Notification.Name("threadSessionRestoreDevicesChanged")
|
|
|
|
public static let threadSessionRestoreDevicesChanged = Notification.Name("threadSessionRestoreDevicesChanged")
|
|
|
@ -27,7 +27,7 @@ public extension Notification.Name {
|
|
|
|
// State changes
|
|
|
|
// State changes
|
|
|
|
@objc public static let contactOnlineStatusChanged = Notification.Name.contactOnlineStatusChanged.rawValue as NSString
|
|
|
|
@objc public static let contactOnlineStatusChanged = Notification.Name.contactOnlineStatusChanged.rawValue as NSString
|
|
|
|
@objc public static let threadFriendRequestStatusChanged = Notification.Name.threadFriendRequestStatusChanged.rawValue as NSString
|
|
|
|
@objc public static let threadFriendRequestStatusChanged = Notification.Name.threadFriendRequestStatusChanged.rawValue as NSString
|
|
|
|
@objc public static let groupThreadLeft = Notification.Name.groupThreadLeft.rawValue as NSString
|
|
|
|
@objc public static let groupThreadUpdated = Notification.Name.groupThreadUpdated.rawValue as NSString
|
|
|
|
@objc public static let messageFriendRequestStatusChanged = Notification.Name.messageFriendRequestStatusChanged.rawValue as NSString
|
|
|
|
@objc public static let messageFriendRequestStatusChanged = Notification.Name.messageFriendRequestStatusChanged.rawValue as NSString
|
|
|
|
@objc public static let threadDeleted = Notification.Name.threadDeleted.rawValue as NSString
|
|
|
|
@objc public static let threadDeleted = Notification.Name.threadDeleted.rawValue as NSString
|
|
|
|
@objc public static let threadSessionRestoreDevicesChanged = Notification.Name.threadSessionRestoreDevicesChanged.rawValue as NSString
|
|
|
|
@objc public static let threadSessionRestoreDevicesChanged = Notification.Name.threadSessionRestoreDevicesChanged.rawValue as NSString
|
|
|
|