BrowserModeDataProvider

Resolves a mode-specific instance of T given a BrowserMode.

Use to expose a resource that has independent REGULAR and FIRE variants without referencing either backing implementation directly.

Functions

Link copied to clipboard
abstract fun forMode(mode: BrowserMode): T

Returns the T bound to mode.