ContactsContract.StatusColumns.StatusResPackage Field

Definition

Caution

Use 'Android.Provider.ContactsContract.IStatusColumns.StatusResPackage'. This class will be removed in a future release.

The package containing resources for this status: label and icon.

[Android.Runtime.Register("STATUS_RES_PACKAGE")]
[System.Obsolete("Use 'Android.Provider.ContactsContract.IStatusColumns.StatusResPackage'. This class will be removed in a future release.")]
public const string StatusResPackage;
[<Android.Runtime.Register("STATUS_RES_PACKAGE")>]
[<System.Obsolete("Use 'Android.Provider.ContactsContract.IStatusColumns.StatusResPackage'. This class will be removed in a future release.")>]
val mutable StatusResPackage : string

Field Value

Attributes

Remarks

The package containing resources for this status: label and icon.

Type: TEXT

Java documentation for android.provider.ContactsContract.StatusColumns.STATUS_RES_PACKAGE.

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