| |
| Objects |
Description |
| AccumulatedMoneyStorage |
Information about the accumulated sales. |
| LastSessionInfo |
Information about the last session. |
| ProgressBarSettings |
Controls the progress bar. |
| RuntimeMenuSettings |
Contains the settings of the runtime administration menu. |
| Script |
Controls the SiteCash script. |
| SessionSettings |
Information provided by the payment devices. |
| ReceiptSettings |
Contains the receipt settings. |
| SiteKiosk |
Main object of the SiteKiosk object model. |
| ZoneDispatch |
Information about the current zone. |
| |
| Collections |
Description |
| Devices |
Contains the payment devices. |
| Devices2 |
Contains additional payment devices. |
| Zones |
Contains the configured zones. |
| |
| Properties |
Description |
| AccessStatus |
Whether an access control device allows access. |
| AccountBalance |
Current credit without limbo money. |
| ApplicationPrice |
Price per hour for using applications. |
| CDRecordingPrice |
Price per recording process. |
| CountDown |
If the countdown is active. |
| CreditStatus |
If there is credit or not. |
| CurrentBalance |
Current credit. |
| DiscardMoneyOnShutdown |
Whether credit is discarded after shutdown. |
| DownloadPrice |
Price per download. |
| DisplayText |
Text in the progress bar. |
| Enabled |
If the Payment Module is enabled. |
| Macromap |
Object providing template variables. |
| MediaMailPrice |
Price per media mail. |
| Name |
Name of this plugin. |
| PayApplications |
Whether using applications is charged. |
| PayCDRecordings |
Whether recording CDs is charged. |
| PayDownloads |
Whether downloads are charged. |
| PayMediaMails |
Whether sending media mails is charged. |
| PricePerHour |
Price per hour. |
| PricePerHourAsString |
Price per hour as a string. |
| PricePerPage |
Price per page. |
| PullMode |
If the pull mode is currently active. |
| RemainingSurftime |
Remaining time. |
| ShowZoneInfo |
If the zone information should be shown. |
| TimePercentage |
Remaining time in percent. |
| WarningTime |
Remaining surftime when payment request is displayed. |
| ZoneName |
Name of the current zone. |
| |
| Methods |
Description |
| CheckChange |
Checks if remaining credit can be returned. |
| CheckChange2 |
Checks if remaining credit can be returned. |
| CreateCurrencyFormatter |
Currency functionality. |
| CreateZone |
Creates a new zone. |
| Credit |
Increases the credit. |
| Debit |
Decreases the credit. |
| GetCoinImageFilename |
Returns a coin or note image filename. |
| GetPricePerHourForURL |
Returns the price per hour of an URL. |
| Inpayment |
Deposits an amount of a device. |
| Logoff |
Ends a session. |
| PayOutChange |
Changes the pay out credit. |
| ShowPaymentInfoDialog |
Displays the payment information dialog. |
| ShowRuntimeMenu |
Displays the runtime administration menu. |
| TerminateSession |
Terminates the session. |
| |
| Events |
Description |
| OnAccessStatusChanged |
Fires when the access status changes. |
| OnBalanceChange |
Fires when credit changes. |
| OnCreditStatusChange |
Fires when the credit status changes. |
| OnDisplayTextChange |
Fires when the credit information text changes. |
| OnEscrowed |
Fires when an escrow device keeps money. |
| OnInpayment |
Fires when a device received credit. |
| OnInpaymentFailed |
Fires when an inpayment failed. |
| OnNewSessionSettingsAvailable |
Fires when the session settings changed. |
| OnRunningOutOfCredit |
Fires when credit is low. |
| OnSessionBegin |
Fires when a session begins. |
| OnSessionEnd |
Fires when a session ends. |
| OnZoneBecameInvalid |
Fires when a zone became invalid. |
| OnZoneCrossing |
Fires when the zone changes. |
| |