MediaStore.QueryArgMatchPending 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.
Specify how MediaColumns#IS_PENDING items should be filtered when
performing a MediaStore operation.
[Android.Runtime.Register("QUERY_ARG_MATCH_PENDING", ApiSince=30)]
public const string QueryArgMatchPending;
[<Android.Runtime.Register("QUERY_ARG_MATCH_PENDING", ApiSince=30)>]
val mutable QueryArgMatchPending : string
Field Value
- Attributes
Remarks
Specify how MediaColumns#IS_PENDING items should be filtered when performing a MediaStore operation.
This key can be placed in a Bundle of extras and passed to ContentResolver#query, ContentResolver#update, or ContentResolver#delete.
By default, pending items are filtered away from operations.
Java documentation for android.provider.MediaStore.QUERY_ARG_MATCH_PENDING.
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.