toggle menu
bluegps_sdk
androidJvm
switch theme
search in API
bluegps_sdk
/
com.synapseslab.bluegps_sdk.authentication.data.models
/
AlarmItem
Alarm
Item
data
class
AlarmItem
(
val
time
:
Long
,
val
message
:
String
)
Members
Constructors
Alarm
Item
Link copied to clipboard
constructor
(
time
:
Long
,
message
:
String
)
Properties
message
Link copied to clipboard
val
message
:
String
time
Link copied to clipboard
val
time
:
Long