| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside |
| Modifier and Type | Method and Description |
|---|---|
ActionSource |
Event.getActionSource()
Get actionSource
|
static ActionSource |
ActionSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionSource[] |
ActionSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.actionSource(ActionSource actionSource)
Set actionSource for the event.
|
void |
Event.setActionSource(ActionSource actionSource)
Set actionSource for the event.
|
| Constructor and Description |
|---|
Event(String eventName,
Long eventTime,
String eventSourceUrl,
Boolean optOut,
String eventId,
UserData userData,
CustomData customData,
String[] dataProcessingOptions,
Integer dataProcessingOptionsCountry,
Integer dataProcessingOptionsState,
ActionSource actionSource,
AppData appData,
String advancedMeasurementTable,
MessagingChannel messagingChannel,
OriginalEventData originalEventData,
AttributionData attributionData)
Constructor.
|
Copyright © 2024. All rights reserved.