Platform Manager

This module enables the web app to manage platform level configurations.

Modules

platformManagerPlatformManager

Classes

PlatformManager

PlatformManager is a singleton class that manages the platform

platformManager ⇒ PlatformManager

Returns: PlatformManager - pointer to the PlatformManager singleton
Example

import { platformManager } from "senza-sdk";
console.info(platformManager.appConfig);

PlatformManager

PlatformManager is a singleton class that manages the platform

Kind: global class

platformManager.appConfig ⇒ Object

Kind: instance property of PlatformManager
Returns: Object - appConfig object
Properties

NameTypeDescription
territoriesArray.<String>a list of territories configured for the tenant. if the list is undefined or empty - there are no restrictions.

Example

import { platformManager } from "senza-sdk";
const appConfig = platformManager.appConfig