IsolatedContext.AndClearBroadcastIntents Property

Definition

Returns the list of intents that were broadcast since the last call to this method.

public virtual System.Collections.Generic.IList<Android.Content.Intent>? AndClearBroadcastIntents { [Android.Runtime.Register("getAndClearBroadcastIntents", "()Ljava/util/List;", "GetGetAndClearBroadcastIntentsHandler")] get; }
[<get: Android.Runtime.Register("getAndClearBroadcastIntents", "()Ljava/util/List;", "GetGetAndClearBroadcastIntentsHandler")>]
member this.AndClearBroadcastIntents : System.Collections.Generic.IList<Android.Content.Intent>

Property Value

Attributes

Remarks

Returns the list of intents that were broadcast since the last call to this method.

Java documentation for android.test.IsolatedContext.getAndClearBroadcastIntents().

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