Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
|
Displays the terms and conditions set in the Gamebase console. More...
Static Public Member Functions | |
static void | ShowTermsView (GamebaseCallback.GamebaseDelegate< GamebaseResponse.DataContainer > callback) |
Displays the terms and conditions window on the screen. | |
static void | ShowTermsView (GamebaseRequest.Terms.GamebaseTermsConfiguration configuration, GamebaseCallback.GamebaseDelegate< GamebaseResponse.DataContainer > callback) |
Displays the terms and conditions window on the screen. | |
static void | UpdateTerms (GamebaseRequest.Terms.UpdateTermsConfiguration configuration, GamebaseCallback.ErrorDelegate callback) |
If you have created your own UI with the terms and conditions information downloaded through the QueryTerms API, Please send the game user's agreement to the terms and conditions to the Gamebase server through the UpdateTerms API. | |
static void | QueryTerms (GamebaseCallback.GamebaseDelegate< GamebaseResponse.Terms.QueryTermsResult > callback) |
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. | |
static bool | IsShowingTermsView () |
This is the method to check if terms view is being shown. | |
Displays the terms and conditions set in the Gamebase console.