| Package | Description |
|---|---|
| com.facebook.ads.sdk.serverside |
| Modifier and Type | Method and Description |
|---|---|
MessagingChannel |
Event.getMessagingChannel()
Get messagingChannel for the event.
|
static MessagingChannel |
MessagingChannel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagingChannel[] |
MessagingChannel.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.messagingChannel(MessagingChannel messagingChannel)
Set messagingChannel for the event.
|
void |
Event.setMessagingChannel(MessagingChannel messagingChannel)
Set messagingChannel 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.