CREATOR

object CREATOR : Parcelable.Creator<ContactItem>

Properties

Link copied to clipboard
const val EMAIL: String
Link copied to clipboard
const val FIRST_NAME: String
Link copied to clipboard
const val LAST_NAME: String
Link copied to clipboard
const val PHONE_NUMBER: String
Link copied to clipboard
const val POSITION: String
Link copied to clipboard
const val PROFILE_PICTURE: String

Functions

Link copied to clipboard
open override fun createFromParcel(parcel: Parcel): ContactItem
Link copied to clipboard
open override fun newArray(size: Int): Array<ContactItem?>