Lenguaje

TrustedPresentationThresholds Constructores

Definición

Sobrecargas

Nombre Description
TrustedPresentationThresholds(Single, Single, Int32)

Crea un nuevo TrustedPresentationThresholds.

TrustedPresentationThresholds(Single, Single, Int32, TrustedPresentationThresholdsSignalMode)

Crea un nuevo TrustedPresentationThresholds.

TrustedPresentationThresholds(Single, Single, Int32)

Crea un nuevo 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

Parámetros

minAlpha
Single

Es necesario tener en cuenta el valor alfa mínimo de la ventana dentro del umbral.

minFractionRendered
Single

Fracción mínima de la ventana que se presentó al usuario para que se considere dentro del umbral.

stabilityRequirementMs
Int32

Tiempo en milisegundos necesario para que la ventana esté en el umbral.

Atributos

Comentarios

Crea un nuevo TrustedPresentationThresholds.

Java documentación para android.window.TrustedPresentationThresholds.TrustedPresentationThresholds(.*float, .*float, .*int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el Android y se usan según los términos descritos en creative Creative Commons 2.5 Attribution License.

Se aplica a

TrustedPresentationThresholds(Single, Single, Int32, TrustedPresentationThresholdsSignalMode)

Crea un nuevo 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

Parámetros

minAlpha
Single

Es necesario tener en cuenta el valor alfa mínimo de la ventana dentro del umbral.

minFractionRendered
Single

Fracción mínima de la ventana que se presentó al usuario para que se considere dentro del umbral.

stabilityRequirementMs
Int32

Tiempo en milisegundos necesario para que la ventana esté en el umbral.

signalMode
TrustedPresentationThresholdsSignalMode

Modo que determina cuándo se debe indicar la oclusión.

Atributos

Se aplica a