OnAccountContactKeysUpdatedListener


interface OnAccountContactKeysUpdatedListener


Listener triggered when account contact keys are updated.

Summary

Public functions

Unit

Called when any key attached to one of the requested accountIds is updated, added or deleted.

Public functions

onAccountContactKeysUpdated

fun onAccountContactKeysUpdated(
    contactKeys: List<E2eeAccountContactKeyParcelable>
): Unit

Called when any key attached to one of the requested accountIds is updated, added or deleted.

Parameters
contactKeys: List<E2eeAccountContactKeyParcelable>

the list of account contact keys for the requested accountIds. This includes the unchanged keys as well.