0.0.12 • Published 4 years ago

st-bridge v0.0.12

Weekly downloads
60
License
-
Repository
-
Last release
4 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

4 years ago

0.0.10

4 years ago

0.0.11

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.5

4 years ago

0.0.7

4 years ago

0.0.6

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago