언어

ITextClassifier.Destroy 메서드

정의

이 TextClassifier를 삭제합니다.

[Android.Runtime.Register("destroy", "()V", "GetDestroyHandler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)]
public virtual void Destroy();
[<Android.Runtime.Register("destroy", "()V", "GetDestroyHandler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)>]
abstract member Destroy : unit -> unit
override this.Destroy : unit -> unit
특성

설명

이 TextClassifier를 삭제합니다. 참고: TextClassifier가 제거된 경우 해당 메서드에 대한 호출은 IllegalStateException을 throw해야 합니다. isDestroyed()를 참조하세요. 이 메서드에 대한 후속 호출은 no-ops입니다.

에 대한 android.view.textclassifier.TextClassifier.destroyAndroid 참조

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

적용 대상