Compartir a través de


PrinterInfo.Builder Constructores

Definición

Sobrecargas

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

Parámetros

other
PrinterInfo

Otra información desde la que empezar a crear.

Atributos

Comentarios

Constructor.

Documentación de Java para android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterInfo).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a

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

Parámetros

printerId
PrinterId

Identificador de la impresora. No puede ser NULL.

name
String

Nombre de la impresora. No puede estar vacío.

status
PrinterStatus

Estado de la impresora. Debe ser un estado válido.

Atributos

Comentarios

Constructor.

Documentación de Java para android.print.PrinterInfo.Builder.PrinterInfo$Builder(android.print.PrinterId, java.lang.String, int).

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a