MPoC SDK
Getting Started
Release Notes

Release Notes

v2.01.001.010

<dependency>
  <groupId>com.theminesec.sdk.mpoc</groupId>
  <artifactId>core-mpoc-stage</artifactId>
  <version>2.01.001.010.025</version>
</dependency>
  • supported UI customization for card reading activity. please see ui-customization for more details.
  • fixed some issues on device compatible
  • changed the namespace for better source compatible with Software Protection Tool and obfuscation. details are below
Namespace beforeNamespace after
com.theminesec.MineHades.Exceptionscom.theminesec.MineHades.exceptions
com.theminesec.MineHades.Modelcom.theminesec.MineHades.models
com.theminesec.MineHades.Utilcom.theminesec.MineHades.utils
com.theminesec.MineHades.vo removed, and classes are merged into com.theminesec.MineHades.models
  • removed the enum list com.theminesec.MineHades.MhdErrCode and moved to com.theminesec.MineHades.MPoCErrorCode