toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.room.attendance
/
IsPresent
Is
Present
data
class
IsPresent
(
val
day
:
Long
,
var
isPresent
:
Boolean
,
var
totalClasses
:
Int
?
=
null
)
:
Parcelable
,
Serializable
Members
Constructors
Is
Present
Link copied to clipboard
constructor
(
day
:
Long
,
isPresent
:
Boolean
,
totalClasses
:
Int
?
=
null
)
Properties
day
Link copied to clipboard
val
day
:
Long
is
Present
Link copied to clipboard
var
isPresent
:
Boolean
total
Classes
Link copied to clipboard
var
totalClasses
:
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
)