Android Solid Services
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Android Solid Services
Shared
/
com.erfangholami.androidsolidservices.shared.model.contacts
/
EmailEntry
Email
Entry
data
class
EmailEntry
(
val
address
:
String
,
val
type
:
EmailType
=
EmailType.OTHER
)
:
Parcelable
Members
Constructors
Email
Entry
Link copied to clipboard
constructor
(
address
:
String
,
type
:
EmailType
=
EmailType.OTHER
)
Properties
address
Link copied to clipboard
val
address
:
String
type
Link copied to clipboard
val
type
:
EmailType
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
)