/** * Disables platform notifications of data state and proxy changes. Notifications are enabled by * default. */ public static void disablePlatformNotifications() { ProxyChangeListener.setEnabled(false); }
/** * Enables platform notifications of data state and proxy changes. Notifications are enabled by * default. */ public static void enablePlatformNotifications() { ProxyChangeListener.setEnabled(true); }