Android.App 命名空间

包含封装整个 Android 应用程序模型的高级类。

ActionBar

活动中的一个主工具栏,可显示活动标题、应用程序级导航功能和其他交互式项。

ActionBar.LayoutParams

与操作栏自定义视图关联的按子级布局信息。

ActionBar.MenuVisibilityEventArgs

MenuVisibility 事件提供数据。

ActionBar.NavigationEventArgs

包含封装整个 Android 应用程序模型的高级类。

ActionBar.Tab

操作栏中的选项卡。

ActionBar.TabEventArgs

提供 E:Android.App.ActionBar+Tab.TabReselectedE:Android.App.ActionBar+Tab.TabSelectedE:Android.App.ActionBar+Tab.TabUnselected 事件的数据。

ActionBar.TabReselectedEventArgs

包含封装整个 Android 应用程序模型的高级类。

ActionBar.TabSelectedEventArgs

包含封装整个 Android 应用程序模型的高级类。

ActionBar.TabUnselectedEventArgs

包含封装整个 Android 应用程序模型的高级类。

Activity

活动是用户可以完成的单个重点操作。

Activity.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityAttribute

/manifest/application/activityAndroidManifest.xml生成元素。

ActivityGroup

包含并运行多个嵌入活动的屏幕。

ActivityManager

此类提供有关活动、服务和包含进程的信息并与之交互。

ActivityManager.AppTask

AppTask 允许你管理自己的应用程序的任务。

ActivityManager.MemoryInfo

可以通过 检索有关可用内存 ActivityManager#getMemoryInfo的信息。

ActivityManager.MemoryInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.ProcessErrorStateInfo

可以检索到有关处于错误条件的任何进程的信息。

ActivityManager.ProcessErrorStateInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.RecentTaskInfo

可以检索的有关用户最近启动或访问的任务的信息。

ActivityManager.RecentTaskInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.RunningAppProcessInfo

可以检索有关正在运行的进程的信息。

ActivityManager.RunningAppProcessInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.RunningServiceInfo

可以检索的有关系统中当前正在运行的特定服务的信息。

ActivityManager.RunningServiceInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.RunningTaskInfo

可以检索的有关系统中当前“正在运行”的特定任务的信息。

ActivityManager.RunningTaskInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.TaskDescription

可以在最近任务列表中设置和检索有关当前活动的信息。

ActivityManager.TaskDescription.Builder

包含封装整个 Android 应用程序模型的高级类。

ActivityManager.TaskDescription.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ActivityOptions

用于生成可与 和相关方法一起使用 android.content.Context#startActivity(android.content.Intent, android.os.Bundle) Context.startActivity(Intent, Bundle) 的选项捆绑包的帮助程序类。

AlarmManager

此类提供对系统警报服务的访问权限。

AlarmManager.AlarmClockInfo

计划的“闹钟”事件的不可变说明。

AlarmManager.AlarmClockInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

AlertDialog

对话框的子类,可以显示一个、两个或三个按钮。

AlertDialog.Builder

包含封装整个 Android 应用程序模型的高级类。

AliasActivity

启动另一个活动的存根活动 (,然后根据组件清单元数据中的信息完成自身) 。

AppComponentFactory

用于控制清单元素实例化的接口。

Application

用于维护全局应用程序状态的基类。

Application.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

Application.ProvideAssistDataEventArgs

包含封装整个 Android 应用程序模型的高级类。

ApplicationAttribute

/manifest/applicationAndroidManifest.xml生成元素。

ApplicationErrorReport

描述应用程序错误。

ApplicationErrorReport.AnrInfo

描述应用程序未响应错误。

ApplicationErrorReport.BatteryInfo

描述电池使用情况报告。

ApplicationErrorReport.CrashInfo

描述应用程序崩溃。

ApplicationErrorReport.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ApplicationErrorReport.RunningServiceInfo

描述正在运行的服务报表。

ApplicationExitInfo

描述应用程序进程死亡的信息。

ApplicationExitInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

AppOpsManager

应用操作用于两个目的:访问控制和跟踪。

