언어

TypedArray.Close 메서드

정의

이후 호출자가 다시 사용할 TypedArray를 재활용합니다.

[Android.Runtime.Register("close", "()V", "GetCloseHandler", ApiSince=31)]
public virtual void Close();
[<Android.Runtime.Register("close", "()V", "GetCloseHandler", ApiSince=31)>]
abstract member Close : unit -> unit
override this.Close : unit -> unit

구현

특성

설명

이후 호출자가 다시 사용할 TypedArray를 재활용합니다. 이 함수를 호출한 후에는 형식화된 배열을 다시 만지지 않아야 합니다.

에 대한 android.content.res.TypedArray.close()Java 설명서

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

적용 대상