toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.firebase.firestore
/
Attach
Attach
data
class
Attach
(
var
added
:
Long
?
=
null
,
var
link
:
String
?
=
null
)
:
Parcelable
Model class fetch attach files from
NoticeModel
and
EventModel
See also
Notice
Model
Event
Model
Members
Constructors
Attach
Link copied to clipboard
constructor
(
added
:
Long
?
=
null
,
link
:
String
?
=
null
)
Properties
added
Link copied to clipboard
var
added
:
Long
?
link
Link copied to clipboard
var
link
:
String
?
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
)