MediaStore.IMediaColumns.InstanceId 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 "instance ID" GUID as defined by the <em>XMP Media Management</em> standard, extracted from any XMP metadata contained within this media item.
[Android.Runtime.Register("INSTANCE_ID", ApiSince=29)]
public const string InstanceId;
[<Android.Runtime.Register("INSTANCE_ID", ApiSince=29)>]
val mutable InstanceId : string
Field Value
- Attributes
Remarks
The "instance ID" GUID as defined by the <em>XMP Media Management</em> standard, extracted from any XMP metadata contained within this media item. The value is null
when no metadata was found.
This "instance ID" changes with each save operation of a specific "document ID".
Java documentation for android.provider.MediaStore.MediaColumns.INSTANCE_ID
.
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.