共用方式為


Context.SendStickyBroadcastAsUser(Intent, UserHandle) 方法

定義

警告

deprecated

#sendStickyBroadcast(Intent)版本,可讓您指定將傳送廣播的使用者。

[Android.Runtime.Register("sendStickyBroadcastAsUser", "(Landroid/content/Intent;Landroid/os/UserHandle;)V", "GetSendStickyBroadcastAsUser_Landroid_content_Intent_Landroid_os_UserHandle_Handler")]
[System.Obsolete("deprecated")]
public abstract 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")>]
abstract member SendStickyBroadcastAsUser : Android.Content.Intent * Android.OS.UserHandle -> unit

參數

intent
Intent

要廣播的意圖;符合此意圖的所有接收者都會接收廣播,且將保留意圖以重新廣播給未來的接收者。

user
UserHandle

要傳送意圖的UserHandle。

屬性

備註

#sendStickyBroadcast(Intent)版本,可讓您指定將傳送廣播的使用者。 這不適用於系統映像上未預安裝的應用程式。

已取代這個成員。 不應該使用黏性廣播。 他們不提供任何安全性(任何人都可以存取它們)、沒有保護(任何人都可以修改它們),以及其他許多問題。 建議的模式是使用非黏性廣播來報告 <em>某專案</em> 已變更,並有另一個機制可讓應用程式在需要時擷取目前值。

android.content.Context.sendStickyBroadcastAsUser(android.content.Intent, android.os.UserHandle)Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於

另請參閱