InviteReceived

Introduction

  • Backend Name: invite_received

  • Description: The player received an invite to a set of users

  • Event Type: Social

  • Priority: P3

Parameters

NameTypeSelectBackend nameDescription
additionalDataDictionaryOptionaladditional_dataAny additional information
inviteTypestringOptionalinvite_typeinviteType is the system used to drive the invite
isInviteAcceptedboolOptionalis_invite_acceptedHas the invite been accepted
senderIDstringRequiredsender_idThe sender ID
uniqueTrackingstringOptionalunique_trackingThis is used to match a Sent event with corresponding Received event.

Code example

LionAnalytics.InviteReceived("R579HJ", "R579HJ+X589TY", "MatchInvite", true);