ContactInfoParcelable


class ContactInfoParcelable : Parcelable


Parcelable object containing information about a single contact.

Used as metadata associated in E2eeAccountContactKeyParcelable.

Summary

Nested types

Builder class for ContactInfoParcelable.

Public functions

Boolean
equals(other: Any?)
Int
Unit
writeToParcel(dest: Parcel!, flags: Int)

Inherited functions

From android.os.Parcelable

Constants

Public functions

equals

fun equals(other: Any?): Boolean

hashCode

fun hashCode(): Int

writeToParcel

fun writeToParcel(dest: Parcel!, flags: Int): Unit

Public properties

displayName

val displayName: String?

emailAddress

val emailAddress: String?

lookupKey

val lookupKey: String

phoneNumber

val phoneNumber: String?