BroadcastReceiver.SetOrderedHint(Boolean) Method

Definition

For internal use, sets the hint about whether this BroadcastReceiver is running in ordered mode.

[Android.Runtime.Register("setOrderedHint", "(Z)V", "")]
public void SetOrderedHint (bool isOrdered);
[<Android.Runtime.Register("setOrderedHint", "(Z)V", "")>]
member this.SetOrderedHint : bool -> unit

Parameters

isOrdered
Boolean
Attributes

Remarks

For internal use, sets the hint about whether this BroadcastReceiver is running in ordered mode.

Java documentation for android.content.BroadcastReceiver.setOrderedHint(boolean).

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