PrinterInfo.Builder Constructors

Definition

Overloads

PrinterInfo.Builder(PrinterInfo)

Constructor.

PrinterInfo.Builder(PrinterId, String, PrinterStatus)

Constructor.

PrinterInfo.Builder(PrinterInfo)

Constructor.

[Android.Runtime.Register(".ctor", "(Landroid/print/PrinterInfo;)V", "")]
public Builder (Android.Print.PrinterInfo other);
[<Android.Runtime.Register(".ctor", "(Landroid/print/PrinterInfo;)V", "")>]
new Android.Print.PrinterInfo.Builder : Android.Print.PrinterInfo -> Android.Print.PrinterInfo.Builder

Parameters

other
PrinterInfo

Other info from which to start building.

Attributes

Remarks

Constructor.

Java documentation for android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterInfo).

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

PrinterInfo.Builder(PrinterId, String, PrinterStatus)

Constructor.

[Android.Runtime.Register(".ctor", "(Landroid/print/PrinterId;Ljava/lang/String;I)V", "")]
public Builder (Android.Print.PrinterId printerId, string name, Android.Print.PrinterStatus status);
[<Android.Runtime.Register(".ctor", "(Landroid/print/PrinterId;Ljava/lang/String;I)V", "")>]
new Android.Print.PrinterInfo.Builder : Android.Print.PrinterId * string * Android.Print.PrinterStatus -> Android.Print.PrinterInfo.Builder

Parameters

printerId
PrinterId

The printer id. Cannot be null.

name
String

The printer name. Cannot be empty.

status
PrinterStatus

The printer status. Must be a valid status.

Attributes

Remarks

Constructor.

Java documentation for android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterId, java.lang.String, int).

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