gpgs.multiplayer.invitations.load()

Type Function
Return value none
Revision Release 2024.3703
Keywords Google Play Games Services, game network, gpgs, invitations, load
See also gpgs.multiplayer.invitations
gpgs.multiplayer
gpgs.*

Overview

Retrieves information on all invitations for the current player.

Syntax

gpgs.multiplayer.invitations.load( params )
params (required)

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

Parameter Reference

The params table contains parameters for the call.

mostRecentFirst (optional)

Boolean. If true, the results will be sorted by date. By default, the results are sorted in social order.

listener (optional)

Listener. Listener function which receives a load event.