APPLICATION_TYPES
Last updated
Was this helpful?
Was this helpful?
if (application.getApplicationType() == APPLICATION_TYPES.HEADLESS_CLIENT)
{
//we are in headless_client
}if (application.getApplicationType() == APPLICATION_TYPES.MOBILE_CLIENT)
{
//we are in mobile client
}if (application.getApplicationType() == APPLICATION_TYPES.NG_CLIENT)
{
//we are in mobile client
}