PollingSession

data class PollingSession(val id: String)

Represents a running polling session created by the SDK.

Consumers receive this minimal handle when starting a poll and can use its id with the facade API to pause, resume, cancel, or update options.

Note: Business logic and engine internals are intentionally hidden.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String