BroadcastReceiver.PendingResult.Finish Method

Definition

Finish the broadcast.

[Android.Runtime.Register("finish", "()V", "")]
public void Finish ();
[<Android.Runtime.Register("finish", "()V", "")>]
member this.Finish : unit -> unit
Attributes

Remarks

Finish the broadcast. The current result will be sent and the next broadcast will proceed.

Java documentation for android.content.BroadcastReceiver.PendingResult.finish().

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.

Applies to