DeviceMissingKeys
data class DeviceMissingKeys(val deviceId: String)
Represents a device of the current account which is missing some keys, and for which you probably want to call SealdSDK.massReencrypt.
Constructors
DeviceMissingKeys | constructor(deviceId: String) |
Properties
Name | Summary |
---|---|
deviceId | val deviceId: String The ID of the device which is missing some keys. |