GameState.ModeContent フィールド

定義

注意事項

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

表示されている現在のコンテンツがゲームプレイに関連しないことを示します。

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

フィールド値

Value = 4

実装

属性

注釈

表示されている現在のコンテンツがゲームプレイに関連しないことを示します。 たとえば、広告、Web ページ、テキスト、ビデオなどです。

の Java ドキュメント android.app.GameState.MODE_CONTENT

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

適用対象