Organizations
classOrganizations: BaseColumns, Contacts.OrganizationColumns
| kotlin.Any | |
| ↳ | android.provider.Contacts.Organizations | 
A sub directory of a single person that contains all of their Phones.
Summary
| Constants | |
|---|---|
| static String | The directory twig for this sub-table | 
| static String | The default sort order for this table | 
| Inherited constants | |
|---|---|
| Public methods | |
|---|---|
| static CharSequence! | getDisplayLabel(context: Context!, type: Int, label: CharSequence!) | 
| Properties | |
|---|---|
| static Uri! | The content:// style URL for this table | 
Constants
CONTENT_DIRECTORY
Added in API level 1
      static valCONTENT_DIRECTORY: String
Deprecated: see android.provider.ContactsContract
The directory twig for this sub-table
Value: "organizations"DEFAULT_SORT_ORDER
Added in API level 1
      static valDEFAULT_SORT_ORDER: String
Deprecated: see android.provider.ContactsContract
The default sort order for this table
Value: "company, title, isprimary ASC"Public methods
getDisplayLabel
Added in API level 1
      static fungetDisplayLabel(
context: Context!,
type: Int,
label: CharSequence!
): CharSequence!
Deprecated: see android.provider.ContactsContract
Properties
CONTENT_URI
Added in API level 1
      static valCONTENT_URI: Uri!
Deprecated: see android.provider.ContactsContract
The content:// style URL for this table
