equo-comm

EquoComm

Kind: global class

equoComm.send(actionId, [payload])Promise.<(T|any)>

Sends an action to execute in java with the given payload.

Kind: instance method of EquoComm

Param Type Description

actionId

string

[payload]

Payload

Optional

equoComm.on(userEventActionId, onSuccessCallback, onErrorCallback, args)void

Listens for an event with the given name.

Kind: instance method of EquoComm

Param Type Description

userEventActionId

string

onSuccessCallback

OnSuccessCallback.<any>

onErrorCallback

OnErrorCallback

Optional

args

CallbackArgs

Optional

equoComm.remove(userEventActionId)void

Removes an event with the given name

Kind: instance method of EquoComm

Param Type

userEventActionId

string