toggle menu
Gamebase SDK for Android
2.80.1
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.launching.data
/
LaunchingForceRemoteSettings
Launching
Force
Remote
Settings
class
LaunchingForceRemoteSettings
:
ValueObject
Members
Constructors
Launching
Force
Remote
Settings
Link copied to clipboard
constructor
(
)
Properties
log
Link copied to clipboard
@get:
Nullable
open
val
log
:
LaunchingLog
Functions
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