core/common/tenant-ui.service.ts
The helper UI service for tenant related methods built upon client services.
Methods |
|
constructor(tenantService: TenantService, applicationService: ApplicationService)
|
|||||||||
Parameters :
|
Async isEnterpriseTenant |
isEnterpriseTenant()
|
Checks whether current tenant is an enterprise tenant. An enterprise tenant is a tenant which has subscribed:
See https://cumulocity.com/guides/users-guide/enterprise-edition/ for details about such tenants.
Returns :
Promise<boolean>
True, if current tenant is an enterprise tenant. |
Async isManagementTenant |
isManagementTenant()
|
Checks whether current tenant is the management tenant.
Returns :
Promise<boolean>
True if current tenant is the management tenant. |