The fields of Android.Content.ContentResolver are listed below. For a list of all members, see the ContentResolver Members list.
See Also: Inherited members from Java.Lang.Object
const | AnyCursorItemType | string. This is the Android platform's generic MIME type to match any MIME type of the form "ContentResolver.CursorItemBaseType/SUB_TYPE". |
const | CursorDirBaseType | string. This is the Android platform's base MIME type for a content: URI containing a Cursor of zero or more items. |
const | CursorItemBaseType | string. This is the Android platform's base MIME type for a content: URI containing a Cursor of a single item. |
const | ExtraSize | string. An extra Android.Graphics.Point describing the optimal size for a requested image resource, in pixels. |
const | SchemeAndroidResource | string. |
const | SchemeContent | string. |
const | SchemeFile | string. |
const | SyncExtrasAccount | string. |
const | SyncExtrasDiscardLocalDeletions | string. Indicates that the sync adapter should not proceed with the delete operations, if it determines that there are too many. |
const | SyncExtrasDoNotRetry | string. If this extra is set to true then the request will not be retried if it fails. |
const | SyncExtrasExpedited | string. If this extra is set to true, the sync request will be scheduled at the front of the sync request queue and without any delay |
const | SyncExtrasForce | string. |
const | SyncExtrasIgnoreBackoff | string. If this extra is set to true then any backoffs for the initial attempt (e.g. due to retries) are ignored by the sync scheduler. |
const | SyncExtrasIgnoreSettings | string. If this extra is set to true then the sync settings (like getSyncAutomatically()) are ignored by the sync scheduler. |
const | SyncExtrasInitialize | string. Set by the SyncManager to request that the SyncAdapter initialize itself for the given account/authority pair. |
const | SyncExtrasManual | string. Setting this extra is the equivalent of setting both ContentResolver.SyncExtrasIgnoreSettings and ContentResolver.SyncExtrasIgnoreBackoff |
const | SyncExtrasOverrideTooManyDeletions | string. Indicates that the sync adapter should proceed with the delete operations, even if it determines that there are too many. |
const | SyncExtrasUpload | string. Indicates that this sync is intended to only upload local changes to the server. |
const | SyncObserverTypeActive | SyncObserverType (4). |
const | SyncObserverTypePending | SyncObserverType (2). |
const | SyncObserverTypeSettings | SyncObserverType (1). |