gpgs.multiplayer.turnbased.join()

Type Function
Return value none
Revision Release 2024.3703
Keywords Google Play Games Services, game network, gpgs, multiplayer, turn-based, join
See also gpgs.multiplayer.turnbased
gpgs.multiplayer
gpgs.*

Overview

Joins a match.

Syntax

gpgs.multiplayer.turnbased.join( invitationId )
params (required)

Table. Contains parameters for the call — see the next section for details.

Parameter Reference

The params table contains parameters for the call.

invitationId (required)

String. The invitation to accept (and join the associated match).

listener (optional)

Listener. Listener function which receives a join event.