SignalAccountInfo
public struct SignalAccountInfo
Account info reported by Signal server
-
The user’s ID
Declaration
Swift
public let userId: UUID
-
The server URL to use for Signal requests
Declaration
Swift
public let serverUrl: String
-
The current set of devices
Declaration
Swift
public let devices: [DeviceInfo]
-
Device info reported by Signal server
See moreDeclaration
Swift
public struct DeviceInfo