AppOpsManager.OnOpNotedCallback

回调应用可以 #setOnOpNotedCallback set 监视系统为其跟踪的应用操作。

AppOpsManager.OpActiveChangedEventArgs

包含封装整个 Android 应用程序模型的高级类。

AppOpsManager.OpChangedEventArgs

包含封装整个 Android 应用程序模型的高级类。

AsyncNotedAppOp

AppOpsManager#noteOp(String, int, String, String, String) app-op is noted当 和 记下应用操作的应用已注册AppOpsManager.OnOpNotedCallback时,需要将注释事件传递到回调。

AsyncNotedAppOp.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

AuthenticationRequiredException

在查看内容之前需要最终用户进行身份验证时,将引发的 专用化 SecurityException

AuthenticationRequiredException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

AutomaticZenRule

zen 模式的规则实例信息。

AutomaticZenRule.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

BackgroundServiceStartNotAllowedException

当不允许应用启动后台 Service 时引发的异常。

BackgroundServiceStartNotAllowedException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

BroadcastOptions

用于生成可与 和相关方法一起使用 android.content.Context#sendBroadcast(android.content.Intent) Context.sendBroadcast(Intent) 的选项捆绑包的帮助程序类。

DatePickerDialog

包含 的 android.widget.DatePicker简单对话框。

DatePickerDialog.DateSetEventArgs

包含封装整个 Android 应用程序模型的高级类。

Dialog

Dialogs 的基类。

Dialog.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

DialogFragment

显示对话窗口的片段,它浮动在其活动窗口的顶部。

DirectAction

表示可对此应用执行的抽象操作。

DirectAction.Builder

用于构建 DirectAction 的生成器。

DirectAction.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

DownloadManager

下载管理器是一项系统服务,用于处理长时间运行的 HTTP 下载。

DownloadManager.Query

此类可用于筛选下载管理器查询。

DownloadManager.Request

此类包含请求新下载所需的所有信息。

ExpandableListActivity

一个活动,它通过绑定到实现 ExpandableListAdapter 的数据源来显示项的可展开列表,并在用户选择项时公开事件处理程序。

ForegroundServiceStartNotAllowedException

当不允许应用启动前台 Service 时引发的异常。

ForegroundServiceStartNotAllowedException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ForegroundServiceTypeException

当应用尝试在没有有效类型的情况下启动前台 Service 时引发的基本异常。

Fragment

片段是应用程序的用户界面或行为的一部分,可以放置在 中 Activity

Fragment.InstantiationException

实例化失败时引发 Fragment#instantiate(Context, String, Bundle)

Fragment.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

Fragment.SavedState

通过 FragmentManager#saveFragmentInstanceState(Fragment) FragmentManager.saveFragmentInstanceState从片段实例检索到的状态信息。

Fragment.SavedState.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

FragmentBreadCrumbs

用于显示表示活动中片段堆栈的“面包屑”的帮助程序类。

FragmentBreadCrumbs.BreadCrumbClickEventArgs

BreadCrumbClick 事件提供数据。

FragmentContainer

Fragment的容器的回调。

FragmentController

为片段主机提供具有 FragmentManager 的集成点。

FragmentHostCallback

与 Fragment 主机的集成点。

FragmentManager

用于与 Fragment div 类中的 Activity<对象交互的接口=“特殊参考”><h3>开发人员指南</h3>

FragmentManager.FragmentLifecycleCallbacks

用于侦听给定 FragmentManager 中发生的片段状态更改的回调接口。

FragmentManagerNonConfig

FragmentManagerNonConfig 跨活动重新活动事件存储保留的实例片段。

FragmentTransaction

用于执行一组片段操作的 API。

GameManager

GameManager 允许系统应用修改和查询应用的游戏模式。

GameState

传递给 GameManager 的游戏状态。

GameState.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

GrammaticalInflectionManager

此类允许应用程序控制精细的语法变化设置 (,例如每个应用的语法性别) 。

Instrumentation

用于实现应用程序检测代码的基类。

Instrumentation.ActivityMonitor

