gpgs.requests.accept()

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

Overview

Accept a single request or multiple requests.

Syntax

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

requestId (optional)

String. The request to accept.

requestIds (optional)

Array. Populate with string elements to accept each specified request. If provided, this has higher priority than requestId.

listener (optional)

Listener. Listener function which receives an accept event.