PayoneSepaFormViewModel

class PayoneSepaFormViewModel(repository: PayoneSepaFormRepository = PayoneSepaFormRepositoryImpl(snabble = Snabble), savedStateHandle: SavedStateHandle) : ViewModel

Constructors

Link copied to clipboard
constructor(repository: PayoneSepaFormRepository = PayoneSepaFormRepositoryImpl(snabble = Snabble), savedStateHandle: SavedStateHandle)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
fun onCityChange(city: String)
Link copied to clipboard
Link copied to clipboard
fun onNameChange(name: String)
Link copied to clipboard

True if the PayoneSepaData is valid and has been saved, false otherwise.