Język

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

Bundle: This value cannot be null.

Returns

This Android.App.BroadcastOptions instance, allowing calls to be chained.

Attributes

Remarks

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

Android reference for android.app.BroadcastOptions.fromBundle.

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