有关正在监视的特定意向类型的信息。

Instrumentation.ActivityResult

要返回到原始活动的活动执行结果的说明。

InstrumentationAttribute

包含封装整个 Android 应用程序模型的高级类。

IntentFilterAttribute

//intent-filterAndroidManifest.xml生成 元素。

IntentService

包含封装整个 Android 应用程序模型的高级类。

InvalidForegroundServiceTypeException

当应用尝试启动具有无效类型的前台 Service 时引发的异常。

InvalidForegroundServiceTypeException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

KeyguardManager

可用于锁定和解锁钥匙锁的类。

KeyguardManager.KeyguardDismissCallback

传递给的回调KeyguardManager#requestDismissKeyguard(Activity, KeyguardDismissCallback) 以通知调用方结果。

KeyguardManager.KeyguardLock

返回 KeyguardManager#newKeyguardLock 的句柄,允许禁用/重新启用密钥锁。

KeyguardManager.KeyguardLockedStateEventArgs

包含封装整个 Android 应用程序模型的高级类。

LauncherActivity

显示可为给定意向执行的所有活动的列表。

LauncherActivity.IconResizer

用于调整图标大小以匹配默认图标大小的实用工具类。

LauncherActivity.ListItem

列表中的项

LayoutAttribute

包含封装整个 Android 应用程序模型的高级类。

ListActivity

通过绑定到数据源(如数组或游标)显示项列表并在用户选择项时公开事件处理程序的活动。

ListFragment

一个片段,它通过绑定到数据源(如数组或游标)显示项列表,并在用户选择项时公开事件处理程序。

LoaderManager

ActivityFragment 关联的接口,用于管理与其关联的一个或多个 android.content.Loader 实例。

LocalActivityManager

用于在同一进程中管理多个正在运行的嵌入活动的帮助程序类。

LocaleConfig

应用程序的 LocaleConfig。

LocaleConfig.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

LocaleManager

此类提供对系统区域设置服务的访问权限。

MediaRouteActionProvider

媒体路由操作提供程序在应用程序的 ActionBar 中显示 ,MediaRouteButton media route button以允许用户选择路由并控制当前选定的路由。

MediaRouteButton

包含封装整个 Android 应用程序模型的高级类。

MetaDataAttribute

//meta-dataAndroidManifest.xml生成 元素。

MissingForegroundServiceTypeException

当应用尝试在没有 类型的情况下启动前台 Service 时引发的异常。

MissingForegroundServiceTypeException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

NativeActivity

实现将完全在本机代码中实现的活动的便利性。

Notification

一个类,表示如何使用 向用户显示 android.app.NotificationManager永久性通知。

Notification.Action

用于封装可显示为此通知一部分的命名操作的结构。

Notification.Action.Builder

包含封装整个 Android 应用程序模型的高级类。

Notification.Action.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

Notification.Action.WearableExtender

包含封装整个 Android 应用程序模型的高级类。

Notification.BigPictureStyle

用于生成包含大型图像附件的大格式通知的帮助程序类。

Notification.BigTextStyle

用于生成包含大量文本的大格式通知的帮助程序类。

Notification.BubbleMetadata

封装将通知显示为气泡所需的信息。

Notification.BubbleMetadata.Builder

包含封装整个 Android 应用程序模型的高级类。

Notification.BubbleMetadata.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

Notification.Builder

对象的 Notification Builder 类。

Notification.CallStyle

用于生成包含大型图像附件的大格式通知的帮助程序类。

Notification.CarExtender

帮助程序类,用于向通知添加 Android 自动扩展。

Notification.CarExtender.Builder

包含封装整个 Android 应用程序模型的高级类。

Notification.CarExtender.UnreadConversation

包含封装整个 Android 应用程序模型的高级类。

Notification.DecoratedCustomViewStyle

系统修饰的自定义视图的通知样式

Notification.DecoratedMediaCustomViewStyle

系统修饰的媒体自定义视图的通知样式

Notification.InboxStyle

