createFavoriteFromContact

abstract fun createFavoriteFromContact(contact: IRainbowContact?, listener: RainbowListener<IRainbowFavorite, CreateFavoriteError>? = null)

Creates a favorite at the end of the list

Parameters

contact

IRainbowContact the contact to add to the favorites

listener

RainbowListener callback (onSuccess, onError)