Skip to content

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.

Parameters

forceLocalAccountUpdateWhether to update the local account

Throws

SealdException