iAdvize Android SDK
androidJvm
iAdvize Android SDK
/
com.iadvize.conversation.sdk.feature.logger
/
LogRepository
Log
Repository
class
LogRepository
(
context
:
Context
)
Members
Constructors
Log
Repository
Link copied to clipboard
constructor
(
context
:
Context
)
Types
Companion
Link copied to clipboard
object
Companion
Functions
append
Logs
Link copied to clipboard
fun
appendLogs
(
logs
:
JSONArray
)
clear
Link copied to clipboard
fun
clear
(
)
:
Boolean
read
Logs
Link copied to clipboard
fun
readLogs
(
)
:
JSONArray
write
Logs
Link copied to clipboard
fun
writeLogs
(
logs
:
JSONArray
)