OnAccountContactKeysUpdatedListener


public interface OnAccountContactKeysUpdatedListener


Listener triggered when account contact keys are updated.

Summary

Public methods

abstract void

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

Public methods

onAccountContactKeysUpdated

abstract void onAccountContactKeysUpdated(
    @NonNull List<@NonNull E2eeAccountContactKeyParcelable> contactKeys
)

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

Parameters
@NonNull List<@NonNull E2eeAccountContactKeyParcelable> contactKeys

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