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

Method getProducts

src/plugins/iap/index.d.ts:2–2  ·  view source on GitHub ↗
(
    skuList: Array<string>,
    onSuccess: (skuList: Array<Object>) => void,
    onError: (err: String) => Error,
  )

Source from the content-addressed store, hash-verified

1interface Iap {
2 getProducts(
3 skuList: Array<string>,
4 onSuccess: (skuList: Array<Object>) => void,
5 onError: (err: String) => Error,

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