deleteNoteFromMessage

abstract fun deleteNoteFromMessage(imMessage: IMMessage?, listener: RainbowListener<Unit, Unit>?)

Deletes a Note associated with a message.

Parameters

imMessage

IMMessage The message bound to the note.

listener

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