question

pharekar avatar image
pharekar asked Raymond Lee Deactivated answered

What does "isLocal" in printer do ? Android SDK

I was wondering what information does `isLocal()` method provide in `Printer` class?
https://clover.github.io/clover-android-sdk/com/cl...

Does it give information about whether or not a printer is a network printer ? I want to distinguish between network and non-network printers.
Clover Android SDK
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Raymond Lee avatar image
Raymond Lee Deactivated answered
Yes, isLocal() is used to determine whether a printer is a local printer or a network printer, so it is exactly what you are looking for.



10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community