STWContact

abstract class STWContact : Parcelable

Constructors

Link copied to clipboard
fun STWContact()

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var contactId: Int? = null
Link copied to clipboard
var contactType: Int
Link copied to clipboard
var displayName: String? = null
Link copied to clipboard
var isFavorite: Boolean = false
Link copied to clipboard
var sortKey: String? = null
Link copied to clipboard
var type: Int? = null

Functions

Link copied to clipboard
open fun contentEquals(other: Any?): Boolean
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun identifierEqual(other: Any?): Boolean
Link copied to clipboard
open override fun toString(): String

Inherited functions

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

Inheritors

Link copied to clipboard
Link copied to clipboard