OnCommitContentListener
interface OnCommitContentListener
Listener for commitContent method call, in a backwards compatible fashion.
Summary
Public methods |
abstract Boolean |
Intercepts InputConnection#commitContent API calls.
|
Public methods
onCommitContent
abstract fun onCommitContent(
inputContentInfo: InputContentInfoCompat!,
flags: Int,
opts: Bundle!
): Boolean
Intercepts InputConnection#commitContent API calls.
Return |
Boolean |
true if this request is accepted by the application, no matter if the request is already handled or still being handled in background. false to use the default implementation |