InputMethod.AccessibilityInputConnection.PerformEditorAction(Int32) メソッド

定義

エディターに、実行可能と言ったアクションを実行してもらう。

[Android.Runtime.Register("performEditorAction", "(I)V", "", ApiSince=33)]
public void PerformEditorAction(int editorAction);
[<Android.Runtime.Register("performEditorAction", "(I)V", "", ApiSince=33)>]
member this.PerformEditorAction : int -> unit

パラメーター

editorAction
Int32

これは、EditorInfo#IME_ACTION_GO EditorInfo.EDITOR_ACTION_GOなどのEditorInfo#imeOptions EditorInfo.imeOptionsのアクション定数のいずれか、またはカスタム アクションが使用可能な場合はEditorInfo#actionId EditorInfo.actionIdの値である必要があります。

属性

注釈

エディターに、実行可能と言ったアクションを実行してもらう。

Javaドキュメント。

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象