kotlin-sdk
core
/
com.amplitude.core.utilities
/
JSONUtil
JSONUtil
object
JSONUtil
Content copied to clipboard
Functions
Functions
events
To
String
Link copied to clipboard
fun
eventsToString
(
events
:
List
<
BaseEvent
>
)
:
String
Content copied to clipboard
event
To
Json
Object
Link copied to clipboard
fun
eventToJsonObject
(
event
:
BaseEvent
)
:
JSONObject
Content copied to clipboard
event
To
String
Link copied to clipboard
fun
eventToString
(
event
:
BaseEvent
)
:
String
Content copied to clipboard
truncate
Link copied to clipboard
fun
truncate
(
array
:
JSONArray
?
)
:
JSONArray
?
Content copied to clipboard