RestrictionsManager.NotifyPermissionResponse 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
限制提供程序调用以向应用程序传递响应。
[Android.Runtime.Register("notifyPermissionResponse", "(Ljava/lang/String;Landroid/os/PersistableBundle;)V", "GetNotifyPermissionResponse_Ljava_lang_String_Landroid_os_PersistableBundle_Handler")]
public virtual void NotifyPermissionResponse (string? packageName, Android.OS.PersistableBundle? response);
[<Android.Runtime.Register("notifyPermissionResponse", "(Ljava/lang/String;Landroid/os/PersistableBundle;)V", "GetNotifyPermissionResponse_Ljava_lang_String_Landroid_os_PersistableBundle_Handler")>]
abstract member NotifyPermissionResponse : string * Android.OS.PersistableBundle -> unit
override this.NotifyPermissionResponse : string * Android.OS.PersistableBundle -> unit
参数
- packageName
- String
要传递响应的应用程序。 不可为 null。
- response
- PersistableBundle
包含响应状态、请求 ID 和其他信息的捆绑包。 不可为 null。
- 属性
例外
如果缺少任何必需的参数,则为 。
注解
限制提供程序调用以向应用程序传递响应。
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。