GameSnacks interface
Stay organized with collections
Save and categorize content based on your preferences.
GameSnacks Partner SDK interface.
Signature
interface GameSnacks
Property signatures
Name |
Description |
audio |
Audio controls and events API. |
game |
Game lifecycle events API. |
page |
Page lifecycle events API. |
score |
Score controls and events API. |
storage |
Storage controls and events API. |
Method signatures
Name |
Description |
init() |
Initialises the GameSnacks Partner SDK. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-03 UTC."],[[["The GameSnacks Partner SDK provides an interface for game developers to integrate their games with the GameSnacks platform."],["It offers APIs for controlling various aspects of the game, including audio, game lifecycle, page lifecycle, score submission, and storage."],["Developers can utilize the `GameSnacks` interface and its properties like `audio`, `game`, `page`, `score`, and `storage` to access these functionalities."],["The SDK also includes the `init()` method, which is essential for initializing the integration process."]]],[]]