androidApp
/
com.keygenqt.viewer.android.data.dao
/
FollowerModelDao
Follower
Model
Dao
interface
FollowerModelDao
Content copied to clipboard
Dao for model
FollowerModel
Functions
Functions
clear
Link copied to clipboard
abstract suspend fun
clear
()
Content copied to clipboard
count
Link copied to clipboard
abstract suspend fun
count
():
Int
Content copied to clipboard
insert
Models
Link copied to clipboard
abstract suspend fun
insertModels
(vararg models:
FollowerModel
)
Content copied to clipboard
paging
Source
Link copied to clipboard
abstract fun
pagingSource
():
PagingSource
<
Int
,
FollowerModel
>
Content copied to clipboard