RoverExperiences
The RoverExperiences module contains the ExperienceStore
service which is used to fetch and cache experiences from the server. In addition it includes the UI components for rendering experiences and the universal/deep link support to present them.
Assembler
Rover.initialize(assemblers: [
//...
ExperiencesAssembler()
])
The ExperiencesAssembler
doesn’t take any parameters.
Services
The following services are defined in the RoverExperiences module and are registered by the ExperiencesAssembler
:
ExperienceStore