Notification.Action.GetRemoteInputs メソッド

定義

このアクションが送信されたときにユーザーから収集される入力の一覧を取得します。

[Android.Runtime.Register("getRemoteInputs", "()[Landroid/app/RemoteInput;", "GetGetRemoteInputsHandler")]
public virtual Android.App.RemoteInput[]? GetRemoteInputs ();
[<Android.Runtime.Register("getRemoteInputs", "()[Landroid/app/RemoteInput;", "GetGetRemoteInputsHandler")>]
abstract member GetRemoteInputs : unit -> Android.App.RemoteInput[]
override this.GetRemoteInputs : unit -> Android.App.RemoteInput[]

戻り値

属性

注釈

このアクションが送信されたときにユーザーから収集される入力の一覧を取得します。 リモート入力が追加されなかった場合は null を返す場合があります。 テキスト入力を受け入れる入力のみを返します。 データのみを受け入れる入力には、 を使用します #getDataOnlyRemoteInputs

android.app.Notification.Action.getRemoteInputs()Java ドキュメント。

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

適用対象