Android.App Namespace
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.
Provides bindings for Android classes that implement the application model.
Classes
| Name | Description |
|---|---|
| ActionBar |
A primary toolbar within the activity that may display the activity title, application-level navigation affordances, and other interactive items. |
| ActionBar.LayoutParams |
Per-child layout information associated with action bar custom views. |
| ActionBar.MenuVisibilityEventArgs |
Provides data for the MenuVisibility event. |
| ActionBar.NavigationEventArgs | |
| ActionBar.Tab |
This class was deprecated in API level 21. |
| ActionBar.TabEventArgs |
Provides data for the E:Android.App.ActionBar+Tab.TabReselected, E:Android.App.ActionBar+Tab.TabSelected, and E:Android.App.ActionBar+Tab.TabUnselected events. |
| ActionBar.TabReselectedEventArgs | |
| ActionBar.TabSelectedEventArgs | |
| ActionBar.TabUnselectedEventArgs | |
| Activity |
An activity is a single, focused thing that the user can do. |
| Activity.InterfaceConsts | |
| ActivityAttribute |
Generates a |
| ActivityGroup |
This class was deprecated in API level 13. |
| ActivityManager |
This class gives information about, and interacts with, activities, services, and the containing process. |
| ActivityManager.AppTask |
The AppTask allows you to manage your own application's tasks. |
| ActivityManager.MemoryInfo |
Information you can retrieve about the available memory through ActivityManager.getMemoryInfo. |
| ActivityManager.MemoryInfo.InterfaceConsts | |
| ActivityManager.ProcessErrorStateInfo |
Information you can retrieve about any processes that are in an error condition. |
| ActivityManager.ProcessErrorStateInfo.InterfaceConsts | |
| ActivityManager.RecentTaskInfo |
Information you can retrieve about tasks that the user has most recently started or visited. |
| ActivityManager.RecentTaskInfo.InterfaceConsts | |
| ActivityManager.RunningAppProcessInfo |
Information you can retrieve about a running process. |
| ActivityManager.RunningAppProcessInfo.InterfaceConsts | |
| ActivityManager.RunningServiceInfo |
Information you can retrieve about a particular Service that is currently running in the system. |
| ActivityManager.RunningServiceInfo.InterfaceConsts | |
| ActivityManager.RunningTaskInfo |
Information you can retrieve about a particular task that is currently "running" in the system. |
| ActivityManager.RunningTaskInfo.InterfaceConsts | |
| ActivityManager.TaskDescription |
Information you can set and retrieve about the current activity within the recent task list. |
| ActivityManager.TaskDescription.Builder |
Provides a convenient way to set the fields of a TaskDescription when creating a new instance. |
| ActivityManager.TaskDescription.InterfaceConsts | |
| ActivityOptions |
Helper class for building an options Bundle that can be used with Context.startActivity(Intent, Bundle) and related methods. |
| AlarmManager |
This class provides access to the system alarm services. |
| AlarmManager.AlarmClockInfo |
An immutable description of a scheduled "alarm clock" event. |
| AlarmManager.AlarmClockInfo.InterfaceConsts | |
| AlertDialog |
A subclass of Dialog that can display one, two or three buttons. |
| AlertDialog.Builder |
Builds AlertDialog instances. |
| AliasActivity |
This class was deprecated in API level 30. |
| AppComponentFactory |
Interface used to control the instantiation of manifest elements. |
| Application |
Base class for maintaining global application state. |
| Application.InterfaceConsts | |
| Application.ProvideAssistDataEventArgs | |
| ApplicationAttribute |
Generates a |
| ApplicationErrorReport |
Describes an application error. |
| ApplicationErrorReport.AnrInfo |
Describes an application not responding error. |
| ApplicationErrorReport.BatteryInfo |
Describes a battery usage report. |
| ApplicationErrorReport.CrashInfo |
Describes an application crash. |
| ApplicationErrorReport.InterfaceConsts | |
| ApplicationErrorReport.RunningServiceInfo |
Describes a running service report. |
| ApplicationExitInfo |
Describes the information of an application process's death. |
| ApplicationExitInfo.InterfaceConsts | |
| ApplicationStartInfo |
Describes information related to an application process's startup. |
| ApplicationStartInfo.InterfaceConsts | |
| AppOpsManager |
App-ops are used for two purposes: Access control and tracking. |
| AppOpsManager.OnOpNotedCallback |
Callback an app can set to monitor the app-ops the system has tracked for it. |
| AppOpsManager.OpActiveChanged2EventArgs | |
| AppOpsManager.OpActiveChangedEventArgs | |
| AppOpsManager.OpChanged2EventArgs | |
| AppOpsManager.OpChangedEventArgs | |
| AsyncNotedAppOp |
When an app-op is noted and the app the app-op is noted for has a AppOpsManager.OnOpNotedCallback registered the note-event needs to be delivered to the callback. |
| AsyncNotedAppOp.InterfaceConsts | |
| AuthenticationRequiredException |
Specialization of SecurityException that is thrown when authentication is needed from the end user before viewing the content. |
| AuthenticationRequiredException.InterfaceConsts | |
| AutomaticZenRule |
Rule instance information for a zen (aka DND or Attention Management) mode. |
| AutomaticZenRule.Builder |
Builds AutomaticZenRule instances. |
| AutomaticZenRule.InterfaceConsts | |
| BackgroundServiceStartNotAllowedException |
Exception thrown when an app tries to start a background Service when it's not allowed to do so. |
| BackgroundServiceStartNotAllowedException.InterfaceConsts | |
| BroadcastOptions |
Helper class for building an options Bundle that can be used with Context.sendBroadcast(Intent) and related methods. |
| ComponentCaller |
Represents the app that launched the component. |
| DatePickerDialog |
A simple dialog containing an DatePicker. |
| DatePickerDialog.DateSetEventArgs | |
| Dialog |
Base class for Dialogs. |
| Dialog.InterfaceConsts | |
| DialogFragment |
This class was deprecated in API level 28. |
| DirectAction |
Represents an abstract action that can be perform on this app. |
| DirectAction.Builder |
Builder for construction of DirectAction. |
| DirectAction.InterfaceConsts | |
| DownloadManager |
The download manager is a system service that handles long-running HTTP downloads. |
| DownloadManager.Query |
This class may be used to filter download manager queries. |
| DownloadManager.Request |
This class contains all the information necessary to request a new download. |
| ExpandableListActivity |
This class was deprecated in API level 30. |
| ForegroundServiceStartNotAllowedException |
Exception thrown when an app tries to start a foreground Service when it's not allowed to do so. |
| ForegroundServiceStartNotAllowedException.InterfaceConsts | |
| ForegroundServiceTypeException |
Base exception thrown when an app tries to start a foreground Service without a valid type. |
| Fragment |
This class was deprecated in API level 28. |
| Fragment.InstantiationException |
This class was deprecated in API level 28. |
| Fragment.InterfaceConsts | |
| Fragment.SavedState |
This class was deprecated in API level 28. |
| Fragment.SavedState.InterfaceConsts | |
| FragmentBreadCrumbs |
This class was deprecated in API level 21. |
| FragmentBreadCrumbs.BreadCrumbClickEventArgs |
Provides data for the BreadCrumbClick event. |
| FragmentContainer |
This class was deprecated in API level 28. |
| FragmentController |
This class was deprecated in API level 28. |
| FragmentHostCallback |
This class was deprecated in API level 28. |
| FragmentManager |
This class was deprecated in API level 28. |
| FragmentManager.FragmentLifecycleCallbacks |
This class was deprecated in API level 28. |
| FragmentManagerNonConfig |
This class was deprecated in API level 28. |
| FragmentTransaction |
This class was deprecated in API level 28. |
| GameManager |
The GameManager allows system apps to modify and query the game mode of apps. |
| GameState |
State of the game passed to the GameManager. |
| GameState.InterfaceConsts | |
| GrammaticalInflectionManager |
This class allow applications to control granular grammatical inflection settings (such as per-app grammatical gender). |
| Instrumentation |
Base class for implementing application instrumentation code. |
| Instrumentation.ActivityMonitor |
Information about a particular kind of Intent that is being monitored. |
| Instrumentation.ActivityResult |
Description of a Activity execution result to return to the original activity. |
| InstrumentationAttribute | |
| IntentFilterAttribute |
Generates the |
| IntentService |
This class was deprecated in API level 30. |
| InvalidForegroundServiceTypeException |
Exception thrown when an app tries to start a foreground Service with an invalid type. |
| InvalidForegroundServiceTypeException.InterfaceConsts | |
| KeyguardManager |
Class to manage and query the state of the lock screen (also known as Keyguard). |
| KeyguardManager.DeviceLockedStateEventArgs | |
| KeyguardManager.KeyguardDismissCallback |
Callback passed to KeyguardManager.requestDismissKeyguard(Activity,KeyguardDismissCallback) to notify caller of result. |
| KeyguardManager.KeyguardLock |
This class was deprecated in API level 15. |
| KeyguardManager.KeyguardLockedStateEventArgs | |
| LauncherActivity |
This class was deprecated in API level 30. |
| LauncherActivity.IconResizer |
Utility class to resize icons to match default icon size. |
| LauncherActivity.ListItem |
An item in the list |
| LayoutAttribute | |
| ListActivity |
This class was deprecated in API level 30. |
| ListFragment |
This class was deprecated in API level 28. |
| LoaderManager |
This class was deprecated in API level 28. |
| LocalActivityManager |
This class was deprecated in API level 13. |
| LocaleConfig |
The LocaleConfig of an application. |
| LocaleConfig.InterfaceConsts | |
| LocaleManager |
This class gives access to system locale services. |
| MediaRouteActionProvider |
The media route action provider displays a media route button in the application's ActionBar to allow the user to select routes and to control the currently selected route. |
| MediaRouteButton |
Displays and selects available media routes. |
| MetaDataAttribute |
Generates the |
| MissingForegroundServiceTypeException |
Exception thrown when an app tries to start a foreground Service without a type. |
| MissingForegroundServiceTypeException.InterfaceConsts | |
| NativeActivity |
Convenience for implementing an activity that will be implemented purely in native code. |
| Notification |
A class that represents how a persistent notification is to be presented to the user using the NotificationManager. |
| Notification.Action |
Structure to encapsulate a named action that can be shown as part of this notification. |
| Notification.Action.Builder |
Builder class for Action objects. |
| Notification.Action.InterfaceConsts | |
| Notification.Action.WearableExtender |
Wearable extender for notification actions. |
| Notification.BigPictureStyle |
Helper class for generating large-format notifications that include a large image attachment. |
| Notification.BigTextStyle |
Helper class for generating large-format notifications that include a lot of text. |
| Notification.BubbleMetadata |
Encapsulates the information needed to display a notification as a bubble. |
| Notification.BubbleMetadata.Builder |
Builder to construct a BubbleMetadata object. |
| Notification.BubbleMetadata.InterfaceConsts | |
| Notification.Builder |
Builder class for Notification objects. |
| Notification.CallStyle |
Helper class for generating large-format notifications that include a caller and required actions, such as an incoming call with answer / decline. |
| Notification.CarExtender |
Helper class to add Android Auto extensions to notifications. |
| Notification.CarExtender.Builder |
Builder class for CarExtender.UnreadConversation objects. |
| Notification.CarExtender.UnreadConversation |
A class which holds the unread messages from a conversation. |
| Notification.DecoratedCustomViewStyle |
Notification style for custom views that are decorated by the system Instead of providing a notification that is completely custom, a developer can set this style and still obtain system decorations like the notification header with the expand affordance and actions. |
| Notification.DecoratedMediaCustomViewStyle |
Notification style for media custom views that are decorated by the system Instead of providing a media notification that is completely custom, a developer can set this style and still obtain system decorations like the notification header with the expand affordance and actions. |
| Notification.InboxStyle |
Helper class for generating large-format notifications that include a list of (up to 5) strings. |
| Notification.InterfaceConsts | |
| Notification.MediaStyle |
Notification style for media playback notifications. |
| Notification.MessagingStyle |
Helper class for generating large-format notifications that include multiple back-and-forth messages of varying types between any number of people. |
| Notification.MessagingStyle.Message |
An object representing a simple message or piece of media within a mixed-media message. |
| Notification.ProgressStyle |
A Notification Style used to define a notification whose expanded state includes a highly customizable progress bar with segments, points, a custom tracker icon, and custom icons at the start and end of the progress bar. |
| Notification.ProgressStyle.Point |
A point within the progress bar, defining its position and color. |
| Notification.ProgressStyle.Segment |
A segment of the progress bar, which defines its length and color. |
| Notification.Style |
An object that can apply a rich notification style to a Notification.Builder object. |
| Notification.TvExtender |
Helper class to add Android TV extensions to notifications. |
| Notification.WearableExtender |
Helper class to add wearable extensions to notifications. |
| NotificationChannel |
A representation of settings that apply to a collection of similarly themed notifications. |
| NotificationChannel.InterfaceConsts | |
| NotificationChannelGroup |
A grouping of related notification channels. |
| NotificationChannelGroup.InterfaceConsts | |
| NotificationManager |
Class to notify the user of events that happen. |
| NotificationManager.Policy |
Notification policy configuration. |
| NotificationManager.Policy.InterfaceConsts | |
| PendingIntent |
A description of an Intent and target action to perform with it. |
| PendingIntent.CanceledException |
Exception thrown when trying to send through a PendingIntent that has been canceled or is otherwise no longer able to execute the request. |
| PendingIntent.InterfaceConsts | |
| PermissionAttribute | |
| PermissionGroupAttribute | |
| PermissionTreeAttribute | |
| Person |
Provides an immutable reference to an entity that appears repeatedly on different surfaces of the platform. |
| Person.Builder |
Builder for the immutable Person class. |
| Person.InterfaceConsts | |
| PictureInPictureParams |
Represents a set of parameters used to initialize and update an Activity in picture-in-picture mode. |
| PictureInPictureParams.Builder |
Builder class for PictureInPictureParams objects. |
| PictureInPictureParams.InterfaceConsts | |
| PictureInPictureUiState |
Used by Activity.onPictureInPictureUiStateChanged(PictureInPictureUiState). |
| PictureInPictureUiState.InterfaceConsts | |
| Presentation |
Base class for presentations. |
| ProgressDialog |
This class was deprecated in API level 26. |
| PropertyAttribute | |
| RecoverableSecurityException |
Specialization of SecurityException that contains additional information about how to involve the end user to recover from the exception. |
| RecoverableSecurityException.InterfaceConsts | |
| RemoteAction |
Represents a remote action that can be called from another process. |
| RemoteAction.InterfaceConsts | |
| RemoteInput |
A RemoteInput object specifies input to be collected from a user to be passed along with an intent inside a PendingIntent that is sent. |
| RemoteInput.Builder |
Builder class for RemoteInput objects. |
| RemoteInput.InterfaceConsts | |
| SearchableInfo |
Searchability meta-data for an activity. |
| SearchableInfo.InterfaceConsts | |
| SearchManager |
This class provides access to the system search services. |
| Service |
A Service is an application component representing either an application's desire to perform a longer-running operation while not interacting with the user or to supply functionality for other applications to use. |
| Service.InterfaceConsts | |
| ServiceAttribute |
Generates a |
| ServiceStartNotAllowedException |
Exception thrown when an app tries to start a Service when it's not allowed to do so. |
| SharedElementCallback |
Listener provided in Activity.setEnterSharedElementCallback(SharedElementCallback) and Activity.setExitSharedElementCallback(SharedElementCallback) as well as Fragment.setEnterSharedElementCallback(SharedElementCallback) and Fragment.setExitSharedElementCallback(SharedElementCallback) to monitor the Shared element transitions. |
| StartForegroundCalledOnStoppedServiceException |
Exception thrown when Service.startForeground is called on a service that's not actually started. |
| StartForegroundCalledOnStoppedServiceException.InterfaceConsts | |
| StatusBarManager |
Allows an app to control the status bar. |
| SupportsGLTextureAttribute | |
| SyncNotedAppOp |
Description of an app-op that was noted for the current process. |
| SyncNotedAppOp.InterfaceConsts | |
| TabActivity |
This class was deprecated in API level 13. |
| TaskInfo |
Stores information about a particular Task. |
| TaskStackBuilder |
Utility class for constructing synthetic back stacks for cross-task navigation on Android 3.0 and newer. |
| TimePickerDialog |
A dialog that prompts the user for the time of day using a TimePicker. |
| TimePickerDialog.TimeSetEventArgs | |
| UiAutomation |
Class for interacting with the device's UI by simulation user actions and introspection of the screen content. |
| UiAutomation.AccessibilityEventEventArgs |
Provides data for the AccessibilityEvent event. |
| UiModeManager |
This class provides access to the system uimode services. |
| UiModeManager.ContrastChangeEventArgs | |
| UsesFeatureAttribute | |
| UsesLibraryAttribute | |
| UsesPermissionAttribute | |
| VoiceInteractor |
Interface for an Activity to interact with the user through voice. |
| VoiceInteractor.AbortVoiceRequest |
Reports that the current interaction can not be complete with voice, so the application will need to switch to a traditional input UI. |
| VoiceInteractor.CommandRequest |
Execute a vendor-specific command using the trusted system VoiceInteractionService. |
| VoiceInteractor.CompleteVoiceRequest |
Reports that the current interaction was successfully completed with voice, so the application can report the final status to the user. |
| VoiceInteractor.ConfirmationRequest |
Confirms an operation with the user via the trusted system VoiceInteractionService. |
| VoiceInteractor.PickOptionRequest |
Select a single option from multiple potential options with the user via the trusted system VoiceInteractionService. |
| VoiceInteractor.PickOptionRequest.Option |
Represents a single option that the user may select using their voice. |
| VoiceInteractor.PickOptionRequest.Option.InterfaceConsts | |
| VoiceInteractor.Prompt |
A set of voice prompts to use with the voice interaction system to confirm an action, select an option, or do similar operations. |
| VoiceInteractor.Prompt.InterfaceConsts | |
| VoiceInteractor.Request |
Base class for voice interaction requests that can be submitted to the interactor. |
| WallpaperColors |
Provides information about the colors of a wallpaper. |
| WallpaperColors.InterfaceConsts | |
| WallpaperInfo |
This class is used to specify meta information of a wallpaper service. |
| WallpaperInfo.InterfaceConsts | |
| WallpaperManager |
Provides access to the system wallpaper. |
| WallpaperManager.ColorsChangedEventArgs | |
Interfaces
| Name | Description |
|---|---|
| ActionBar.IOnMenuVisibilityListener |
Listener for receiving events when action bar menus are shown or hidden. |
| ActionBar.IOnNavigationListener |
Listener interface for ActionBar navigation events. |
| ActionBar.ITabListener |
This interface was deprecated in API level 21. |
| Activity.IScreenCaptureCallback |
Interface for observing screen captures of an |
| AlarmManager.IOnAlarmListener |
Direct-notification alarms: the requester must be running continuously from the time the alarm is set to the time it is delivered, or delivery will fail. |
| Application.IActivityLifecycleCallbacks |
Receives callbacks for activity lifecycle state changes in an Application. |
| Application.IOnProvideAssistDataListener |
Callback interface for use with Application.registerOnProvideAssistDataListener and Application.unregisterOnProvideAssistDataListener. |
| AppOpsManager.IOnOpActiveChangedListener |
Callback for notification of changes to operation active state. |
| AppOpsManager.IOnOpChangedListener |
Callback for notification of changes to operation state. |
| DatePickerDialog.IOnDateSetListener |
The listener used to indicate the user has finished selecting a date. |
| FragmentBreadCrumbs.IOnBreadCrumbClickListener |
This interface was deprecated in API level 28. |
| FragmentManager.IBackStackEntry |
This interface was deprecated in API level 28. |
| FragmentManager.IOnBackStackChangedListener |
Interface to watch for changes to the back stack. |
| IZygotePreload |
This is the interface to be implemented for the class that is specified by the
|
| KeyguardManager.IDeviceLockedStateListener |
Listener for device locked state changes. |
| KeyguardManager.IKeyguardLockedStateListener |
Listener for keyguard locked state changes. |
| KeyguardManager.IOnKeyguardExitResult |
Callback passed to |
| LoaderManager.ILoaderCallbacks |
Callback interface for a client to interact with the manager. |
| Notification.Action.IExtender |
Extender interface for use with Builder.extend. |
| Notification.IExtender |
Extender interface for use with Builder.extend. |
| PendingIntent.IOnFinished |
Callback interface for discovering when a send operation has completed. |
| SearchManager.IOnCancelListener |
See |
| SearchManager.IOnDismissListener |
See |
| SharedElementCallback.IOnSharedElementsReadyListener |
Listener to be called after |
| TimePickerDialog.IOnTimeSetListener |
The callback interface used to indicate the user is done filling in the time (e. |
| UiAutomation.IAccessibilityEventFilter |
Listener for filtering accessibility events. |
| UiAutomation.IOnAccessibilityEventListener |
Listener for observing the |
| UiModeManager.IContrastChangeListener |
Listener for the UI contrast. |
| WallpaperManager.IOnColorsChangedListener |
Interface definition for a callback to be invoked when colors change on a wallpaper. |
Enums
| Name | Description |
|---|---|
| ActionBarDisplayOptions |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.ActionBar.SetDisplayOptions, and F:Android.App.ActionBar.SetDisplayOptions members. |
| ActionBarNavigationMode |
Enumerates values returned by several types. |
| AlarmType |
Enumerates values returned by several methods of AlarmType and taken as a parameter of several methods of AlarmManager. |
| ApplicationErrorReportType |
Enumerates values returned by several types. |
| ApplicationExitInfoReason | |
| ApplicationStartInfoLaunchMode | |
| ApplicationStartInfoStartComponent | |
| ApplicationStartInfoStartReason | |
| ApplicationStartInfoStartTimestamp | |
| ApplicationStartInfoStartType | |
| ApplicationStartInfoStartupState | |
| AppOpsManagerCallbackFlag | |
| AppOpsManagerMode |
Enumerates values returned by several types. |
| AutomaticRuleStatus | |
| AutomaticZenRuleType | |
| BackgroundActivityStartMode | |
| BreadCrumbClickFlags |
Defines flags for FragmentBreadCrumbs click handling. |
| BroadcastDeferralPolicy | |
| BroadcastDeliveryGroupPolicy | |
| ConversationSenders | |
| DefaultKey |
Enumerates values returned by several methods of DefaultKey and taken as a parameter of the F:Android.App.Activity.SetDefaultKeyMode member. |
| DialogFragmentStyle |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.DialogFragment.SetStyle member. |
| DisableCarModeFlags |
Enumerates values returned by the GoHome, None, and DisableCarModeGoHome members and taken as a parameter of the F:Android.App.UiModeManager.DisableCarMode member. |
| DownloadError |
Enumerates values returned by several types. |
| DownloadNetwork |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.DownloadManager+Request.SetAllowedNetworkTypes member. |
| DownloadPausedReason |
Enumerates values returned by several types. |
| DownloadStatus |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.DownloadManager+Query.SetFilterByStatus member. |
| DownloadVisibility |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.DownloadManager+Request.SetNotificationVisibility member. |
| EditChoices | |
| EnableCarModeFlags |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.UiModeManager.EnableCarMode member. |
| FragmentTransit |
Enumerates values returned by several methods of FragmentTransit and taken as a parameter of the F:Android.App.Fragment.OnCreateAnimator, and F:Android.App.FragmentTransaction.SetTransition members. |
| FullscreenModeRequest | |
| GameMode | |
| GameStateMode | |
| Importance |
Enumerates values returned by several types. |
| ImportanceReason |
Enumerates values returned by several types. |
| InterruptionFilter | |
| LocaleConfigStatus | |
| LockTaskMode | |
| MoveTaskFlags |
Enumerates values returned by the NoUserAction, and WithHome members and taken as a parameter of the F:Android.App.ActivityManager.MoveTaskToFront, and F:Android.App.ActivityManager.MoveTaskToFront members. |
| NotificationBadgeIconType | |
| NotificationBubblePreference | |
| NotificationCallType | |
| NotificationDefaults |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.Notification+Builder.SetDefaults member. |
| NotificationFlags |
Enumerates values returned by several types. |
| NotificationForegroundService | |
| NotificationGroupAlertBehavior | |
| NotificationImportance | |
| NotificationPriority |
Enumerates values returned by several types. |
| NotificationPriorityCategory | |
| NotificationPrioritySenders | |
| NotificationVisibility |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.Notification+Builder.SetVisibility member. |
| OverrideTransition | |
| PendingIntentFlags |
Enumerates values returned by several methods of PendingIntentFlags and taken as a parameter of several types. |
| PolicyPrioritySendersType |
Defines priority sender categories for notification policy. |
| PopBackStackFlags |
Enumerates values returned by the PopBackStackInclusive, Inclusive, and None members and taken as a parameter of several methods of FragmentManager. |
| ProcessError |
Enumerates values returned by several types. |
| ProgressDialogStyle |
Enumerates values returned by the Horizontal, and Spinner members and taken as a parameter of the F:Android.App.ProgressDialog.SetProgressStyle member. |
| RecentTaskFlags |
Enumerates values returned by the IgnoreUnavailable, and WithExcluded members and taken as a parameter of the F:Android.App.ActivityManager.GetRecentTasks member. |
| RemoteInputSource | |
| RequiredContentUriPermission |
Defines required URI permissions for a component caller. |
| Result |
Enumerates values returned by several types and taken as a parameter of several types. |
| RunningAppProcessInfoImportanceType |
Defines importance values for running application processes. |
| SemanticAction | |
| ServiceInfoFlags |
Enumerates values returned by several types. |
| StartCommandFlags |
Enumerates values returned by the Redelivery, and Retry members and taken as a parameter of the F:Android.App.Service.OnStartCommand, and F:Android.Locations.SettingInjectorService.OnStartCommand members. |
| StartCommandResult |
Enumerates values returned by several types. |
| StopForegroundFlags | |
| SuppressedEffects | |
| TileAddRequestError | |
| TileAddRequestResult | |
| UiAutomationFlags | |
| UiAutomationRotation |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.UiAutomation.SetRotation member. |
| UiNightMode |
Enumerates values returned by several types. |
| WallpaperColorsHint | |
| WallpaperManagerFlags | |
| WatchForeground | |
| WearableSizePreset |
Enumerates values returned by several types and taken as a parameter of the F:Android.App.Notification+WearableExtender.SetCustomSizePreset member. |
Remarks
This namespace contains the managed bindings for the android.app package.
Android platform documentation for android.app.
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.