Beispiel #1
0
 private void onExitEx(String val)
 {
     if (null != mProtCallback)
     {
         mProtCallback(val);
     }
     mCallback = null;
     mProtCallback = null;
     mInstance = null;
     sdkDeinit();
 }
Beispiel #2
0
 private static AlixPay getInstance()
 {
     if (null == mInstance)
     {
         mInstance = new AlixPay();
     }
     return mInstance;
 }