WallpaperManager.PeekFastDrawable 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
PeekFastDrawable() |
<strong> Important note: </strong><ul><li>Up to version S, this method requires the |
PeekFastDrawable(WallpaperManagerFlags) |
<strong> Important note: </strong><ul><li>Up to version S, this method requires the |
PeekFastDrawable()
<strong> Important note: </strong><ul><li>Up to version S, this method requires the android.Manifest.permission#READ_EXTERNAL_STORAGE
permission.
[Android.Runtime.Register("peekFastDrawable", "()Landroid/graphics/drawable/Drawable;", "GetPeekFastDrawableHandler")]
public virtual Android.Graphics.Drawables.Drawable? PeekFastDrawable ();
[<Android.Runtime.Register("peekFastDrawable", "()Landroid/graphics/drawable/Drawable;", "GetPeekFastDrawableHandler")>]
abstract member PeekFastDrawable : unit -> Android.Graphics.Drawables.Drawable
override this.PeekFastDrawable : unit -> Android.Graphics.Drawables.Drawable
반환
요청된 배경 화면에 최적화된 그리기 가능한 개체입니다.
- 특성
설명
<strong> Important note: </strong><ul><li>Up to version S, this method requires the android.Manifest.permission#READ_EXTERNAL_STORAGE
permission.</li li>><T에서 시작, 직접 배경 화면에 액세스하는 것은 더 이상 가능하지 않습니다, 대신 기본 시스템 배경 화면이 반환됩니다 (T의 일부 버전은 throw SecurityException
할 수 있습니다).</li li><>버전 U에서 이 메서드를 사용하면 안 되며 항상
에 대한 android.app.WallpaperManager.peekFastDrawable()
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.
적용 대상
PeekFastDrawable(WallpaperManagerFlags)
<strong> Important note: </strong><ul><li>Up to version S, this method requires the android.Manifest.permission#READ_EXTERNAL_STORAGE
permission.
[Android.Runtime.Register("peekFastDrawable", "(I)Landroid/graphics/drawable/Drawable;", "GetPeekFastDrawable_IHandler", ApiSince=34)]
public virtual Android.Graphics.Drawables.Drawable? PeekFastDrawable (Android.App.WallpaperManagerFlags which);
[<Android.Runtime.Register("peekFastDrawable", "(I)Landroid/graphics/drawable/Drawable;", "GetPeekFastDrawable_IHandler", ApiSince=34)>]
abstract member PeekFastDrawable : Android.App.WallpaperManagerFlags -> Android.Graphics.Drawables.Drawable
override this.PeekFastDrawable : Android.App.WallpaperManagerFlags -> Android.Graphics.Drawables.Drawable
매개 변수
- which
- WallpaperManagerFlags
FLAG_*
유효한 배경 화면 유형의 식별자입니다. 잘못된 배경 화면이 요청되면 IllegalArgumentException을 throw합니다.
반환
요청된 배경 화면에 최적화된 그리기 가능한 개체입니다.
- 특성
설명
<strong> Important note: </strong><ul><li>Up to version S, this method requires the android.Manifest.permission#READ_EXTERNAL_STORAGE
permission.</li li>><T에서 시작, 직접 배경 화면에 액세스하는 것은 더 이상 가능하지 않습니다, 대신 기본 시스템 배경 화면이 반환됩니다 (T의 일부 버전은 throw SecurityException
할 수 있습니다).</li li><>버전 U에서 이 메서드를 사용하면 안 되며 항상
에 대한 android.app.WallpaperManager.peekFastDrawable(int)
Java 설명서
이 페이지의 일부는 Android 오픈 소스 프로젝트에서 만들고 공유하고 Creative Commons 2.5 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.