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
/
ContactPhoto
Contact
Photo
class
ContactPhoto
(
val
uri
:
String
,
val
contentType
:
String
,
val
bytes
:
ByteArray
)
:
Parcelable
Members
Constructors
Contact
Photo
Link copied to clipboard
constructor
(
uri
:
String
,
contentType
:
String
,
bytes
:
ByteArray
)
Properties
bytes
Link copied to clipboard
val
bytes
:
ByteArray
content
Type
Link copied to clipboard
val
contentType
:
String
uri
Link copied to clipboard
val
uri
:
String
Functions
describe
Contents
Link copied to clipboard
abstract
fun
describeContents
(
)
:
Int
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
write
To
Parcel
Link copied to clipboard
abstract
fun
writeToParcel
(
p0
:
Parcel
,
p1
:
Int
)