summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.electron/-ipc-renderer/send-to.html
blob: e286e54709fe29fd8ab92888638e600fea7a4d89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>IpcRenderer.sendTo - 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.html">sendTo</a><br/>
<br/>
<h1>sendTo</h1>
<a name="pl.treksoft.kvision.electron.IpcRenderer$sendTo(kotlin.Number, kotlin.String, kotlin.Array((kotlin.Any)))"></a>
<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">sendTo</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.electron.IpcRenderer$sendTo(kotlin.Number, kotlin.String, kotlin.Array((kotlin.Any)))/windowId">windowId</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-number/index.html"><span class="identifier">Number</span></a><span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.electron.IpcRenderer$sendTo(kotlin.Number, 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$sendTo(kotlin.Number, 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>