Zimlet JavaScript API Reference - ZmAccountAlert

Class ZmAccountAlert


Extends ZmAlert.

This class represents an alert that highlights and flashes an account accordion item.

Defined in: ZmAccountAlert.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
ZmAccountAlert(account)
Creates the account alert.
Method Summary
Method Attributes Method Name and Description
<static>  
ZmAccountAlert.get(account)
Gets the alert by account.
 
start(app)
Starts the alert.
 
stop()
Stops the alert.
 
Returns a string representation of the object.
Class Detail
ZmAccountAlert(account)
Creates the account alert.
Parameters:
{ZmAccount} account
the account
Method Detail
<static> {ZmAccountAlert} ZmAccountAlert.get(account)
Gets the alert by account. If the alert does not exist for the specified account, a new alert is created
Parameters:
{ZmAccount} account
the account
Returns:
{ZmAccountAlert} the alert

start(app)
Starts the alert.
Parameters:
{ZmApp} app
the application

stop()
Stops the alert.

{String} toString()
Returns a string representation of the object.
Returns:
{String} a string representation of the object

Documentation generated by JsDoc Toolkit 2.3.0 on Tue Jun 28 2016 21:01:40 GMT-0400 (EDT)