Skip to content
On this page

DeviceMissingKeys

data class DeviceMissingKeys(val deviceId: String, val count: Int)

Represents a device of the current account which is missing some keys, and for which you probably want to call SealdSDK.massReencrypt.

Constructors

DeviceMissingKeysconstructor(deviceId: String, count: Int)

Properties

NameSummary
countval count: Int
The number of keys missing for this device. Warning: the count may be lower than reality if the device was recently created, as the server may still be provisioning keys for this device. In that case, you can still call SealdSDK.massReencrypt for that device.
deviceIdval deviceId: String
The ID of the device which is missing some keys.