BroadcastReceiver.SetOrderedHint(Boolean) 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.
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.