TrustedPresentationThresholds コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| TrustedPresentationThresholds(Single, Single, Int32) |
新しい TrustedPresentationThresholds を作成します。 |
| TrustedPresentationThresholds(Single, Single, Int32, TrustedPresentationThresholdsSignalMode) |
新しい TrustedPresentationThresholds を作成します。 |
TrustedPresentationThresholds(Single, Single, Int32)
新しい TrustedPresentationThresholds を作成します。
[Android.Runtime.Register(".ctor", "(FFI)V", "", ApiSince=35)]
public TrustedPresentationThresholds(float minAlpha, float minFractionRendered, int stabilityRequirementMs);
[<Android.Runtime.Register(".ctor", "(FFI)V", "", ApiSince=35)>]
new Android.Window.TrustedPresentationThresholds : single * single * int -> Android.Window.TrustedPresentationThresholds
パラメーター
- minAlpha
- Single
ウィンドウがしきい値内で考慮する必要がある最小アルファ。
- minFractionRendered
- Single
しきい値内と見なされるユーザーに提示されたウィンドウの最小比率。
- stabilityRequirementMs
- Int32
ウィンドウがしきい値に入るために必要な時間 (ミリ秒単位)。
- 属性
注釈
新しい TrustedPresentationThresholds を作成します。
このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。
適用対象
TrustedPresentationThresholds(Single, Single, Int32, TrustedPresentationThresholdsSignalMode)
新しい TrustedPresentationThresholds を作成します。
[Android.Runtime.Register(".ctor", "(FFII)V", "", ApiSince=37)]
public TrustedPresentationThresholds(float minAlpha, float minFractionRendered, int stabilityRequirementMs, Android.Window.TrustedPresentationThresholdsSignalMode signalMode);
[<Android.Runtime.Register(".ctor", "(FFII)V", "", ApiSince=37)>]
new Android.Window.TrustedPresentationThresholds : single * single * int * Android.Window.TrustedPresentationThresholdsSignalMode -> Android.Window.TrustedPresentationThresholds
パラメーター
- minAlpha
- Single
ウィンドウがしきい値内で考慮する必要がある最小アルファ。
- minFractionRendered
- Single
しきい値内と見なされるユーザーに提示されたウィンドウの最小比率。
- stabilityRequirementMs
- Int32
ウィンドウがしきい値に入るために必要な時間 (ミリ秒単位)。
- signalMode
- TrustedPresentationThresholdsSignalMode
オクルージョンを通知するタイミングを決定するモード。
- 属性