EditFavoriteScreenState

Represents the edit favorite screen state.

Parameters

currentName

the current name of the favorite.

onDoneClicked

the callback for the done click.

onBackClicked

the callback for the back click.

Properties

Link copied to clipboard
Link copied to clipboard
val onBackClicked: () -> Unit
Link copied to clipboard
val onDoneClicked: (newName: String) -> Unit

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int