softgaming_jssdk
v1.0.4
Published
<!-- * @Date: 2024-04-03 14:22:42 * @LastEditTime: 2024-04-05 14:02:58 * @Description: * --> ### use by cocos
Downloads
11
Readme
use by cocos
install
npm install --save softgaming_jssdk
import
import * as shareSdk from "softgaming_jssdk";
use
shareSdk.init({
uid:5214767516,
gaid:"",
channel:3,
secret:"1",
api:"",
engine:"cocos",
context:this,
});
open shareView
run this after init()
shareSdk.open();