@newbeebox/newbeebox-client-web-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

新手盒子客户端SDK

用于Web类第三方应用调用新手盒子客户端相关功能的开发组件。

安装

npm install @newbeebox/newbeebox-client-web-sdk

快速上手

代码示例:

    // 引用
    import {NewBeeClient} from "@newbeebox/newbeebox-client-web-sdk"
    
    // 1.初始化客户端
    let client = new NewBeeClient();
    //  注册应用
    await client.Init("newbee_appid");
    
    // 2.功能调用
    // 示例: 打开应用订阅界面
    await client.ShowSubscriptionPage()

Readme

Keywords

Package Sidebar

Install

npm i @newbeebox/newbeebox-client-web-sdk

Weekly Downloads

5

Version

1.0.2

License

ISC

Unpacked Size

4.75 kB

Total Files

4

Last publish

Collaborators

  • newbeeadmin
  • away.wei
  • hidamarikyuu