ContentResolver.ExtraHonoredArgs 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.
Allows provider to report back to client which query keys are honored in a Cursor.
[Android.Runtime.Register("EXTRA_HONORED_ARGS", ApiSince=26)]
public const string ExtraHonoredArgs;
[<Android.Runtime.Register("EXTRA_HONORED_ARGS", ApiSince=26)>]
val mutable ExtraHonoredArgs : string
Field Value
- Attributes
Remarks
Allows provider to report back to client which query keys are honored in a Cursor.
Key identifying a String[]
containing all QUERY_ARG_SORT* arguments honored by the provider. Include this in Cursor
extras Bundle
when any QUERY_ARG_SORT* value was honored during the preparation of the results Cursor
.
If present, ALL honored arguments are enumerated in this extra’s payload.
Java documentation for android.content.ContentResolver.EXTRA_HONORED_ARGS
.
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.