toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.room.attendance
/
AttendanceSave
Attendance
Save
data
class
AttendanceSave
(
val
total
:
Int
,
val
present
:
Int
,
val
days
:
Days
)
:
Parcelable
,
Serializable
Members
Constructors
Attendance
Save
Link copied to clipboard
constructor
(
total
:
Int
,
present
:
Int
,
days
:
Days
)
Properties
days
Link copied to clipboard
val
days
:
Days
present
Link copied to clipboard
val
present
:
Int
total
Link copied to clipboard
val
total
:
Int
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)