PendingIntent.IsBroadcast Property

Definition

public bool IsBroadcast { [Android.Runtime.Register("isBroadcast", "()Z", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("isBroadcast", "()Z", "", ApiSince=31)>]
member this.IsBroadcast : bool

Property Value

TRUE if this PendingIntent was created with getBroadcast(Context, int, Intent, int).

Attributes

Remarks

Android reference for android.app.PendingIntent.isBroadcast.

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