neft
Version:
Universal Platform
29 lines (12 loc) • 967 B
Markdown
# Native
> **API Reference** ▸ **Native**
<!-- toc -->
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/native/index.litcoffee)
* * *
### `native.callFunction()`
<dl><dt>Static method of</dt><dd><i>native</i></dd><dt>Parameters</dt><dd><ul><li>name — <i>String</i></li><li>args... — <i>Float</i> or <i>String</i> or <i>Boolean</i> — <i>optional</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/native/index.litcoffee#nativecallfunctionstring-name-booleanfloatstring-args)
* * *
### `native.on()`
<dl><dt>Static method of</dt><dd><i>native</i></dd><dt>Parameters</dt><dd><ul><li>eventName — <i>String</i></li><li>listener — <i>Function</i></li></ul></dd></dl>
> [`Source`](https://github.com/Neft-io/neft/blob/f9c128ccb37aa79380c961e878cd76ec9e79c99e/src/native/index.litcoffee#nativeonstring-eventname-function-listener)