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

Function execAsync

src/plugins/admob/src/www/common.ts:61–65  ·  view source on GitHub ↗
(action: CordovaAction, args?: unknown[])

Source from the content-addressed store, hash-verified

59
60/** @internal */
61export function execAsync<T>(action: CordovaAction, args?: unknown[]) {
62 return new Promise<T>((resolve, reject) => {
63 cordova.exec(resolve, reject, CordovaService, action, args);
64 });
65}

Callers 9

configureMethod · 0.90
_startMethod · 0.90
isLoadedMethod · 0.90
loadMethod · 0.90
showMethod · 0.90
hideMethod · 0.90
_initMethod · 0.90
checkIntegrationMethod · 0.90
configMethod · 0.90

Calls 1

execMethod · 0.65

Tested by

no test coverage detected