ITextClassifier.IsDestroyed Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns whether or not this TextClassifier has been destroyed.
public virtual bool IsDestroyed { [Android.Runtime.Register("isDestroyed", "()Z", "GetIsDestroyedHandler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isDestroyed", "()Z", "GetIsDestroyedHandler:Android.Views.TextClassifiers.ITextClassifier, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=28)>]
member this.IsDestroyed : bool
Property Value
- Attributes
Remarks
Returns whether or not this TextClassifier has been destroyed.
<strong>NOTE: </strong>If a TextClassifier has been destroyed, caller should not interact with the classifier and an attempt to do so would throw an IllegalStateException
. However, this method should never throw an IllegalStateException
.
Java documentation for android.view.textclassifier.TextClassifier.isDestroyed()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.