How to Migrate a Payment Application to Q2Premium: Difference between revisions

From wizarPOS
No edit summary
(Replaced content with "{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium}}")
Tag: Replaced
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
# Get path of native library files:
{{Migrating|https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium}}
 
If an application contains native library files, the path to the native library can be obtained using this statement.
 
getApplicationInfo().nativeLibraryDir+"/xxx.so".
 
for example in EMVKernel invoking, when get the path of libEMVKernal.so, snippet code is:
<syntaxhighlight lang="java" >
tmpEmvLibDir = this.getApplicationInfo().nativeLibraryDir + "/libEMVKernal.so";
</syntaxhighlight >

Latest revision as of 03:31, 8 April 2024

Please visit new link of same subject:

https://smartpossdk.gitbook.io/cloudpossdk/faq/other-development/migrate-app-to-q2premium

We're making a move! Our site's content is migrating to a new URL, to provide you with an enhanced browsing experience. Please update your bookmarks accordingly. Thank you for your continuous support!