Context.SendStickyBroadcastAsUser(Intent, UserHandle) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
警告
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 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。