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
/
UrlEntry
Url
Entry
data
class
UrlEntry
(
val
type
:
URLType
,
val
value
:
String
)
:
Parcelable
Members
Constructors
Url
Entry
Link copied to clipboard
constructor
(
type
:
URLType
,
value
:
String
)
Properties
type
Link copied to clipboard
val
type
:
URLType
value
Link copied to clipboard
val
value
:
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
)