Skip to main content

navigator.category_mode

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 1202
  • Header: NAVIGATOR_CATEGORY_LIST_MODE
  • Direction: Client to Server (c2s)
  • Realm: Navigator
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Set the display mode for a navigator category

Payload fields

FieldTypeRequiredDescription
categorystringrequiredSearch category code whose display mode is being set.
listModeint32requiredDisplay mode integer: 0 = list, 1 = thumbnails, 2 = thumbnails without mode toggle.

Behavior

Sender

Sent when the user toggles the display mode (list vs thumbnail) for a specific search category. The server persists this preference.

Receiver

The server records the list mode for the identified category. No response packet is sent. Confirmed in GLADIATOR.

Notes

  • No additional notes