GiftSent
The player sent a gift to another player
Name
Type
Select
Backend name
Description
gift
Reward
Required
reward
The reward object which contains the name, type, amount and such.
recipientID
string
Required
recipient_id
The recipient ID
uniqueTracking
string
Optional
unique_tracking
This is used to match a Sent event with corresponding Received event.
additionalData
Dictionary<string, object>
Optional
additional_data
Any additional information
Code examples:
Last updated