PROTOCOL
# RubensConfiguratorDelegate
A protocol that provided updates after interactions in the Configurator
# Methods
# arRequested(_:)
Called when the user tapped the AR-Button in the Configurator.
The current visible configuration is saved to the server and then this delegate function is called with the new Configuration ID.
important: The
RoomleAR
framework must be included and theRubensConfiguratorDelegate
must be set, otherwise this function is not called and the AR button is not visible in the configurator.Parameter configurationId: The Configuration ID to start a customisable
RoomleARView
.