TrustedPresentationThresholds 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
| 속성 | 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 오픈 소스 프로젝트에서 만들고 공유하고 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
폐색 신호를 보낼 시기를 결정하는 모드입니다.
- 특성