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
属性

注釈

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

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

適用対象