fetchPersonalContacts

abstract fun fetchPersonalContacts(listener: RainbowListener<List<IRainbowContact>, Unit>? = null)

Fetches the personal contacts of the user.

This method retrieves the user's personal contacts.

Parameters

listener

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