Stay organized with collections
Save and categorize content based on your preferences.
array
class 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.
|
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
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-10 UTC."],[],[],null,["# R.array\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels)\n\narray\n=====\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/android/R.array \"View this page in Java\") \n\n```\nclass array\n```\n\n|---|----------------------|\n| [kotlin.Any](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html) ||\n| ↳ | [android.R.array](#) |\n\nSummary\n-------\n\n| Constants ||\n|-----------------------------------------------------------------------------------|------------------------------------------------------------------------------------------|\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [emailAddressTypes](#emailAddressTypes:kotlin.Int) Email address types from android. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [imProtocols](#imProtocols:kotlin.Int) Instant Message protocols/providers from android. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [organizationTypes](#organizationTypes:kotlin.Int) Organization types from android. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [phoneTypes](#phoneTypes:kotlin.Int) Phone number types from android. |\n| static [Int](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html) | [postalAddressTypes](#postalAddressTypes:kotlin.Int) Postal address types from android. |\n\n| Public constructors ||\n|------------------------------|---|\n| [array](#array())`()` \u003cbr /\u003e |\n\nConstants\n---------\n\n### emailAddressTypes\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val emailAddressTypes: Int\n```\n\nEmail address types from android.provider.Contacts. This could be used when adding a new e-mail address for a contact, for example. \n\n Value: 17235968\n\n### imProtocols\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val imProtocols: Int\n```\n\nInstant Message protocols/providers from android.provider.Contacts \n\n Value: 17235969\n\n### organizationTypes\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val organizationTypes: Int\n```\n\nOrganization types from android.provider.Contacts. This could be used when adding a new organization for a contact, for example. \n\n Value: 17235970\n\n### phoneTypes\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val phoneTypes: Int\n```\n\nPhone number types from android.provider.Contacts. This could be used when adding a new phone number for a contact, for example. \n\n Value: 17235971\n\n### postalAddressTypes\n\nAdded in [API level 1](https://developer.android.com/guide/topics/manifest/uses-sdk-element.html#ApiLevels) \n\n```\nstatic val postalAddressTypes: Int\n```\n\nPostal address types from android.provider.Contacts. This could be used when adding a new address for a contact, for example. \n\n Value: 17235972\n\nPublic constructors\n-------------------\n\n### array\n\n```\narray()\n```"]]