fun Spinner.bindSelection(selection: MutableLiveData<String>): Unit
Creates and binds a listener that posts a Spinner's value to a MutableLiveData.
selection - The target MutableLiveData.
selection
Receiver The source Spinner.