ControlAction.ResponseOk フィールド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
This constant will be removed in the future version. Use Android.Service.Controls.Actions.ControlActionResponse enum directly instead of this field.
アクションがconsumer
ControlsProviderService#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- 属性
注釈
アクションがconsumer
ControlsProviderService#performControlAction
実行されたことを示す in の応答コード。 アクションは後で失敗する可能性があり、状態が変わらない可能性があります。
の Java ドキュメントandroid.service.controls.actions.ControlAction.RESPONSE_OK
このページの一部は、Android オープンソース プロジェクトによって作成および共有され、クリエイティブ コモンズ 2.5 属性ライセンスに記載されている条件に従って使用される作業に基づく変更です。