Skip to content
On this page

devicesMissingKeysAsync

@JvmOverloads

suspend fun devicesMissingKeysAsync(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