DetectionConfiguration

abstract class DetectionConfiguration

Represents the detection configuration for i18next.

This class is abstract so when a detection plugin wrapper is being implemented, this class should be extended to be used as configuration for the plugin.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
abstract fun getAsDynamic(): dynamic

Serializes the configuration into a dynamic object suitable for passing to JavaScript.