deleteNote

abstract fun deleteNote(note: Note, listener: RainbowListener<Unit, Unit>? = null)

Deletes a Note.

Parameters

note

The Note to delete.

listener

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