Types

Link copied to clipboard
data class AllowConsent(val value: Boolean) : ExpoFpPlanParameter

Sets the consent settings.

Link copied to clipboard
data class DebugMode(val value: Boolean) : ExpoFpPlanParameter

Enables or disables debug mode.

Link copied to clipboard

Disables the ability to add to bookmarks.

Link copied to clipboard

Disables the featured view.

Link copied to clipboard
data class DisableGps(val value: Boolean) : ExpoFpPlanParameter

Disables GPS.

Link copied to clipboard
data class DisplayKiosk(val id: Int) : ExpoFpPlanParameter

Displays the previously created kiosk by ID. Important: Kiosks must first be created in OpenKioskConfig.

Link copied to clipboard
data class HideHeaderLogo(val value: Boolean) : ExpoFpPlanParameter

Hides the header logo and the ExpoFP logo.

Link copied to clipboard

Hides booth logos.

Link copied to clipboard
data class KioskMode(val value: Boolean) : ExpoFpPlanParameter

Enables or disables kiosk mode.

Link copied to clipboard
data class Monochrome(val value: Boolean) : ExpoFpPlanParameter

Sets the monochrome view.

Link copied to clipboard
data class NoOverlay(val value: Boolean) : ExpoFpPlanParameter

Shows or hides the overlay panel.

Link copied to clipboard

Opens the agenda in overlay.

Link copied to clipboard

Kiosk creation and configuration mode.

Link copied to clipboard

Opens the language selector in overlay.

Link copied to clipboard
data class Raw(val name: String, val value: String) : ExpoFpPlanParameter

Parameters not covered in ExpoFpPlanParameter.

Link copied to clipboard
data class SearchText(val text: String) : ExpoFpPlanParameter

Displays the entity details or found entities in overlay.

Link copied to clipboard
data class ServiceWorker(val value: Boolean) : ExpoFpPlanParameter

Enables or disables the service worker for offline mode.

Link copied to clipboard

Shows the "You Are Here" marker.

Link copied to clipboard

View bookmarks list in overlay.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val key: String

Parameter key.

Functions

Link copied to clipboard

Converts to a query item:

Link copied to clipboard
open override fun toString(): String