SimpleWallet Protocol Compatible
Sample code for redirect to MYKEY
try {
Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
intent.setPackage("com.mykey.id");
intent.setFlags(Intent.FLAG_ACTIVITY_NEW_TASK);
context.startActivity(intent);
} catch (Exception e) {
e.printStackTrace();
}Login and Transfer
Call Contract
Sequence diagram for Mobile applcaiton wake up

Sign
Sequence diagram for Mobile applcaiton wake up

Last updated
Was this helpful?