PhoneNumberType

sealed class PhoneNumberType : Parcelable

A Contact phone number type. customType is empty by default and can be used for Custom phone number types.

Types

Link copied to clipboard
object Assistant : PhoneNumberType
Link copied to clipboard
object Callback : PhoneNumberType
Link copied to clipboard
object Car : PhoneNumberType
Link copied to clipboard
object CompanyMain : PhoneNumberType
Link copied to clipboard
data class Custom(val customType: String) : PhoneNumberType
Link copied to clipboard
object FaxHome : PhoneNumberType
Link copied to clipboard
object FaxWork : PhoneNumberType
Link copied to clipboard
object Home : PhoneNumberType
Link copied to clipboard
object Isdn : PhoneNumberType
Link copied to clipboard
object Main : PhoneNumberType
Link copied to clipboard
object Mms : PhoneNumberType
Link copied to clipboard
object Mobile : PhoneNumberType
Link copied to clipboard
object Other : PhoneNumberType
Link copied to clipboard
object OtherFax : PhoneNumberType
Link copied to clipboard
object Pager : PhoneNumberType
Link copied to clipboard
object Radio : PhoneNumberType
Link copied to clipboard
object Telex : PhoneNumberType
Link copied to clipboard
object TtyTdd : PhoneNumberType
Link copied to clipboard
object Work : PhoneNumberType
Link copied to clipboard
object WorkMobile : PhoneNumberType
Link copied to clipboard
object WorkPager : PhoneNumberType

Properties

Link copied to clipboard
open val customType: 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard