zv-cordova-native-wechat
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Plugin Wrapper of WeChatPlugins

微信js api

Installation

cordova plugin add com.mansuo.plugins.wechat
npm i zv-cordova-native-wechat

Usage

api

import { MSWeChat } from 'zv-cordova-native-wechat/ngx'

constructor(private msWeChat: MSWeChat) {}

this.msWeChat.oauth(): Observable<any>

this.msWeChat.shareTimeline(params: any): Observable<any>

this.msWeChat.shareAppMessage(params: any): Observable<any>

this.msWeChat.scanAuth(oauthUrl: string): Observable<any>

Readme

Keywords

none

Package Sidebar

Install

npm i zv-cordova-native-wechat

Weekly Downloads

1

Version

1.0.3

License

ISC

Unpacked Size

9.96 kB

Total Files

8

Last publish

Collaborators

  • zenithever