Conduit API
Case Study
Web Page API -> IsVisible
 
This function is used in order to check whether there is an installed and visible toolbar.
 
IsVisible()
 
None.
 
An object that contains the following fields:
Field Name Description Type
returnValue Indicates whether the operation was successful.
True - The toolbar is installed and visible
False - The toolbar is either not installed or invisible, or the function was not completed successfully. Check the value of the errorCode to determine the specific situation.
boolean
errorCode
Specific error code. See Error Code Table for additional information.
int
 
This function can only communicate with a visible toolbar.
*Notice: API methods must be invoked after the web page has triggered the "onload" event.
 
This example contains a button that when clicked upon will check whether the Conduit demo toolbar is installed and visible.