Notification.WearableExtender.HintContentIntentLaunchesActivity Property

Definition

Get a hint that this notification's content intent will launch an Activity directly, telling the platform that it can generate the appropriate transitions

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

Property Value

true if the content intent will launch an activity and transitions should be generated, false otherwise. The default value is false if this was never set.

Attributes

Remarks

Get a hint that this notification's content intent will launch an Activity directly, telling the platform that it can generate the appropriate transitions

Java documentation for android.app.Notification.WearableExtender.getHintContentIntentLaunchesActivity().

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