对话框

要求

命名空间:Android.App

汇编:Mono.Android(在 Mono.Android.dll 中)

装配版本:0.0.0.0

公共建筑师

AlertDialog.Builder(Context): -

构造函数使用此构建器的上下文及其创建的 AlertDialog。

AlertDialog.Builder(Context, Int32): -

构造函数使用此构建器的上下文和主题以及它创建的 AlertDialog。

使用 Material Design AlertDialog

为了使用现代的 AlertDialog:

  1. 从 NuGet 包安装 Support v7 AppCompat 库
  2. 将 AlertDialog 替换为 Android.Support.V7.App.AlertDialog 或在顶部添加以下语句以使对话框闪耀。
        using AlertDialog = Android.Support.V7.App.AlertDialog;