0.0.12 • Published 6 years ago

st-bridge v0.0.12

Weekly downloads
60
License
-
Repository
-
Last release
6 years ago

介绍

js与Hashii App通信,支持typescript。

使用

npm install st-bridge or yarn add st-bridge

import { stbridge } from 'st-bridge'

方法参数

  isiOS: boolean

  isAndroid: boolean

  JSBridgeException(message: string)

  uuid (len: number, radix: number): string

  doAction (methodName: string, params?: any, cb?: any)

  doActionHandlerFromNative (callbackId: any, responseObject: any): void

  closeWindow (): void

  isHashii (): PromiseResult

  isWeChat (): boolean
  
  hashiiAppVersion (): string
0.0.12

6 years ago

0.0.10

6 years ago

0.0.11

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.5

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago