다음을 통해 공유


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 특성 라이선스에 설명된 용어에 따라 사용되는 작업을 기반으로 하는 수정 사항입니다.

적용 대상