PrintService.ExtraSelectPrinter Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If this boolean extra is set to true
in the Activity#setResult(int, Intent)
result data
from the activity specified in
PrinterInfo.Builder#setInfoIntent(PendingIntent)
the printer will be selected.
[Android.Runtime.Register("EXTRA_SELECT_PRINTER", ApiSince=26)]
public const string ExtraSelectPrinter;
[<Android.Runtime.Register("EXTRA_SELECT_PRINTER", ApiSince=26)>]
val mutable ExtraSelectPrinter : string
Field Value
- Attributes
Remarks
If this boolean extra is set to true
in the Activity#setResult(int, Intent) result data
from the activity specified in PrinterInfo.Builder#setInfoIntent(PendingIntent)
the printer will be selected.
Java documentation for android.printservice.PrintService.EXTRA_SELECT_PRINTER
.
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.