Gamebase SDK for Unity 2.69.0
Toast Gamebase Platform
Loading...
Searching...
No Matches
Gamebase.Terms Class Reference

Displays the terms and conditions set in the Gamebase console. More...

Collaboration diagram for Gamebase.Terms:
Collaboration graph

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.
 

Detailed Description

Displays the terms and conditions set in the Gamebase console.

Since
Added 2.20.0.