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

Method purchase

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

Source from the content-addressed store, hash-verified

18 onError: (err: string) => void,
19 ): void;
20 purchase(
21 skuId: string,
22 onSuccess: (responseCode: number) => void,
23 onError: (err: string) => void,

Callers 2

sponsor.jsFile · 0.65
removeAdsFunction · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected