Jump to: navigation, search

isMinimized()

Use this method to check if the chat widget is minimized. Returns true if the chat widget is rendered and minimized, false otherwise. For example, false is returned if the chat widget is not rendered at all or if the chat widget is rendered but not minimized. Only works for embedded mode.

if (chat.isMinimized()) {
  // do something
}
Important
Added in 850.6.0.
This page was last edited on March 10, 2020, at 13:56.
Comments or questions about this documentation? Contact us for support!