言語

TrustedPresentationThresholds コンストラクター

定義

オーバーロード

名前 説明
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 を作成します。

Javaドキュメント。

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

適用対象

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

オクルージョンを通知するタイミングを決定するモード。

属性

適用対象