Type Function Return value none Revision Release 2024.3703 Keywords Google Play Games Services, game network, gpgs, requests, showSend See also gpgs.requests gpgs.*
Shows a view to send a request to another player.
gpgs.requests.showSend( params )
Table. Contains parameters for the call — see the next section for details.
The params
table contains parameters for the call.
String. Either "gift"
or "wish"
.
String. Custom data associated with this request.
String. The text describing the request.
Number. Time limit for the request in days.
String. Player to whom to send the request.
Array. Populate with string elements to send the request to multiple players. If provided, this has higher priority than playerId
.
Table. An Image object to upload and use as a request image.
Listener. Listener function which receives a showSend event.