Application
Information
Using the properties of the application manager, you can get basic information about the game.
- JavaScript
- Construct 3
- Unity
// Taken from og:title / title
gp.app.title
// Taken from og:description / description
gp.app.description
// Taken from og:image
gp.app.image
// URL on the platform
gp.app.url
// Taken from og:title / title
GS_App.Title();
// Taken from og:description / description
GS_App.Description();
// Taken from og:image
GS_App.ImageUrl();
// URL on the platform
GS_App.Url();
Stay in Touch
Other documents of this chapter available Here. To get started, welcome to the Tutorials chapter.
GamePush Community Telegram
: @gs_community.
For your suggestions e-mail
: [email protected]
We Wish you Success!