Properties

activityTracker: ActivityTracker

User caused events and information about user activity.

config: Config

Config related operations.

content?: Content

Content related interaction

devices: Devices

Get information about devices.

Get information about the environment.

eventHub: EventHub

The global event hub to listen for and fire events.

fileSystem: FileSystem

Manage the machine's file system

log: Log

Add entries to the log.

printing: Printing

Access print functions

remote: Remote

Get information about the server registration and communicate with the Blackboard.

system: System

Interact with the system.
E.g. Start or stop applications.

timers: Timers

Register time-based callbacks/handlers

ui: Ui

Manage the user interface.

version: Version

Get information about the SiteKiosk version.

Methods

  • Returns whether the system is not currently performing a logout. Also returns true when the system as not yet performed a logout.

    Returns boolean

  • SiteKiosk log out.

    Returns void

  • Restarts SiteKiosk.

    Returns void

Events

  • Registers a callback which will be triggered when SiteKiosk has been logged out.

    Parameters

    • callback: (() => void)

      The callback which will be called on logout.

        • (): void
        • Returns void

    Returns EventSubscription

  • Registers a callback which will be triggered when SiteKiosk is logging out.

    Parameters

    • callback: (() => void)

      The callback which will be called on logout.

        • (): void
        • Returns void

    Returns EventSubscription

Generated using TypeDoc