Documentation

(applications)

Getting Environment Information on Server Side

This is an old revision of the document!


If you want to know the launch environment of your client on server-side, simply use LifeCycleUtil to get the information. The information is stored as connection property of Master and SubConnections.

Simply call:

LifeCycleUtil.getEnvironmentName();

or, e.g.

LifeCycleUtil.isDesktopEnvironment();

on server-side.

This methods are similar to the client-side methods of UILauncher (see details).

This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information