Language

Notification.Action.WearableExtender.HintLaunchesActivity Property

Definition

Get a hint that this Action will launch an Activity directly, telling the platform that it can generate the appropriate transitions

public bool HintLaunchesActivity { [Android.Runtime.Register("getHintLaunchesActivity", "()Z", "", ApiSince=24)] get; }
[<get: Android.Runtime.Register("getHintLaunchesActivity", "()Z", "", ApiSince=24)>]
member this.HintLaunchesActivity : 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 Action will launch an Activity directly, telling the platform that it can generate the appropriate transitions

Android reference for android.app.Notification.Action.WearableExtender.getHintLaunchesActivity.

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