FillResponse.Builder.SetUserData(UserData) Method
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.
Sets a specific UserData for field classification for this request only.
[Android.Runtime.Register("setUserData", "(Landroid/service/autofill/UserData;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=29)]
public Android.Service.Autofill.FillResponse.Builder SetUserData(Android.Service.Autofill.UserData userData);
[<Android.Runtime.Register("setUserData", "(Landroid/service/autofill/UserData;)Landroid/service/autofill/FillResponse$Builder;", "", ApiSince=29)>]
member this.SetUserData : Android.Service.Autofill.UserData -> Android.Service.Autofill.FillResponse.Builder
Parameters
- userData
- UserData
Returns
this builder. This value cannot be null.
- Attributes
Remarks
Sets a specific UserData for field classification for this request only.
Any fields in this UserData will override corresponding fields in the generic UserData object
Android reference for android.service.autofill.FillResponse.Builder.setUserData.
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.