Control.StatusError フィールド

定義

注意事項

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

デバイスの状態の読み込み中に一時的なエラーが発生したことを示すために使用されます。

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

フィールド値

Value = 3

実装

属性

注釈

デバイスの状態の読み込み中に一時的なエラーが発生したことを示すために使用されます。 StatefulBuilder#setStatusTextによって設定されたカスタム テキストの代わりに、既定のエラー メッセージが表示されます。

Javaドキュメント。

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

適用対象