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. |
deviceId
objc
@property (strong, readonly) NSString * deviceId;
The ID of the device which is missing some keys.