gpgs.requests.load()

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

Overview

Retrieves information on requests for the current game.

Syntax

gpgs.requests.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.

outgoing (optional)

Boolean. If true, only requests that the current player sent will be shown. By default, incoming requests are shown.

expiringSoonFirst (optional)

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

listener (optional)

Listener. Listener function which receives a load event.