언어

BitmapFactory.Options.RequestCancelDecode 메서드

정의

주의

deprecated

이 멤버는 더 이상 사용되지 않습니다.

[Android.Runtime.Register("requestCancelDecode", "()V", "GetRequestCancelDecodeHandler")]
[System.Obsolete("deprecated")]
public virtual void RequestCancelDecode();
[<Android.Runtime.Register("requestCancelDecode", "()V", "GetRequestCancelDecodeHandler")>]
[<System.Obsolete("deprecated")>]
abstract member RequestCancelDecode : unit -> unit
override this.RequestCancelDecode : unit -> unit
특성

설명

이 멤버는 더 이상 사용되지 않습니다. android.os.Build.VERSION_CODES#N현재는 디코딩에 영향을 미치지 않지만 여전히 mCancel을 설정합니다.

android.os.Build.VERSION_CODES#M 옵션 개체가 디코딩 내에 있는 동안 다른 스레드에서 호출할 수 있는 경우 아래와 같습니다. 호출합니다. 이를 호출하면 디코더에 작업을 취소해야 한다는 알림이 표시됩니다. 디코딩을 취소하도록 보장되지는 않지만 디코딩이 수행되면 디코더... 작업은 null을 반환하거나 inJustDecodeBounds가 true이면 outWidth/outHeight를 -1

에 대한 android.graphics.BitmapFactory.Options.requestCancelDecode()Java 설명서

이 페이지의 일부는 만들고 공유한 작업을 기반으로 하며 에 설명된 조건에 따라 사용됩니다.

적용 대상