ContactsContract.Groups.InterfaceConsts.Deleted 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.
The "deleted" flag: "0" by default, "1" if the row has been marked for deletion.
[Android.Runtime.Register("DELETED")]
public const string Deleted;
[<Android.Runtime.Register("DELETED")>]
val mutable Deleted : string
Field Value
- Attributes
Remarks
The "deleted" flag: "0" by default, "1" if the row has been marked for deletion. When android.content.ContentResolver#delete
is called on a group, it is marked for deletion. The sync adaptor deletes the group on the server and then calls ContactResolver.delete once more, this time setting the the ContactsContract#CALLER_IS_SYNCADAPTER
query parameter to finalize the data removal.
Type: INTEGER
Java documentation for android.provider.ContactsContract.GroupsColumns.DELETED
.
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.