MediaStore.MatchInclude 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.
Caution
This constant will be removed in the future version. Use Android.Provider.MediaStoreMatchBehavior enum directly instead of this field.
Value indicating that operations should include items matching the criteria defined by this key.
[Android.Runtime.Register("MATCH_INCLUDE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Provider.MediaStoreMatchBehavior enum directly instead of this field.", true)]
public const Android.Provider.MediaStoreMatchBehavior MatchInclude = 1;
[<Android.Runtime.Register("MATCH_INCLUDE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Provider.MediaStoreMatchBehavior enum directly instead of this field.", true)>]
val mutable MatchInclude : Android.Provider.MediaStoreMatchBehavior
Field Value
Value = 1- Attributes
Remarks
Value indicating that operations should include items matching the criteria defined by this key.
Note that items <em>not</em> matching the criteria <em>may</em> also be included depending on the default behavior documented by the key. If you want to operate exclusively on matching items, use #MATCH_ONLY
.
Java documentation for android.provider.MediaStore.MATCH_INCLUDE
.
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.