Skip to content
Sur cette page

devicesMissingKeys

@JvmOverloads

fun devicesMissingKeys(forceLocalAccountUpdate: Boolean = false): Array<DeviceMissingKeys>

List which of the devices of the current account are missing keys, so you can call SealdSDK.massReencrypt for them.

Return

An Array of DeviceMissingKeys instances, containing the ID of the device, and the number of keys missing for this device.

Parameters

forceLocalAccountUpdateWhether to update the local account

Throws

Exception