Share via


AutofillManager.IsFieldClassificationEnabled Property

Definition

Checks if field classification is enabled.

public bool IsFieldClassificationEnabled { [Android.Runtime.Register("isFieldClassificationEnabled", "()Z", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("isFieldClassificationEnabled", "()Z", "", ApiSince=28)>]
member this.IsFieldClassificationEnabled : bool

Property Value

Attributes

Remarks

Checks if field classification is enabled.

As field classification is an expensive operation, it could be disabled, either temporarily (for example, because the service exceeded a rate-limit threshold) or permanently (for example, because the device is a low-level device).

<b>Note:</b> This method should only be called by an app providing an autofill service, and it's ignored if the caller currently doesn't have an enabled autofill service for the user.

Java documentation for android.view.autofill.AutofillManager.isFieldClassificationEnabled().

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.

Applies to