(CordovaInterface cordova, CordovaWebView webView)
| 42 | private CallbackContext purchaseUpdated; |
| 43 | |
| 44 | public void initialize(CordovaInterface cordova, CordovaWebView webView) { |
| 45 | super.initialize(cordova, webView); |
| 46 | contextRef = new WeakReference<>(cordova.getContext()); |
| 47 | activityRef = new WeakReference<>(cordova.getActivity()); |
| 48 | billingClient = getBillingClient(); |
| 49 | } |
| 50 | |
| 51 | @Override |
| 52 | public boolean execute( |
no test coverage detected