Notification.WearableExtender.SetHintContentIntentLaunchesActivity Method
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.
Set a hint that this notification's content intent will launch an Activity directly, telling the platform that it can generate the appropriate transitions.
[Android.Runtime.Register("setHintContentIntentLaunchesActivity", "(Z)Landroid/app/Notification$WearableExtender;", "", ApiSince=24)]
public Android.App.Notification.WearableExtender? SetHintContentIntentLaunchesActivity(bool hintContentIntentLaunchesActivity);
[<Android.Runtime.Register("setHintContentIntentLaunchesActivity", "(Z)Landroid/app/Notification$WearableExtender;", "", ApiSince=24)>]
member this.SetHintContentIntentLaunchesActivity : bool -> Android.App.Notification.WearableExtender
Parameters
- hintContentIntentLaunchesActivity
- Boolean
boolean: true if the content intent will launch an activity and transitions should be generated, false otherwise.
Returns
this object for method chaining
- Attributes
Remarks
Set 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.