onAppPrivateCommand property

AppPrivateCommandCallback? onAppPrivateCommand
final

This is used to receive a private command from the input method.

Called when the result of TextInputClient.performPrivateCommand is received.

This can be used to provide domain-specific features that are only known between certain input methods and their clients.

See also:

  • performPrivateCommand, which is the Android documentation for performPrivateCommand, used to send a command from the input method.
  • sendAppPrivateCommand, which is the Android documentation for sendAppPrivateCommand, used to send a command to the input method.

Implementation

final AppPrivateCommandCallback? onAppPrivateCommand;