Notification.WearableExtender.SetHintContentIntentLaunchesActivity Method

Definition

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.

Android reference for android.app.Notification.WearableExtender.setHintContentIntentLaunchesActivity.

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