updatePersonalDirectoryContact

abstract fun updatePersonalDirectoryContact(contact: DirectoryContactEntry, listener: RainbowListener<IRainbowContact, Unit>? = null)

Updates a personal directory contact.

This method updates a personal directory contact based on the provided DirectoryContactEntry.

Parameters

contact

The DirectoryContactEntry representing the contact to be updated.

listener

RainbowListener (optional) callback invoked upon completion of the operation. Set to null if not required.