class SealdDeviceMissingKeys
objc
@interface SealdDeviceMissingKeys : NSObject
SealdDeviceMissingKeys represents a device of the current account which is missing some keys, and for which you probably want to call massReencryptWithDeviceId:options:error: (SealdSdk).
Members | Descriptions |
---|---|
deviceId | The ID of the device which is missing some keys. |
count | 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. |
deviceId
objc
@property (strong, readonly) NSString * deviceId;
The ID of the device which is missing some keys.
count
objc
@property (assign, readonly) NSInteger count;
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.