共用方式為


ContextWrapper.SendStickyBroadcast(Intent) 方法

定義

警告

deprecated

#sendBroadcast(Intent)執行「黏性」的 ,這表示您傳送的意圖會在廣播完成之後維持不變,讓其他人可以透過的#registerReceiver(BroadcastReceiver, IntentFilter)傳回值快速擷取該數據。

[Android.Runtime.Register("sendStickyBroadcast", "(Landroid/content/Intent;)V", "GetSendStickyBroadcast_Landroid_content_Intent_Handler")]
[System.Obsolete("deprecated")]
public override void SendStickyBroadcast (Android.Content.Intent? intent);
[<Android.Runtime.Register("sendStickyBroadcast", "(Landroid/content/Intent;)V", "GetSendStickyBroadcast_Landroid_content_Intent_Handler")>]
[<System.Obsolete("deprecated")>]
override this.SendStickyBroadcast : Android.Content.Intent -> unit

參數

intent
Intent

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

屬性

備註

android.content.ContextWrapper.sendStickyBroadcast(android.content.Intent, android.os.Bundle)Java 檔。

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

適用於