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