Share via


ContactsContract.Directory.CallerPackageParamKey Field

Definition

A query parameter that's passed to directory providers which indicates the client package name that has made the query requests.

[Android.Runtime.Register("CALLER_PACKAGE_PARAM_KEY", ApiSince=26)]
public const string CallerPackageParamKey;
[<Android.Runtime.Register("CALLER_PACKAGE_PARAM_KEY", ApiSince=26)>]
val mutable CallerPackageParamKey : string

Field Value

Attributes

Remarks

A query parameter that's passed to directory providers which indicates the client package name that has made the query requests.

Java documentation for android.provider.ContactsContract.Directory.CALLER_PACKAGE_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