1.0.3 • Published 5 years ago

zv-cordova-native-wechat v1.0.3

Weekly downloads
1
License
ISC
Repository
-
Last release
5 years ago

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>
1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago