AdminEditScope

Configuration operations valid inside an AdminController.editSettings transaction, scoped to a single destination node so callers don't repeat the node number or manage packet IDs. Mirrors the SDK's AdminEdit.

Functions

Link copied to clipboard
abstract suspend fun setChannel(channel: Channel)

Updates a channel configuration on the session's node.

Link copied to clipboard
abstract suspend fun setConfig(config: Config)

Updates the general configuration on the session's node.

Link copied to clipboard
abstract suspend fun setFixedPosition(position: Position)

Sets a fixed position on the session's node.

Link copied to clipboard
abstract suspend fun setModuleConfig(config: ModuleConfig)

Updates a module configuration on the session's node.

Link copied to clipboard
abstract suspend fun setOwner(user: User)

Updates the owner (user info) on the session's node.