InviteSent
Introduction
Backend Name:
invite_sent
Description: The player sent an invite to the game
Event Type:
Social
Priority:
P3
Parameters
Name | Type | Select | Backend name | Description |
---|---|---|---|---|
additionalData | Dictionary |
Optional | additional_data | Any additional information |
inviteType | string | Optional | invite_type | inviteType is the system used to drive the invite |
uniqueTracking | string | Optional | unique_tracking | This is used to match a Sent event with corresponding Received event. |
Code example
LionAnalytics.InviteSent(uniqueTracker, "MatchInvite", recipients);