ContactsContract.DirectoryParamKey Field

Definition

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.

Applies to