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 資料表的 EventLogRecord (如果不是空值)。

繼承方法

公用建構函式

公用方法

build

public EventOutput build ()

建構執行個體。呼叫此方法後,不應觸碰此建構工具!

傳回
EventOutput 此值不能為 null

setEventLogRecord

public EventOutput.Builder setEventLogRecord (EventLogRecord value)

要寫入 EVENTS 資料表的 EventLogRecord (如果不是空值)。每個 EventLogRecord 都與已寫入 REQUESTS 資料表的現有 RequestLogRecord 資料列相關聯。

參數
value EventLogRecord:此值不能為 null

傳回
EventOutput.Builder