TransformerRegistrar
public protocol TransformerRegistrar
The TransformerRegistrar is responsible for registering and unregistering additional
TransformationSettingss outside of those provided by the main SDK settings.
-
Registers an additional
TransformationSettings.Declaration
Swift
func registerTransformation(_ transformation: TransformationSettings)Parameters
transformationThe
TransformationSettingsto add to the current set of transformations -
Unregisters the given
transformationif it is currently registeredDeclaration
Swift
func unregisterTransformation(_ transformation: TransformationSettings)
View on GitHub