InviteSent

The player sent an invite to the game

Name
Type
Select
Backend name
Description

uniqueTracking

string

Optional

unique_tracking

This is used to match a Sent event with corresponding Received event.

inviteType

string

Optional

invite_type

inviteType is the system used to drive the invite

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.InviteSent(uniqueTracker, "MatchInvite", recipients);

Last updated