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

Method startConnection

src/plugins/iap/index.d.ts:11–11  ·  view source on GitHub ↗
(
    onSuccess: (responseCode: number) => void,
    onError: (err: string) => void,
  )

Source from the content-addressed store, hash-verified

9 onError: (err: string) => void,
10 ): void;
11 startConnection(
12 onSuccess: (responseCode: number) => void,
13 onError: (err: string) => void,
14 ): void;

Callers 1

startConnectionMethod · 0.65

Implementers 1

Iapsrc/plugins/iap/src/com/foxdebug/iap/I

Calls

no outgoing calls

Tested by

no test coverage detected