app
androidJvm
app
/
com.iomt.android.room.device
/
DeviceRepository
Device
Repository
class
DeviceRepository
(
context
:
Context
)
Repository for
DeviceEntity
Members
Constructors
Device
Repository
Link copied to clipboard
constructor
(
context
:
Context
)
Functions
delete
Link copied to clipboard
suspend
fun
delete
(
deviceEntity
:
DeviceEntity
)
get
By
Mac
Or
Save
Link copied to clipboard
suspend
fun
getByMacOrSave
(
name
:
String
,
mac
:
String
)
:
DeviceEntity
insert
Link copied to clipboard
suspend
fun
insert
(
deviceEntity
:
DeviceEntity
)
:
Long
update
Link copied to clipboard
suspend
fun
update
(
deviceEntity
:
DeviceEntity
)