BroadcastOptions.FromBundle(Bundle) Method

Definition

Returns a BroadcastOptions parsed from the given Bundle, typically generated from #toBundle().

[Android.Runtime.Register("fromBundle", "(Landroid/os/Bundle;)Landroid/app/BroadcastOptions;", "", ApiSince=34)]
public static Android.App.BroadcastOptions FromBundle (Android.OS.Bundle options);
[<Android.Runtime.Register("fromBundle", "(Landroid/os/Bundle;)Landroid/app/BroadcastOptions;", "", ApiSince=34)>]
static member FromBundle : Android.OS.Bundle -> Android.App.BroadcastOptions

Parameters

options
Bundle

Returns

Attributes

Remarks

Returns a BroadcastOptions parsed from the given Bundle, typically generated from #toBundle().

Java documentation for android.app.BroadcastOptions.fromBundle(android.os.Bundle).

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