Language

EventLogRecord.Builder.SetData(ContentValues) Method

Definition

Additional data to be logged.

[Android.Runtime.Register("setData", "(Landroid/content/ContentValues;)Landroid/adservices/ondevicepersonalization/EventLogRecord$Builder;", "", ApiSince=35)]
public Android.AdServices.OnDevicePersonalization.EventLogRecord.Builder SetData(Android.Content.ContentValues? value);
[<Android.Runtime.Register("setData", "(Landroid/content/ContentValues;)Landroid/adservices/ondevicepersonalization/EventLogRecord$Builder;", "", ApiSince=35)>]
member this.SetData : Android.Content.ContentValues -> Android.AdServices.OnDevicePersonalization.EventLogRecord.Builder

Parameters

Returns

Attributes

Remarks

Additional data to be logged. Can be null if no additional data needs to be written as part of the event, and only the occurrence of the event needs to be logged.

Android reference for android.adservices.ondevicepersonalization.EventLogRecord.Builder.setData.

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