NoteViewModel

class NoteViewModel @Inject constructor(var repository: NoteRepository) : ViewModel

Constructors

Link copied to clipboard
@Inject
constructor(repository: NoteRepository)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun createNote(title: String, content: String)
Link copied to clipboard
Link copied to clipboard
fun editContent(content: String)
Link copied to clipboard
fun editTitle(title: String)
Link copied to clipboard
fun openNote(uuid: UUID)
Link copied to clipboard
Link copied to clipboard