Android.Content.ContentResolver: Field Members

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

Public Fields

const
AnyCursorItemTypestring. This is the Android platform's generic MIME type to match any MIME type of the form "ContentResolver.CursorItemBaseType/SUB_TYPE".
const
CursorDirBaseTypestring. This is the Android platform's base MIME type for a content: URI containing a Cursor of zero or more items.
const
CursorItemBaseTypestring. This is the Android platform's base MIME type for a content: URI containing a Cursor of a single item.
const
ExtraSizestring. An extra Android.Graphics.Point describing the optimal size for a requested image resource, in pixels.
const
SchemeAndroidResourcestring.
const
SchemeContentstring.
const
SchemeFilestring.
const
SyncExtrasAccountstring.
const
SyncExtrasDiscardLocalDeletionsstring. Indicates that the sync adapter should not proceed with the delete operations, if it determines that there are too many.
const
SyncExtrasDoNotRetrystring. If this extra is set to true then the request will not be retried if it fails.
const
SyncExtrasExpeditedstring. 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
SyncExtrasForcestring.
const
SyncExtrasIgnoreBackoffstring. 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
SyncExtrasIgnoreSettingsstring. If this extra is set to true then the sync settings (like getSyncAutomatically()) are ignored by the sync scheduler.
const
SyncExtrasInitializestring. Set by the SyncManager to request that the SyncAdapter initialize itself for the given account/authority pair.
const
SyncExtrasManualstring. Setting this extra is the equivalent of setting both ContentResolver.SyncExtrasIgnoreSettings and ContentResolver.SyncExtrasIgnoreBackoff
const
SyncExtrasOverrideTooManyDeletionsstring. Indicates that the sync adapter should proceed with the delete operations, even if it determines that there are too many.
const
SyncExtrasUploadstring. Indicates that this sync is intended to only upload local changes to the server.
const
SyncObserverTypeActiveSyncObserverType (4).
const
SyncObserverTypePendingSyncObserverType (2).
const
SyncObserverTypeSettingsSyncObserverType (1).