toggle menu
Airship Android SDK
androidJvm
switch theme
search in API
urbanairship-core
/
com.urbanairship.analytics.data
/
EventDao
Event
Dao
@
RestrictTo
(
value
=
RestrictTo.Scope.LIBRARY_GROUP
)
abstract
class
EventDao
Event data access object.
Members
Constructors
Event
Dao
Link copied to clipboard
constructor
(
)
Functions
count
Link copied to clipboard
abstract
fun
count
(
)
:
Int
database
Size
Link copied to clipboard
abstract
fun
databaseSize
(
)
:
Int
delete
Link copied to clipboard
abstract
fun
delete
(
events
:
Array
<
EventEntity
>
)
delete
All
Link copied to clipboard
abstract
fun
deleteAll
(
)
delete
Batch
Link copied to clipboard
open
fun
deleteBatch
(
events
:
List
<
EventEntity.EventIdAndData
>
)
get
Link copied to clipboard
abstract
fun
get
(
)
:
List
<
EventEntity
>
get
Batch
Link copied to clipboard
abstract
fun
getBatch
(
limit
:
Int
)
:
List
<
EventEntity.EventIdAndData
>
insert
Link copied to clipboard
abstract
fun
insert
(
event
:
EventEntity
)
trim
Database
Link copied to clipboard
open
fun
trimDatabase
(
maxDatabaseSize
:
Int
)