SendScreenViewModel

class SendScreenViewModel(di: DI, savedStateHandle: SavedStateHandle, onSwitchToSelectDestNode: (List<Uri>) -> Unit) : ViewModel

Constructors

Link copied to clipboard
constructor(di: DI, savedStateHandle: SavedStateHandle, onSwitchToSelectDestNode: (List<Uri>) -> Unit)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun onFileChosen(uris: List<Uri>)