MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / initialize

Method initialize

src/plugins/iap/src/com/foxdebug/iap/Iap.java:44–49  ·  view source on GitHub ↗
(CordovaInterface cordova, CordovaWebView webView)

Source from the content-addressed store, hash-verified

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(

Callers 1

initializeMermaidFunction · 0.45

Calls 1

getBillingClientMethod · 0.95

Tested by

no test coverage detected