ContextWrapper.SendStickyBroadcastAsUser(Intent, UserHandle) 方法

定义

注意

deprecated

[Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")]
[System.Obsolete("deprecated")]
public override void SendStickyBroadcastAsUser (Android.Content.Intent? intent, Android.OS.UserHandle? user);
[<Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")>]
[<System.Obsolete("deprecated")>]
override this.SendStickyBroadcastAsUser : Android.Content.Intent * Android.OS.UserHandle -> unit

参数

intent
Intent

广播意向;匹配此意向的所有接收方将接收广播,并将保留意向以重新广播给未来的接收方。

user
UserHandle

要向其发送意向的 UserHandle。

属性

注解

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于