InviteRewarded

The player received a reward for inviting another player.

Name
Type
Select
Backend name
Description

inviterId

string

Optional

inviter_id

The id of the player who sent the invite.

inviteeId

string

Optional

invitee_id

The id of the player who received the invite.

additionalData

Dictionary<string, object>

Optional

additional_data

Any additional information

Code examples:

LionAnalytics.InviteRewarded("R579HJ", "R579HJ+X589TY");

Last updated