print

fun print(fileWrapper: SDKFileWrapper, callback: SDKMoreFunPrinterCallback)

This method is called to make a print

Parameters

fileWrapper

can be an Asset or a File (must be a PNG image at most 384 pixels wide)

callback

the response of the api call (can be onSuccess or onError)


fun print(bitmap: Bitmap, callback: SDKMoreFunPrinterCallback)

This method is called to make a print

Parameters

bitmap

must be a PNG image at most 384 pixels wide

callback

the response of the api call (can be onSuccess or onError)