ShortcutInfo.Builder.SetIntents(Intent[]) Method

Definition

[Android.Runtime.Register("setIntents", "([Landroid/content/Intent;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetIntents_arrayLandroid_content_Intent_Handler", ApiSince=25)]
public virtual Android.Content.PM.ShortcutInfo.Builder SetIntents (Android.Content.Intent[] intents);
[<Android.Runtime.Register("setIntents", "([Landroid/content/Intent;)Landroid/content/pm/ShortcutInfo$Builder;", "GetSetIntents_arrayLandroid_content_Intent_Handler", ApiSince=25)>]
abstract member SetIntents : Android.Content.Intent[] -> Android.Content.PM.ShortcutInfo.Builder
override this.SetIntents : Android.Content.Intent[] -> Android.Content.PM.ShortcutInfo.Builder

Parameters

intents
Intent[]

Returns

Attributes

Remarks

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