MessageCosts Property



 
The MessageCosts property indicates how much a short message costs.


Syntax

    [double=] SiteKiosk.Plugins("SitePhone").MessageCosts
Possible Values
    Double value that retrieves the the message costs.

    The property is read only.
Remarks
    None.
Examples
    The following example reads the message costs and shows it in an alert window.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    alert(SiteKiosk.Plugins("SitePhone").MessageCosts);
    </SCRIPT>

Applies to
    SiteKiosk v7.0 (and later versions).

Back to top