ContactsContract.PinnedPositions.Demoted Field

Definition

Value of pinned position for a contact that a user has indicated should be considered of the lowest priority.

[Android.Runtime.Register("DEMOTED")]
public const int Demoted = -1;
[<Android.Runtime.Register("DEMOTED")>]
val mutable Demoted : int

Field Value

Value = -1
Attributes

Remarks

Value of pinned position for a contact that a user has indicated should be considered of the lowest priority. It is up to the client application to determine how to present such a contact - for example all the way at the bottom of a contact list, or simply just hidden from view.

Java documentation for android.provider.ContactsContract.PinnedPositions.DEMOTED.

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