JavaScript
{dialog.object}setChannel Method
Syntax
{dialog.object}.setChannel(channelName);
Arguments
- channelNamestring
The name of the channel.
Description
Sets the Instant Update channel in an mobile application published with Instant Updated enabled.
Example
var channel;
channel = {dialog.object}.getValue("channelList");
{dialog.object}.setChannel(channel);See Also