次の方法で共有


StatusBarManager.TileAddRequestErrorAppNotInForeground フィールド

定義

注意事項

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_APP_NOT_IN_FOREGROUND", 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 TileAddRequestErrorAppNotInForeground = 1004;
[<Android.Runtime.Register("TILE_ADD_REQUEST_ERROR_APP_NOT_IN_FOREGROUND", 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 TileAddRequestErrorAppNotInForeground : Android.App.TileAddRequestError

フィールド値

Value = 1004
属性

注釈

要求するアプリケーションがフォアグラウンドにないことを示します。

の Java ドキュメントandroid.app.StatusBarManager.TILE_ADD_REQUEST_ERROR_APP_NOT_IN_FOREGROUND

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

適用対象