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
/
PhoneEntry
Phone
Entry
data
class
PhoneEntry
(
val
number
:
String
,
val
type
:
PhoneType
=
PhoneType.OTHER
)
:
Parcelable
Members
Constructors
Phone
Entry
Link copied to clipboard
constructor
(
number
:
String
,
type
:
PhoneType
=
PhoneType.OTHER
)
Properties
number
Link copied to clipboard
val
number
:
String
type
Link copied to clipboard
val
type
:
PhoneType
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
)