EventBuilders


class EventBuilders


Builders for messages used when events happen in the Tiles system.

Summary

Nested types

Event fired when a tile has been added to the carousel.

Builder for TileAddEvent

Event fired when a tile is swiped to by the user (i.e. it's visible on screen).

Builder for TileEnterEvent

Event fired when a tile is swiped away from by the user (i.e. it's no longer visible on screen).

Builder for TileLeaveEvent

Event fired when a tile has been removed from the carousel.

Builder for TileRemoveEvent