toggle menu
Gamebase SDK for Android
2.63.0
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.terms.data
/
GamebaseShowTermsViewResult
Gamebase
Show
Terms
View
Result
open
class
GamebaseShowTermsViewResult
:
ValueObject
Result data class of
showTermsView
.
Since
Added 2.34.0.
See also
Gamebase.
Terms
Gamebase
Data
Container
Gamebase
Terms
Configuration
Push
Configuration
Value
Object
Gamebase
Data
Callback
Members
Constructors
Gamebase
Show
Terms
View
Result
Link copied to clipboard
constructor
(
)
Properties
is
Terms
UIOpened
Link copied to clipboard
open
var
isTermsUIOpened
:
Boolean
This field indicates whether the user has agreed to the Terms and Conditions agreement popup displayed.
push
Configuration
Link copied to clipboard
open
var
pushConfiguration
:
PushConfiguration
This field allows you to check the PushConfiguraion settings as a result of agreeing to the terms view.
Functions
from
Link copied to clipboard
@
Nullable
open
fun
from
(
@
Nullable
container
:
GamebaseDataContainer
)
:
GamebaseShowTermsViewResult
@
Nullable
open
fun
from
(
@
Nullable
jsonString
:
String
)
:
GamebaseShowTermsViewResult
Factory method to create VO instance.
from
Json
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
to
Json
String
Link copied to clipboard
open
fun
toJsonString
(
)
:
String
to
Pretty
Json
String
Link copied to clipboard
open
fun
toPrettyJsonString
(
)
:
String
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String