registerNested abstract method

void registerNested(
  1. KaiselNestedHandle handle
)

Register handle as a nested-router source. Becomes the active handle (most recent wins).

If a configuration was decoded before any matching handle was registered (cold-start deep link), the host applies it as soon as a handle whose KaiselNestedHandle.configType matches the pending config's runtime type registers.

Implementation

void registerNested(KaiselNestedHandle handle);