Is possible call native sdk android device?

Hello
I need use the device Corewise CPOS800, is a Handheld mobile pos terminal ticketing machine with gas station pos system. This have a SDK free for Android.

My cuestion, is possible use this device in Ionic 3? and how would he do it?

Thank You

You would need to write a Cordova plugin to interact with that SDK. See https://cordova.apache.org/docs/en/latest/guide/hybrid/plugins/index.html for more details.

Thank you for your help.