Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
|
|
static |
If you develop the terms and conditions for the game UI yourself, you can call queryTerms API to receive and use the terms and conditions set in the Gamebase console.
If you call the API after logging in, you can also check whether the game user has agreed to the terms and conditions.
callback | The result of the API call is notified to the user as a callback. You can get the terms and conditions set in the console with QueryTermsResult that comes as a callback. |
Example Usage :