ContactsContract.PinnedPositions.Demoted 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.
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.