Name
public extension Notification.Name
-
Atlas credential has been set in the KV store.
Declaration
Swift
static let atlasCredentialSet: Notification.Name
-
Atlas credential has expired and authentication needs to be performed again
Declaration
Swift
static let atlasCredentialExpired: Notification.Name
-
Identity key changed on an incoming message – includes
address
of type SignalAddressDeclaration
Swift
static let signalIdentityKeyChanged: Notification.Name
-
Incoming delivery receipt – includes
deliveryReceipt
of type DeliveryReceiptDeclaration
Swift
static let signalDeliveryReceipt: Notification.Name
-
Incoming message – includes
inboundMessage
of type InboundMessageDeclaration
Swift
static let signalInboundMessage: Notification.Name
-
Incoming read receipts – includes
syncReadReceipts
of type [SyncReadReceipt]Declaration
Swift
static let signalSyncReadReceipts: Notification.Name
-
Incoming queue is now empty – includes no extra data
Declaration
Swift
static let signalQueueEmpty: Notification.Name
-
Websocket connection to the Signal Server established
Declaration
Swift
static let signalConnected: Notification.Name
-
Websocket connection to the Signal Server ended – includes
error
of type Error if applicableDeclaration
Swift
static let signalDisconnected: Notification.Name