언어

TrustedPresentationThresholds 생성자

정의

오버로드

속성 Description
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

임계값 내에서 Windows를 고려해야 하는 최소 알파입니다.

minFractionRendered
Single

임계값 내에서 고려할 사용자에게 제공된 창의 최소 분수입니다.

stabilityRequirementMs
Int32

창이 임계값에 있는 데 필요한 시간(밀리초)입니다.

특성

설명

새 TrustedPresentationThresholds를 만듭니다.

에 대한 android.window.TrustedPresentationThresholds.TrustedPresentationThresholds(.*float, .*float, .*int)Java 설명서

이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상

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

임계값 내에서 Windows를 고려해야 하는 최소 알파입니다.

minFractionRendered
Single

임계값 내에서 고려할 사용자에게 제공된 창의 최소 분수입니다.

stabilityRequirementMs
Int32

창이 임계값에 있는 데 필요한 시간(밀리초)입니다.

signalMode
TrustedPresentationThresholdsSignalMode

폐색 신호를 보낼 시기를 결정하는 모드입니다.

특성

적용 대상