Username Property
The Username property contains the name of the user.
Syntax
[str=] SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient").
Username
|
Possible Values
String that retrieves the name.
|
The property is read only.
Remarks
Examples
The following example displays the name of the user.
<SCRIPT TYPE="text/javascript">
window.external.InitScriptInterface();
SiteCafe = SiteKiosk.Plugins("SiteCash").Devices("SiteCafeClient");
alert(SiteCafe.Username);
</SCRIPT>
|
Applies to
SiteKiosk v6.2 (and later versions).
Back to top