array
class array
kotlin.Any | |
↳ | android.R.array |
Summary
Constants | |
---|---|
static Int |
Email address types from android. |
static Int |
Instant Message protocols/providers from android. |
static Int |
Organization types from android. |
static Int |
Phone number types from android. |
static Int |
Postal address types from android. |
Public constructors | |
---|---|
array() |
Constants
emailAddressTypes
static val emailAddressTypes: Int
Email address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example.
Value: 17235968
imProtocols
static val imProtocols: Int
Instant Message protocols/providers from android.provider.Contacts
Value: 17235969
organizationTypes
static val organizationTypes: Int
Organization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example.
Value: 17235970
phoneTypes
static val phoneTypes: Int
Phone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example.
Value: 17235971
postalAddressTypes
static val postalAddressTypes: Int
Postal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example.
Value: 17235972
Public constructors
array
array()