Migration from 8.4.1 to 9.0.2 – GBG IDscan Documentation

Migration from 8.4.1 to 9.0.2

MJCS

Swapping profiles now requires context for allocation of required resources

Java

 MJCS.swapProfile(context, profile); 

Java

 MJCS.swapProfile(context, profileTag); 

You are now able to dispose of MJCS when it is no longer required:

Java

 MJCS.unload() 

Liveness

In this version LivenessFragment has been deprecated and replaced with OnlineLivenessFragment and OfflineLivenessFragment.

Was this page helpful?