Skip to content

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

DeviceMissingKeysconstructor(deviceId: String)

Properties

NameSummary
deviceIdval deviceId: String
The ID of the device which is missing some keys.