ContactsContract.DirectoryParamKey Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Query parameter that should be used by the client to access a specific
Directory
.
[Android.Runtime.Register("DIRECTORY_PARAM_KEY")]
public const string DirectoryParamKey;
[<Android.Runtime.Register("DIRECTORY_PARAM_KEY")>]
val mutable DirectoryParamKey : string
Field Value
- Attributes
Remarks
Query parameter that should be used by the client to access a specific Directory
. The parameter value should be the _ID of the corresponding directory, e.g. content://com.android.contacts/data/emails/filter/acme?directory=3
Java documentation for android.provider.ContactsContract.DIRECTORY_PARAM_KEY
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.