Android.OS.RemoteCallbackList.FinishBroadcast Method
Clean up the state of a broadcast previously initiated by calling RemoteCallbackList.BeginBroadcast.

Syntax

[Android.Runtime.Register("finishBroadcast", "()V", "GetFinishBroadcastHandler")]
public virtual void FinishBroadcast ()

See Also

RemoteCallbackList.BeginBroadcast

Remarks

Clean up the state of a broadcast previously initiated by calling RemoteCallbackList.BeginBroadcast. This must always be called when you are done with a broadcast.

[Android Documentation]

Requirements

Namespace: Android.OS
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1