bind

fun bind(editText: EditText, config: Config = Config.DEFAULT_IME): WanakanaAndroid.Binding

Binds Wanakana to an editText to automagically convert the typed text to kana. Uses toKanaIme for conversion.

Parameters

editText

the input field to convert automatically.

config

the config for the toKanaIme conversion, defaults to Config.DEFAULT_IME.