toggle menu
BIT App
androidJvm
switch theme
search in API
core
/
com.atech.core.datasource.firebase.auth
/
UserModel
User
Model
data
class
UserModel
(
var
uid
:
String
?
=
null
,
var
name
:
String
?
=
null
,
var
email
:
String
?
=
null
,
var
profilePic
:
String
?
=
null
,
var
syncTime
:
Long
?
=
System.currentTimeMillis()
)
:
Parcelable
Model class for User
Members
Constructors
User
Model
Link copied to clipboard
constructor
(
uid
:
String
?
=
null
,
name
:
String
?
=
null
,
email
:
String
?
=
null
,
profilePic
:
String
?
=
null
,
syncTime
:
Long
?
=
System.currentTimeMillis()
)
Properties
email
Link copied to clipboard
var
email
:
String
?
name
Link copied to clipboard
var
name
:
String
?
profile
Pic
Link copied to clipboard
var
profilePic
:
String
?
sync
Time
Link copied to clipboard
var
syncTime
:
Long
?
uid
Link copied to clipboard
var
uid
:
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
)