PendingIntent.IsActivity Property

Definition

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

Property Value

TRUE if this PendingIntent was created with #getActivity or #getActivities.

Attributes

Remarks

Java documentation for android.app.PendingIntent.isActivity().

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