react-native-billing:在Android上将本机桥接到InApp计费

时间:2024-05-02 14:04:25
【文件属性】:

文件名称:react-native-billing:在Android上将本机桥接到InApp计费

文件大小:174KB

文件格式:ZIP

更新时间:2024-05-02 14:04:25

Java

适用于Android的InApp结算 React Native Billing的构建旨在通过包装来提供到Android上InApp Billing的便捷界面。 import InAppBilling from "react-native-billing" ; async purchase ( ) { try { await InAppBilling . open ( ) ; const details = await InAppBilling . purchase ( "android.test.purchased" ) ; console . log ( "You purchased: " , details ) ; } catch ( err ) { console . log ( err ) ; } finally { awai


【文件预览】:
react-native-billing-master
----.travis.yml(2KB)
----example()
--------ios()
--------.babelrc(34B)
--------index.js(123B)
--------.watchmanconfig(2B)
--------android()
--------.flowconfig(1KB)
--------package.json(492B)
--------__tests__()
--------app.json(51B)
--------.gitignore(763B)
--------App.js(3KB)
--------.buckconfig(114B)
--------README.md(28B)
--------yarn.lock(163KB)
--------.gitattributes(16B)
----index.js(3KB)
----android()
--------src()
--------build.gradle(677B)
----package.json(867B)
----react-native.config.js(148B)
----.github()
--------lock.yml(906B)
--------release-drafter.yml(45B)
--------reaction.yml(616B)
--------stale.yml(683B)
----LICENSE(1KB)
----package-lock.json(15KB)
----.npmignore(122B)
----.gitignore(431B)
----.travis()
--------before_install.sh(85B)
--------run.sh(275B)
----types()
--------type-tests.ts(979B)
--------tslint.json(241B)
--------tsconfig.json(283B)
--------index.d.ts(2KB)
----README.md(16KB)

网友评论