kotlin-sdk
core
/
com.amplitude.core.utilities
/
EventsFileStorage
Events
File
Storage
interface
EventsFileStorage
Content copied to clipboard
Functions
Inheritors
Functions
get
Event
Callback
Link copied to clipboard
abstract
fun
getEventCallback
(
insertId
:
String
)
:
EventCallBack
?
Content copied to clipboard
get
Events
String
Link copied to clipboard
abstract
suspend
fun
getEventsString
(
content
:
Any
)
:
String
Content copied to clipboard
read
Events
Content
Link copied to clipboard
abstract
fun
readEventsContent
(
)
:
List
<
Any
>
Content copied to clipboard
remove
Event
Callback
Link copied to clipboard
abstract
fun
removeEventCallback
(
insertId
:
String
)
Content copied to clipboard
remove
File
Link copied to clipboard
abstract
fun
removeFile
(
filePath
:
String
)
:
Boolean
Content copied to clipboard
rollover
Link copied to clipboard
abstract
suspend
fun
rollover
(
)
Content copied to clipboard
split
Event
File
Link copied to clipboard
abstract
fun
splitEventFile
(
filePath
:
String
,
events
:
JSONArray
)
Content copied to clipboard
Inheritors
FileStorage
Link copied to clipboard