RemoteCallbackList.FinishBroadcast Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Clean up the state of a broadcast previously initiated by calling
#beginBroadcast
.
[Android.Runtime.Register("finishBroadcast", "()V", "GetFinishBroadcastHandler")]
public virtual void FinishBroadcast ();
[<Android.Runtime.Register("finishBroadcast", "()V", "GetFinishBroadcastHandler")>]
abstract member FinishBroadcast : unit -> unit
override this.FinishBroadcast : unit -> unit
- Attributes
Remarks
Clean up the state of a broadcast previously initiated by calling #beginBroadcast
. This must always be called when you are done with a broadcast.
Java documentation for android.os.RemoteCallbackList.finishBroadcast()
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.