SectionVisibilityConfig

class SectionVisibilityConfig(hiddenSections: Set<String> = emptySet())

Configuration for hiding specific settings sections.

By default all sections are visible. The SDK client passes a set of section IDs to hide. Unknown IDs are silently ignored (the section stays visible).

Parameters

hiddenSections

set of section identifiers to hide

Constructors

Link copied to clipboard
constructor(hiddenSections: Set<String> = emptySet())

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun isVisible(sectionId: String): Boolean