Protocols/MSNP/Activities/SDK/Techref/Objectmodel/Objects/Channel/Events/OnRemoteAppLoaded: Difference between revisions
Jump to navigation
Jump to search
Animadoria (talk | contribs) No edit summary |
Animadoria (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
<div class="clsCodeStd"> | <div class="clsCodeStd"> | ||
<pre class="clsCode"> | <pre class="clsCode">function Channel_OnRemoteAppLoaded() { | ||
function Channel_OnRemoteAppLoaded() { | |||
// The remote application is loaded and ready; start multiplayer | // The remote application is loaded and ready; start multiplayer | ||
}</pre> | }</pre> | ||
</div> | </div> |
Latest revision as of 00:53, 13 August 2022
Channel.OnRemoteAppLoaded Event
Fires when the remote application has finished loading and has called its Channel.Initialize method.
VBScript Syntax
function Channel_OnRemoteAppLoaded() ' The remote application is loaded and ready; start multiplayer End Function
JavaScript Syntax
function Channel_OnRemoteAppLoaded() { // The remote application is loaded and ready; start multiplayer }