gpgs.init()

Type Function
Return value none
Revision Release 2024.3703
Keywords Google Play Games Services, game network, gpgs, init
See also gpgs.login()
gpgs.*

Overview

Initializes the plugin and calls the specified listener function to notify when the process is complete, or to provide error information.

This call is required and must be executed before making other calls such as gpgs.login().

Syntax

gpgs.init( [listener] )
listener (optional)

Listener. Listener function which receives an init event.