| Package | Description |
|---|---|
| com.facebook.ads.sdk.businessdataapi | |
| com.facebook.ads.sdk.signal |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.customData(CustomData customData)
Sets the custom data object for the current Event.
|
Event |
Event.dataProcessingOptions(String[] dataProcessingOptions)
Sets the dataProcessingOptions for the current event.
|
Event |
Event.dataProcessingOptionsCountry(Integer dataProcessingOptionsCountry)
Sets the dataProcessingOptionsCountry for the current event.
|
Event |
Event.dataProcessingOptionsState(Integer dataProcessingOptionsState)
Sets the dataProcessingOptionsState for the current event.
|
Event |
Event.eventId(String eventId)
Sets the event Id for the current Event.
|
Event |
Event.eventName(String eventName)
Sets the Event Name for the current Event.
|
Event |
Event.eventTime(Long eventTime)
Sets the Event Time when the current Event happened.
|
Event |
Event.userData(UserData userData)
Sets the user data object for the current Event.
|
| Modifier and Type | Method and Description |
|---|---|
List<Event> |
EventRequest.getData()
A list of Business Data Event objects
|
| Modifier and Type | Method and Description |
|---|---|
EventRequest |
EventRequest.data(List<Event> data)
Set a list of Business Data Event objects
|
void |
EventRequest.setData(List<Event> data)
Set a list of Business Data Event objects
|
| Constructor and Description |
|---|
EventRequest(String pageId,
APIContext context,
List<Event> data,
String partnerAgent)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.getBusinessDataEvent()
Gets the constructed custom data for Business Data API
|
| Modifier and Type | Method and Description |
|---|---|
SignalResponse<List<Event>,List<Event>> |
EventRequest.getData()
A list of Event objects
|
Copyright © 2021. All rights reserved.