用于生成包含最多 5 个) 字符串 (列表的大格式通知的帮助程序类。

Notification.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

Notification.MediaStyle

媒体播放通知的通知样式。

Notification.MessagingStyle

用于生成大格式通知的帮助程序类,这些通知包括任意数量人员之间不同类型的多条来回消息。

Notification.MessagingStyle.Message

包含封装整个 Android 应用程序模型的高级类。

Notification.Style

可以向 对象应用丰富通知样式的对象 Notification.Builder

Notification.WearableExtender

帮助程序类,用于向通知添加可穿戴扩展。

NotificationChannel

应用于类似主题通知集合的设置的表示形式。

NotificationChannel.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

NotificationChannelGroup

相关通知通道的分组。

NotificationChannelGroup.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

NotificationManager

用于通知用户发生的事件的类。

NotificationManager.Policy

通知策略配置。

NotificationManager.Policy.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

PendingIntent

意向和要对其执行的目标操作的说明。

PendingIntent.CanceledException

尝试通过已取消或无法执行请求的 PendingIntent 发送时引发的异常。

PendingIntent.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

PermissionAttribute

包含封装整个 Android 应用程序模型的高级类。

PermissionGroupAttribute

包含封装整个 Android 应用程序模型的高级类。

PermissionTreeAttribute

包含封装整个 Android 应用程序模型的高级类。

Person

提供对在平台的不同图面上重复显示的实体的不可变引用。

Person.Builder

不可变 Person 类的生成器。

Person.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

PictureInPictureParams

表示用于在画中画模式下初始化和更新活动的一组参数。

PictureInPictureParams.Builder

对象的 PictureInPictureParams Builder 类。

PictureInPictureParams.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

PictureInPictureUiState

Activity#onPictureInPictureUiStateChanged(PictureInPictureUiState) 使用。

PictureInPictureUiState.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

Presentation

演示文稿的基类。

ProgressDialog

显示进度指示器和可选文本消息或视图的对话框。

RecoverableSecurityException

SecurityException 专用化,其中包含有关如何让最终用户从异常中恢复的其他信息。

RecoverableSecurityException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

RemoteAction

表示可从另一个进程调用的远程操作。

RemoteAction.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

RemoteInput

对象 RemoteInput 指定要从用户收集的输入,该输入与发送的 中的 android.app.PendingIntent 意向一起传递。

RemoteInput.Builder

对象的 RemoteInput Builder 类。

RemoteInput.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

SearchableInfo

活动的可搜索性元数据。

SearchableInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

SearchManager

此类提供对系统搜索服务的访问权限。

Service

服务是一个应用程序组件,表示应用程序希望在不与用户交互的情况下执行长时间运行的操作,或者提供供其他应用程序使用的功能。

Service.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

ServiceAttribute

/manifest/application/serviceAndroidManifest.xml生成元素。

ServiceStartNotAllowedException

当应用尝试启动 Service 时,当不允许启动 时引发的异常。

SharedElementCallback

在 和 Activity#setExitSharedElementCallback(SharedElementCallback)Fragment#setEnterSharedElementCallback(SharedElementCallback) 以及 和 中Activity#setEnterSharedElementCallback(SharedElementCallback)提供的侦听器Fragment#setExitSharedElementCallback(SharedElementCallback) 用于监视共享元素转换。

StartForegroundCalledOnStoppedServiceException

在实际未启动的服务上调用 时 Service#startForeground 引发的异常。

StartForegroundCalledOnStoppedServiceException.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

StatusBarManager

允许应用控制状态栏。

SupportsGLTextureAttribute

包含封装整个 Android 应用程序模型的高级类。

SyncNotedAppOp

针对当前进程记录的应用操作的说明。

SyncNotedAppOp.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

TabActivity

对于针对 android.os.Build.VERSION_CODES#HONEYCOMB 或更高版本开发的应用,选项卡通常使用新的 ActionBar#newTab() ActionBar.newTab() 相关 API 在 UI 中显示,用于在其操作栏区域中放置选项卡。

TaskInfo

存储有关特定任务的信息。

TaskStackBuilder

用于在 Android 3 上为跨任务导航构造合成后退堆栈的实用工具类。

TimePickerDialog

使用 提示用户输入一天 TimePicker中的时间的对话框。

TimePickerDialog.TimeSetEventArgs

包含封装整个 Android 应用程序模型的高级类。

UiAutomation

类,用于通过模拟用户操作和屏幕内容反省来与设备的 UI 交互。

UiAutomation.AccessibilityEventEventArgs

AccessibilityEvent 事件提供数据。

UiModeManager

此类提供对系统 uimode 服务的访问权限。

UiModeManager.ContrastChangeEventArgs

包含封装整个 Android 应用程序模型的高级类。

UsesFeatureAttribute

包含封装整个 Android 应用程序模型的高级类。

UsesLibraryAttribute

包含封装整个 Android 应用程序模型的高级类。

UsesPermissionAttribute

包含封装整个 Android 应用程序模型的高级类。

VoiceInteractor

Activity用于通过语音与用户交互的接口。

VoiceInteractor.AbortVoiceRequest

报告当前无法通过语音完成交互,因此应用程序需要切换到传统的输入 UI。

VoiceInteractor.CommandRequest

使用受信任的系统 VoiceInteractionService 执行特定于供应商的命令。

VoiceInteractor.CompleteVoiceRequest

报告当前交互已使用语音成功完成,因此应用程序可以向用户报告最终状态。

VoiceInteractor.ConfirmationRequest

通过受信任的系统 VoiceInteractionService 与用户确认操作。

VoiceInteractor.PickOptionRequest

通过受信任的系统 VoiceInteractionService 与用户一起从多个潜在选项中选择单个选项。

VoiceInteractor.PickOptionRequest.Option

包含封装整个 Android 应用程序模型的高级类。

VoiceInteractor.PickOptionRequest.Option.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

VoiceInteractor.Prompt

与语音交互系统一起使用的一组语音提示,用于确认操作、选择选项或执行类似操作。

VoiceInteractor.Prompt.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

VoiceInteractor.Request

可提交到交互器的语音交互请求的基类。

WallpaperColors

提供有关壁纸颜色的信息。

WallpaperColors.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

WallpaperInfo

此类用于指定壁纸服务的元信息。

WallpaperInfo.InterfaceConsts

包含封装整个 Android 应用程序模型的高级类。

WallpaperManager

提供对系统壁纸的访问权限。

WallpaperManager.ColorsChangedEventArgs

包含封装整个 Android 应用程序模型的高级类。

接口

ActionBar.IOnMenuVisibilityListener

用于在显示或隐藏操作栏菜单时接收事件的侦听器。

ActionBar.IOnNavigationListener

ActionBar 导航事件的侦听器接口。

ActionBar.ITabListener

当选项卡聚焦、未聚焦、添加或删除时调用的回调接口。

Activity.IScreenCaptureCallback

用于观察 的屏幕截图的 Activity界面。

AlarmManager.IOnAlarmListener

直接通知警报:请求者必须从警报设置到传送警报的时间连续运行,否则传递将失败。

Application.IActivityLifecycleCallbacks

包含封装整个 Android 应用程序模型的高级类。

Application.IOnProvideAssistDataListener

用于 和 Application#unregisterOnProvideAssistDataListenerApplication#registerOnProvideAssistDataListener回调接口。

AppOpsManager.IOnOpActiveChangedListener

操作活动状态更改通知的回调。

AppOpsManager.IOnOpChangedListener

操作状态更改通知的回调。

DatePickerDialog.IOnDateSetListener

用于指示用户已完成选择日期的侦听器。

FragmentBreadCrumbs.IOnBreadCrumbClickListener

用于截获面包屑上的点击的接口。

FragmentManager.IBackStackEntry

片段背面堆栈上的条目的表示形式,如 使用 FragmentTransaction#addToBackStack(String) FragmentTransaction.addToBackStack()创建。

FragmentManager.IOnBackStackChangedListener

用于watch后退堆栈更改的接口。

IZygotePreload

这是要为 < 的 指定的 android.R.styleable#AndroidManifestApplication_zygotePreloadName android:zygotePreloadName 类实现的接口;应用程序>标记。

KeyguardManager.IKeyguardLockedStateListener

Keyguard 锁定状态更改的侦听器。

KeyguardManager.IOnKeyguardExitResult

传递给 以 KeyguardManager#exitKeyguardSecurely 通知调用方结果的回调。

LoaderManager.ILoaderCallbacks

客户端与管理器交互的回调接口。

Notification.Action.IExtender

包含封装整个 Android 应用程序模型的高级类。

Notification.IExtender

用于 的 Builder#extend扩展程序接口。

PendingIntent.IOnFinished

用于发现发送操作何时完成的回调接口。

SearchManager.IOnCancelListener

有关配置活动以监视搜索 UI 状态,请参阅 SearchManager#setOnCancelListener

SearchManager.IOnDismissListener

有关配置活动以监视搜索 UI 状态,请参阅 SearchManager#setOnDismissListener

SharedElementCallback.IOnSharedElementsReadyListener

当共享元素准备好隐藏在源活动中并显示在目标活动中时,将在之后 SharedElementCallback#onSharedElementsArrived(List, List, OnSharedElementsReadyListener) 调用的侦听器。

TimePickerDialog.IOnTimeSetListener

用于指示用户已完成填写时间 (的回调接口。

UiAutomation.IAccessibilityEventFilter

用于筛选辅助功能事件的侦听器。

UiAutomation.IOnAccessibilityEventListener

用于观察 AccessibilityEvent 流的侦听器。

UiModeManager.IContrastChangeListener

UI 对比度的侦听器。

WallpaperManager.IOnColorsChangedListener

当壁纸上的颜色发生更改时要调用的回调的接口定义。

枚举

ActionBarDisplayOptions

枚举由多个类型返回并作为 F:Android.App.ActionBar.SetDisplayOptions 成员的参数的值。

ActionBarNavigationMode

枚举由多个类型返回的值。

AlarmType

枚举 由 的多个方法 AlarmType 返回的值,并作为 的多个方法 AlarmManager的参数。

ApplicationErrorReportType

枚举由多个类型返回的值。

ApplicationExitInfoReason

包含封装整个 Android 应用程序模型的高级类。

AppOpsManagerMode

枚举由多个类型返回的值。

AutomaticRuleStatus

包含封装整个 Android 应用程序模型的高级类。

BackgroundActivityStartMode

包含封装整个 Android 应用程序模型的高级类。

BreadCrumbClickFlags

包含封装整个 Android 应用程序模型的高级类。

BroadcastDeferralPolicy

包含封装整个 Android 应用程序模型的高级类。

BroadcastDeliveryGroupPolicy

包含封装整个 Android 应用程序模型的高级类。

ConversationSenders

包含封装整个 Android 应用程序模型的高级类。

DefaultKey

枚举 由 的多个方法DefaultKey返回的值,并作为 成员的参数。

DialogFragmentStyle

枚举由多个类型返回并作为 F:Android.App.DialogFragment.SetStyle 成员的参数的值。

DisableCarModeFlags

枚举 、 GoHomeNoneDisableCarModeGoHome 成员返回的值,并作为 成员的参数。

DownloadError

枚举由多个类型返回的值。

DownloadNetwork

枚举由多个类型返回并作为 F:Android.App.DownloadManager+Request.SetAllowedNetworkTypes 成员的参数的值。

DownloadPausedReason

枚举由多个类型返回的值。

DownloadStatus

枚举由多个类型返回并作为 F:Android.App.DownloadManager+Query.SetFilterByStatus 成员的参数的值。

DownloadVisibility

枚举由多个类型返回并作为 +Request.SetNotificationVisibility 成员的参数的值。

EditChoices

包含封装整个 Android 应用程序模型的高级类。

EnableCarModeFlags

枚举由多个类型返回并作为 成员的参数的值。

FragmentTransit

枚举由 的多个方法FragmentTransit返回的值,并作为 F:Android.App.FragmentTransaction.SetTransition 成员的参数。

FullscreenModeRequest

包含封装整个 Android 应用程序模型的高级类。

GameMode

包含封装整个 Android 应用程序模型的高级类。

GameStateMode

包含封装整个 Android 应用程序模型的高级类。

Importance

枚举由多个类型返回的值。

ImportanceReason

枚举由多个类型返回的值。

InterruptionFilter

包含封装整个 Android 应用程序模型的高级类。

LocaleConfigStatus

包含封装整个 Android 应用程序模型的高级类。

LockTaskMode

包含封装整个 Android 应用程序模型的高级类。

MoveTaskFlags

枚举 由 NoUserActionWithHome 成员返回的值,并作为 F:Android.App.ActivityManager.MoveTaskToFront 成员的参数。

NotificationBadgeIconType

包含封装整个 Android 应用程序模型的高级类。

NotificationBubblePreference

包含封装整个 Android 应用程序模型的高级类。

NotificationCallType

包含封装整个 Android 应用程序模型的高级类。

NotificationDefaults

枚举由多个类型返回并作为 +Builder.SetDefaults 成员的参数的值。

NotificationFlags

枚举由多个类型返回的值。

NotificationForegroundService

包含封装整个 Android 应用程序模型的高级类。

NotificationGroupAlertBehavior

包含封装整个 Android 应用程序模型的高级类。

NotificationImportance

包含封装整个 Android 应用程序模型的高级类。

NotificationPriority

枚举由多个类型返回的值。

NotificationPriorityCategory

包含封装整个 Android 应用程序模型的高级类。

NotificationPrioritySenders

包含封装整个 Android 应用程序模型的高级类。

NotificationVisibility

枚举由多个类型返回并作为 +Builder.SetVisibility 成员的参数的值。

OverrideTransition

包含封装整个 Android 应用程序模型的高级类。

PendingIntentFlags

枚举由 的多个方法 PendingIntentFlags 返回的值,并用作多种类型的参数。

PolicyPrioritySendersType

包含封装整个 Android 应用程序模型的高级类。

PopBackStackFlags

枚举由 PopBackStackInclusiveInclusiveNone 成员返回的值,并用作 的多个方法 FragmentManager的参数。

ProcessError

枚举由多个类型返回的值。

ProgressDialogStyle

枚举 、 和 成员返回的值,并作为 F:Android.App.ProgressDialog.SetProgressStyle 成员的参数。SpinnerHorizontal

RecentTaskFlags

枚举 由 和 成员返回的值,并作为 F:Android.App.ActivityManager.GetRecentTasks 成员的参数。WithExcludedIgnoreUnavailable

RemoteInputSource

包含封装整个 Android 应用程序模型的高级类。

Result

枚举由多个类型返回并用作多个类型的参数的值。

RunningAppProcessInfoImportanceType

包含封装整个 Android 应用程序模型的高级类。

SemanticAction

包含封装整个 Android 应用程序模型的高级类。

ServiceInfoFlags

枚举由多个类型返回的值。

StartCommandFlags

枚举 由 RedeliveryRetry 成员返回的值,并作为 F:Android.Locations.SettingInjectorService.OnStartCommand 成员的参数。

StartCommandResult

枚举由多个类型返回的值。

StopForegroundFlags

包含封装整个 Android 应用程序模型的高级类。

SuppressedEffects

包含封装整个 Android 应用程序模型的高级类。

TileAddRequestError

包含封装整个 Android 应用程序模型的高级类。

TileAddRequestResult

包含封装整个 Android 应用程序模型的高级类。

UiAutomationFlags

包含封装整个 Android 应用程序模型的高级类。

UiAutomationRotation

枚举由多个类型返回并作为 成员的参数的值。

UiNightMode

枚举由多个类型返回的值。

WallpaperColorsHint

包含封装整个 Android 应用程序模型的高级类。

WallpaperManagerFlags

包含封装整个 Android 应用程序模型的高级类。

WatchForeground

包含封装整个 Android 应用程序模型的高级类。

WearableSizePreset

枚举由多个类型返回并作为 F:Android.App.Notification+可穿戴Extender.SetCustomSizePreset 成员的参数的值。