I’m trying to print a Bitmap using Poynt SDKs.
I’m referring to IPoyntReceiptPrintingService (Poynt SDK - API)
This mentions printBitmap
is deprecated and uses PoyntPrinterService
. Where can I find it?
I’m using the following.
// Poynt Dependencies
implementation 'co.poynt.api:android-api-model:1.2.120@jar'
implementation 'co.poynt.android.sdk:poynt-sdk:1.2.33@aar'