EventBuilders


public final class EventBuilders


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

Summary

Nested types

@RequiresSchemaVersion(major = 1, minor = 0)
public final class EventBuilders.TileAddEvent

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

Builder for TileAddEvent

@RequiresSchemaVersion(major = 1, minor = 0)
public final class EventBuilders.TileEnterEvent

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

Builder for TileEnterEvent

@RequiresSchemaVersion(major = 1, minor = 400)
public final class EventBuilders.TileInteractionEvent

Event reported when a user interacts with a tile (e.g. entering or leaving a tile).

Builder for TileInteractionEvent

@RequiresSchemaVersion(major = 1, minor = 0)
public final class EventBuilders.TileLeaveEvent

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

Builder for TileLeaveEvent

@RequiresSchemaVersion(major = 1, minor = 0)
public final class EventBuilders.TileRemoveEvent

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

Builder for TileRemoveEvent