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: 17235968imProtocols
static val imProtocols: Int
Instant Message protocols/providers from android.provider.Contacts
Value: 17235969organizationTypes
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: 17235970phoneTypes
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: 17235971postalAddressTypes
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: 17235972Public constructors
array
array()