Options
All
  • Public
  • Public/Protected
  • All
Menu

모바일 브릿지 기능

Hierarchy

  • MobileBridge

Index

Constructors

constructor

  • new MobileBridge(context: Context, useTokenSecurity: any): MobileBridge

Properties

Private appStorage

appStorage: NativeAppStorage

Private context

context: Context

Private nativeListeners

nativeListeners: {}

Type declaration

  • [key: string]: Function[]

Private useTokenSecurity

useTokenSecurity: boolean

Methods

addNativeListener

callNative

Private callTimeCallback

  • callTimeCallback(callbackFnId: string): void

clearNativeListeners

  • clearNativeListeners(id: string): void

Private createToken

Private registerNativeInboundFuntions

  • registerNativeInboundFuntions(): void

Private validateToken

  • validateToken(token: string): Promise<boolean>

Object literals

staticFunctions

staticFunctions: object

currentTime

notifyLoaded

  • notifyLoaded(): void

storage

toast

  • toast(message: string): void