Android.Content Namespace

Contains classes for accessing and publishing data on a device.

Remarks

Contains classes for accessing and publishing data on a device. It includes three main categories of APIs:

Classes

TypeReason
AbstractThreadedSyncAdapterAn abstract implementation of a SyncAdapter that spawns a thread to invoke a sync operation.
ActivityFlagsEnumerates values returned by several types and taken as a parameter of several types.
ActivityNotFoundExceptionThis exception is thrown when a call to Android.Content.Context.StartActivity(Android.Content.Intent) or one of its variants fails because an Activity can not be found to execute the given Intent.
AsyncQueryHandlerA helper class to help make handling asynchronous Android.Content.ContentResolver queries easier.
AsyncQueryHandler+WorkerArgsDocumentation for this section has not yet been entered.
AsyncQueryHandler+WorkerHandlerDocumentation for this section has not yet been entered.
AsyncTaskLoaderAbstract Loader that provides an Android.OS.AsyncTask`3 to do the work.
BindEnumerates values returned by several methods of Android.Content.Bind and taken as a parameter of the Android.Content.Context.BindService, Android.Content.ContextWrapper.BindService, and Android.Test.Mock.MockContext.BindService members.
BroadcastReceiverBase class for code that will receive intents sent by sendBroadcast().
BroadcastReceiver+PendingResultState for a result that is pending for a broadcast receiver.
BroadcastReceiverAttribute Generates a /manifest/application/receiver element within AndroidManifest.xml.
ClipboardManagerInterface to the clipboard service, for placing and retrieving text in the global clipboard.
ClipboardManager+IOnPrimaryClipChangedListenerDefines a listener callback that is invoked when the primary clip on the clipboard changes.
ClipDataRepresentation of a clipped data on the clipboard.
ClipData+InterfaceConstsDocumentation for this section has not yet been entered.
ClipData+ItemDescription of a single item in a ClippedData.
ClipDescriptionMeta-data describing the contents of a Android.Content.ClipData.
ClipDescription+InterfaceConstsDocumentation for this section has not yet been entered.
ComponentCallbacks2Extended Android.Content.IComponentCallbacks interface with a new callback for finer-grained memory management.
ComponentCallbacks2ConstsDocumentation for this section has not yet been entered.
ComponentNameIdentifier for a specific application component (Android.App.Activity, Android.App.Service, Android.Content.BroadcastReceiver, or Android.Content.ContentProvider) that is available.
ComponentName+InterfaceConstsDocumentation for this section has not yet been entered.
ContentProviderContent providers are one of the primary building blocks of Android applications, providing content to applications.
ContentProvider+InterfaceConstsDocumentation for this section has not yet been entered.
ContentProvider+IPipeDataWriterInterface to write a stream of data to a pipe.
ContentProviderAttribute Generates a /manifest/application/provider element within AndroidManifest.xml.
ContentProviderClientThe public interface object used to interact with a Android.Content.ContentProvider.
ContentProviderOperation [Android Documentation]
ContentProviderOperation+BuilderUsed to add parameters to a Android.Content.ContentProviderOperation.
ContentProviderOperation+InterfaceConstsDocumentation for this section has not yet been entered.
ContentProviderResultContains the result of the application of a Android.Content.ContentProviderOperation.
ContentProviderResult+InterfaceConstsDocumentation for this section has not yet been entered.
ContentQueryMapCaches the contents of a cursor into a Map of String->ContentValues and optionally keeps the cache fresh by registering for updates on the content backing the cursor.
ContentResolverThis class provides applications access to the content model.
ContentUrisUtility methods useful for working with Android.Net.Uri objects that use the "content" (content://) scheme.
ContentValuesThis class is used to store a set of values that the Android.Content.ContentResolver can process.
ContentValues+InterfaceConstsDocumentation for this section has not yet been entered.
ContextInterface to global information about an application environment.
ContextWrapperProxying implementation of Context that simply delegates all of its calls to another Context.
CursorLoaderA loader that queries the Android.Content.ContentResolver and returns a Android.Database.ICursor.
DatabaseModeEnumerates values returned by the Android.Content.DatabaseMode.Queries, and Android.Content.DatabaseMode.TwoLines members and taken as a parameter of the Android.Content.SearchRecentSuggestionsProvider.SetupSuggestions, and Android.Provider.SearchRecentSuggestions..ctor members.
DialogButtonTypeEnumerates values returned by several types.
DialogButtonTypeObsoletedEnumerates values returned by several types.
DialogClickEventArgsDocumentation for this section has not yet been entered.
DialogInterface
DialogInterfaceConstsDocumentation for this section has not yet been entered.
DialogKeyEventArgsProvides data for the Android.App.Dialog.KeyPress event.
DialogMultiChoiceClickEventArgsDocumentation for this section has not yet been entered.
EntityA representation of a item using ContentValues.
Entity+NamedContentValuesDocumentation for this section has not yet been entered.
ExtraDockStateEnumerates values returned by several methods of Android.Content.ExtraDockState.
FileCreationModeEnumerates values returned by several types and taken as a parameter of several types.
FillInFlagsEnumerates values returned by several types and taken as a parameter of the Android.Content.Intent.FillIn member.
GrantUriPermissionAttribute Generates a /manifest/provider/grant-uri-permission elements within AndroidManifest.xml.
IComponentCallbacksThe set of callback APIs that are common to all application components (Android.App.Activity, Android.App.Service, Android.Content.ContentProvider, and Android.App.Application).
IComponentCallbacks2Extended Android.Content.IComponentCallbacks interface with a new callback for finer-grained memory management.
IDialogInterface
IDialogInterfaceOnCancelListenerInterface used to allow the creator of a dialog to run some code when the dialog is canceled.
IDialogInterfaceOnClickListenerInterface used to allow the creator of a dialog to run some code when an item on the dialog is clicked.
IDialogInterfaceOnDismissListenerInterface used to allow the creator of a dialog to run some code when the dialog is dismissed.
IDialogInterfaceOnKeyListenerInterface definition for a callback to be invoked when a key event is dispatched to this dialog.
IDialogInterfaceOnMultiChoiceClickListenerInterface used to allow the creator of a dialog to run some code when an item in a multi-choice dialog is clicked.
IDialogInterfaceOnShowListenerInterface used to allow the creator of a dialog to run some code when the dialog is shown.
IntentAn intent is an abstract description of an operation to be performed.
Intent+FilterComparisonWrapper class holding an Intent and implementing comparisons on it for the purpose of filtering.
Intent+InterfaceConstsDocumentation for this section has not yet been entered.
Intent+ShortcutIconResourceRepresents a shortcut/live folder icon resource.
Intent+ShortcutIconResource+InterfaceConstsDocumentation for this section has not yet been entered.
IntentFilterStructured description of Intent values to be matched.
IntentFilter+AuthorityEntryThis is an entry for a single authority in the Iterator returned by Android.Content.IntentFilter.AuthoritiesIterator.
IntentFilter+InterfaceConstsDocumentation for this section has not yet been entered.
IntentFilter+MalformedMimeTypeExceptionThis exception is thrown when a given MIME type does not have a valid syntax.
IntentFilterPriorityEnumerates values returned by several types.
IntentSenderA description of an Intent and target action to perform with it.
IntentSender+InterfaceConstsDocumentation for this section has not yet been entered.
IntentSender+IOnFinishedCallback interface for discovering when a send operation has completed.
IntentSender+SendIntentExceptionException thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request.
IntentUriTypeEnumerates values returned by the Android.Content.Intent.UriIntentScheme, Android.Content.IntentUriType.None, and Android.Content.IntentUriType.Scheme members and taken as a parameter of the Android.Content.Intent.ParseUri, and Android.Content.Intent.ToUri members.
IServiceConnectionInterface for monitoring the state of an application service.
ISharedPreferencesInterface for accessing and modifying preference data returned by Android.Content.Context.GetSharedPreferences(string, Android.Content.FileCreationMode).
ISharedPreferencesEditorInterface used for modifying values in a Android.Content.ISharedPreferences object.
ISharedPreferencesOnSharedPreferenceChangeListenerInterface definition for a callback to be invoked when a shared preference is changed.
ISyncStatusObserver [Android Documentation]
LoaderA class that performs asynchronous loading of data.
Loader+ForceLoadContentObserverAn implementation of a ContentObserver that takes care of connecting it to the Loader to have the loader re-load its data when the observer is told it has changed.
Loader+IOnLoadCanceledListenerInterface that is implemented to discover when a Loader has been canceled before it finished loading its data.
Loader+IOnLoadCompleteListenerInterface that is implemented to discover when a Loader has finished loading its data.
Loader+LoadCanceledEventArgsDocumentation for this section has not yet been entered.
Loader+LoadCompleteEventArgsDocumentation for this section has not yet been entered.
MatchResultsEnumerates values returned by several types and taken as a parameter of the Android.Content.PM.PackageManager.AddPreferredActivity, and Android.Test.Mock.MockPackageManager.AddPreferredActivity members.
MutableContextWrapperSpecial version of Android.Content.ContextWrapper that allows the base context to be modified after it is initially set.
OperationApplicationExceptionThrown when an application of a Android.Content.ContentProviderOperation fails due the specified constraints.
PackageContextFlagsEnumerates values returned by the Android.Content.PackageContextFlags.IgnoreSecurity, Android.Content.PackageContextFlags.IncludeCode, and Android.Content.PackageContextFlags.Restricted members and taken as a parameter of the Android.Content.Context.CreatePackageContext, Android.Content.ContextWrapper.CreatePackageContext, and Android.Test.Mock.MockContext.CreatePackageContext members.
PeriodicSyncValue type that contains information about a periodic sync.
PeriodicSync+InterfaceConstsDocumentation for this section has not yet been entered.
ReceiverCallNotAllowedExceptionThis exception is thrown from Android.Content.Context.RegisterReceiver(Android.Content.BroadcastReceiver, Android.Content.IntentFilter) and Android.Content.Context.BindService(Android.Content.Intent, Android.Content.IServiceConnection, Android.Content.IServiceConnection) when these methods are being used from an Android.Content.BroadcastReceiver component.
RestrictionEntryApplications can expose restrictions for a restricted user on a multiuser device.
RestrictionEntry+InterfaceConstsDocumentation for this section has not yet been entered.
RestrictionEntryTypeEnumerates values returned by several types and taken as a parameter of the Android.Content.RestrictionEntry..ctor member.
RestrictionResultsEnumerates values returned by several methods of Android.Content.RestrictionResults.
RestrictionsManagerProvides a mechanism for apps to query restrictions imposed by an entity that manages the user.
SearchRecentSuggestionsProviderThis superclass can be used to create a simple search suggestions provider for your application.
SharedPreferencesOnSharedPreferenceChangeEventArgsDocumentation for this section has not yet been entered.
SyncAdapterTypeValue type that represents a SyncAdapterType.
SyncAdapterType+InterfaceConstsDocumentation for this section has not yet been entered.
SyncContext [Android Documentation]
SyncInfoInformation about the sync operation that is currently underway.
SyncInfo+InterfaceConstsDocumentation for this section has not yet been entered.
SyncObserverTypeEnumerates values returned by several types and taken as a parameter of the Android.Content.ContentResolver.AddStatusChangeListener, and Android.Content.ISyncStatusObserver.OnStatusChanged members.
SyncRequestConvenience class to construct sync requests.
SyncRequest+BuilderDocumentation for this section has not yet been entered.
SyncRequest+InterfaceConstsDocumentation for this section has not yet been entered.
SyncResultThis class is used to communicate the results of a sync operation to the SyncManager.
SyncResult+InterfaceConstsDocumentation for this section has not yet been entered.
SyncStatsUsed to record various statistics about the result of a sync operation.
SyncStats+InterfaceConstsDocumentation for this section has not yet been entered.
TrimMemoryEnumerates values returned by several types and taken as a parameter of several types.
UriMatcherUtility class to aid in matching URIs in content providers.
UriPermissionDescription of a single Uri permission grant.
UriPermission+InterfaceConstsDocumentation for this section has not yet been entered.