Modul: Channel

Eine ChannelConfiguration erlaubt Zugriff auf verschiedene Details der Konfiguration des Channels, in dem die App läuft.

Die Instanz für die ChannelConfiguration erhält man über das Channel-Objekt mit channel.getChannelConfiguration()

Methoden

getChannelInformation

() ChannelInformation

Rückgabewert:

Beispiel:

var channelInformation = channel.getChannelInformation();

getChannelRights

() ChannelRights

Liefert das ChannelRights-Objekt des Channels.

Rückgabewert:

Beispiel:

var channelRights = channel.getChannelRights();