Include whisper again
This commit is contained in:
@@ -31,8 +31,13 @@ interface IME {
|
||||
|
||||
fun onDeleteText(beforeCursor: Int = 0, afterCursor: Int = 0, finishComposing: Boolean = false)
|
||||
|
||||
fun defaultView()
|
||||
|
||||
fun onSwitchInputHandler(inputMode: InputMode)
|
||||
|
||||
fun onUpdateStatusIcon(icon: Int?)
|
||||
|
||||
fun record()
|
||||
|
||||
fun transcribe()
|
||||
}
|
||||
Reference in New Issue
Block a user