getApplicationLabel()
Obtains the label of the application that the user is currently logged into.
Returns
The application label as a string.
Parameters
This API does not have parameters.
Usage example
In this example, the API obtains the label of the application that the user is currently logged into.
const applicationLabel = PCore().getEnvironmentInfo().getApplicationLabel();
Previous topic getAccessGroup() Next topic getApplicationName()