ImEntry

data class ImEntry(val handle: String, val type: ImType = ImType.OTHER) : Parcelable

An instant-messaging handle (vCard IMPP / vcard:hasInstantMessage). handle is stored verbatim — a scheme-qualified URI (xmpp:alice@example.com) or a bare protocol handle — so it round-trips whatever a device or .vcf provides.

Constructors

Link copied to clipboard
constructor(handle: String, type: ImType = ImType.OTHER)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)