TransformerRegistrar

The TransformerRegistrar is responsible for registering and unregistering additional TransformationSettingss outside of those provided by the main SDK settings.

Functions

Link copied to clipboard
abstract fun registerTransformation(transformation: TransformationSettings)

Registers an additional TransformationSettings

Link copied to clipboard
abstract fun unregisterTransformation(transformation: TransformationSettings)

Unregisters the given transformation if it is currently registered