Notification.WearableExtender.HintContentIntentLaunchesActivity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.