NoteChanger

class NoteChanger(repository: NoteRepository)

Constructors

Link copied to clipboard
fun NoteChanger(repository: NoteRepository)

Functions

Link copied to clipboard
fun change(oldNoteIdentifier: String, newNote: NotePrimitives): Note

Updates a Note with the given identifier with the newNote primitives.