Etkinlik Çıkışı.Oluşturucu

public static final class EventOutput.Builder
extends Object

java.lang.Object
→ Yönergeler android.adservices.ondevicepersonalization.EventExit.Builder


EventOutput için derleyici

Özet

İnşaatçılar

Builder()

Herkese açık yöntemler

EventOutput build()

Örneği oluşturur.

EventOutput.Builder setEventLogRecord(EventLogRecord value)

EVENTS (ETKİNLİKLER) tablosuna yazılacak bir EventLogRecord (null değilse).

Devralınan yöntemler

İnşaatçılar

Oluşturucu

public Builder ()

Herkese açık yöntemler

yapı

public EventOutput build ()

Örneği oluşturur. Bu çağrıdan sonra bu oluşturucuya dokunulmamalıdır!

İlerlemeler
EventOutput Bu değer null olamaz.

setEventLogRecord

public EventOutput.Builder setEventLogRecord (EventLogRecord value)

EVENTS (ETKİNLİKLER) tablosuna yazılacak bir EventLogRecord (null değilse). Her EventLogRecord, REQUESTS tablosuna yazılmış mevcut bir RequestLogRecord içindeki bir satırla ilişkilendirilir.

Parametreler
value EventLogRecord: Bu değer null olamaz.

İlerlemeler
EventOutput.Builder