T1 PRO
This page contains the required fields for integration with the T1 PRO device.
Manifest.xml Configurations
<manifest ... >
...
<application ... >
...
<meta-data android:name="app_name" android:value="BNK_ID_COMPANYNAME" />
<meta-data android:name="app_model_type" android:value="T1PRO" /> // For T1 Pro devices
<meta-data android:name="app_version" android:value="51000110" /> // Change Android Version major/minor/build into integer. We kindly request this change. Version no must start with 510. Example: 51000110.
</application>
...Device Info
deviceInfo.getFiscalId(object: DeviceInfoResponseHandler {
override fun onSuccess(result: String) {
Log.i("Fiscal ID", result)
}
override fun onFail(errMessage: String) {
Log.i("Error Message", errMessage)
}
});Important Considerations
Device Name
UI Components V2
Required Changes for UI Components V2 Migration

UI Components V2 Screens
ListMenuFragment


InputListFragment

Confirmation Dialog






InformationDialog





QR Screen

Printer Service
void printBitmap(String name, int verticalMargin)
void printAdditionalLogo(byte[] bitmapData, int margin)
void printAdditionalLogo(int resID, int margin)
Last updated

