EventOutput.Builder
public
static
final
class
EventOutput.Builder
extends Object
| java.lang.Object | |
| ↳ | android.adservices.ondevicepersonalization.EventOutput.Builder |
EventOutput 的建構工具。
摘要
公用建構函式 | |
|---|---|
Builder()
|
|
公用方法 | |
|---|---|
EventOutput
|
build()
建構例項。 |
EventOutput.Builder
|
setEventLogRecord(EventLogRecord value)
要寫入 EVENTS 資料表的 |
繼承方法 | |
|---|---|
公用建構函式
公用方法
setEventLogRecord
public EventOutput.Builder setEventLogRecord (EventLogRecord value)
要寫入 EVENTS 資料表的 EventLogRecord (如果不是空值)。每個 EventLogRecord 都會與已寫入 REQUESTS 資料表的現有 RequestLogRecord 資料列建立關聯。
| 參數 | |
|---|---|
value |
EventLogRecord:此值不能為 null。 |
| 傳回 | |
|---|---|
EventOutput.Builder |
|