GamebaseTermsConfiguration

Parameter class for the initialization of showTermsView.

Since

Added 2.33.0.

See also

Types

Link copied to clipboard
open class Builder
This is the builder class for creating com.toast.android.gamebase.terms.GamebaseTermsConfiguration objects.

Functions

Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
Link copied to clipboard
open fun isForceShow(): Boolean
Link copied to clipboard
The factory method to create an instance of the builder to build com.toast.android.gamebase.terms.GamebaseTermsConfiguration.
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String