summaryrefslogtreecommitdiff
path: root/api1/pl.treksoft.kvision.electron/-ipc-renderer/send-to-host.html
blob: 60930eabf7618ab0f8402d4f4bb2569586546148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>IpcRenderer.sendToHost - kvision</title>
<link rel="stylesheet" href="../../../style.css">
</HEAD>
<BODY>
<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.electron</a>&nbsp;/&nbsp;<a href="index.html">IpcRenderer</a>&nbsp;/&nbsp;<a href="./send-to-host.html">sendToHost</a><br/>
<br/>
<h1>sendToHost</h1>
<a name="pl.treksoft.kvision.electron.IpcRenderer$sendToHost(kotlin.String, kotlin.Array((kotlin.Any)))"></a>
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">sendToHost</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.IpcRenderer$sendToHost(kotlin.String, kotlin.Array((kotlin.Any)))/channel">channel</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">, </span><span class="keyword">vararg</span> <span class="identifier" id="pl.treksoft.kvision.electron.IpcRenderer$sendToHost(kotlin.String, kotlin.Array((kotlin.Any)))/args">args</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
</BODY>
</HTML>