Legacy platform

Accessing application information

You can access application information such as the application-level variables, session details, and so on.

Application context

Use the iscAppContext provider and service to set application-level variables. For example,
iscAppContextProvider.addToContext(key,value); 
iscAppContext.getFromContext(key); 

Application information

Use the iscAppInfo provider and service to retrieve application information.

For more information about the provider and service, refer to the JavaScript documentation.