StatusBarManager.TileAddRequestErrorRequestInProgress フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.TileAddRequestError enum directly instead of this field.

このパッケージの要求が進行中であることを示します。

[Android.Runtime.Register("TILE_ADD_REQUEST_ERROR_REQUEST_IN_PROGRESS", ApiSince=33)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.TileAddRequestError enum directly instead of this field.", true)]
public const Android.App.TileAddRequestError TileAddRequestErrorRequestInProgress = 1001;
[<Android.Runtime.Register("TILE_ADD_REQUEST_ERROR_REQUEST_IN_PROGRESS", ApiSince=33)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.TileAddRequestError enum directly instead of this field.", true)>]
val mutable TileAddRequestErrorRequestInProgress : Android.App.TileAddRequestError

フィールド値

Value = 1001
属性

注釈

android.app.StatusBarManager.TILE_ADD_REQUEST_ERROR_REQUEST_IN_PROGRESSJava ドキュメント。

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

適用対象