AutofillManager.UserData 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.
Gets the user data used for
<a href="AutofillService. -or- Sets the UserData used for
<a href="AutofillService.
public Android.Service.Autofill.UserData? UserData { [Android.Runtime.Register("getUserData", "()Landroid/service/autofill/UserData;", "", ApiSince=28)] get; [Android.Runtime.Register("setUserData", "(Landroid/service/autofill/UserData;)V", "", ApiSince=28)] set; }
[<get: Android.Runtime.Register("getUserData", "()Landroid/service/autofill/UserData;", "", ApiSince=28)>]
[<set: Android.Runtime.Register("setUserData", "(Landroid/service/autofill/UserData;)V", "", ApiSince=28)>]
member this.UserData : Android.Service.Autofill.UserData with get, set
Property Value
value previously set by #setUserData(UserData) or null if it was
reset or if the caller currently does not have an enabled autofill service for the user.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.autofill.AutofillManager.getUserData().
Property setter documentation:
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.