Sprache

PrinterInfo.Builder.SetSetupIntent(PendingIntent) Method

Definition

Sets the PendingIntent that launches an activity to complete printer setup.

[Android.Runtime.Register("setSetupIntent", "(Landroid/app/PendingIntent;)Landroid/print/PrinterInfo$Builder;", "", ApiSince=37)]
public Android.Print.PrinterInfo.Builder SetSetupIntent(Android.App.PendingIntent setupIntent);
[<Android.Runtime.Register("setSetupIntent", "(Landroid/app/PendingIntent;)Landroid/print/PrinterInfo$Builder;", "", ApiSince=37)>]
member this.SetSetupIntent : Android.App.PendingIntent -> Android.Print.PrinterInfo.Builder

Parameters

setupIntent
PendingIntent

the intent. This value cannot be null.

Returns

this builder. This value cannot be null.

Attributes

Remarks

Sets the PendingIntent that launches an activity to complete printer setup.

Android reference for android.print.PrinterInfo.Builder.setSetupIntent.

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