BroadcastOptions.MakeBasic 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.
Creates a basic BroadcastOptions with no options initially set.
[Android.Runtime.Register("makeBasic", "()Landroid/app/BroadcastOptions;", "", ApiSince=34)]
public static Android.App.BroadcastOptions MakeBasic();
[<Android.Runtime.Register("makeBasic", "()Landroid/app/BroadcastOptions;", "", ApiSince=34)>]
static member MakeBasic : unit -> Android.App.BroadcastOptions
Returns
an instance of BroadcastOptions against which options can be set
- Attributes
Remarks
Creates a basic BroadcastOptions with no options initially set.
Java documentation for android.app.BroadcastOptions.makeBasic().
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.