次の方法で共有


ControlAction.ResponseOk フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.

アクションがconsumerControlsProviderService#performControlAction実行されたことを示す in の応答コード。

[Android.Runtime.Register("RESPONSE_OK", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.", true)]
public const Android.Service.Controls.Actions.ControlActionResponse ResponseOk = 1;
[<Android.Runtime.Register("RESPONSE_OK", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.", true)>]
val mutable ResponseOk : Android.Service.Controls.Actions.ControlActionResponse

フィールド値

Value = 1
属性

注釈

アクションがconsumerControlsProviderService#performControlAction実行されたことを示す in の応答コード。 アクションは後で失敗する可能性があり、状態が変わらない可能性があります。

の Java ドキュメントandroid.service.controls.actions.ControlAction.RESPONSE_OK

このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。

適用対象