11
Kotlin addTextChangeListenerラムダ?
KotlinでEditText addTextChangeListenerのラムダ式を作成するにはどうすればよいですか?以下はエラーになります: passwordEditText.addTextChangedListener { charSequence -> try { password = charSequence.toString() } catch (error: Throwable) { raise(error) } }