ContactsContract.CommonDataKinds.Im.InterfaceConsts.MetadataDirty 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.
Flag indicating that a raw contact's metadata has changed, and its metadata needs to be synchronized by the server.
[Android.Runtime.Register("METADATA_DIRTY", ApiSince=24)]
public const string MetadataDirty;
[<Android.Runtime.Register("METADATA_DIRTY", ApiSince=24)>]
val mutable MetadataDirty : string
Field Value
- Attributes
Remarks
Flag indicating that a raw contact's metadata has changed, and its metadata needs to be synchronized by the server.
Type: INTEGER (boolean)
This member is deprecated. This column never actually worked since added. It will not supported as of Android version android.os.Build.VERSION_CODES#R
.
Java documentation for android.provider.ContactsContract.RawContactsColumns.METADATA_DIRTY
.
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.