- All Superinterfaces:
- Event
public interface Like
extends Event
Generic interface representing a unary interaction. This provides a basic, generic representation
of likes, clicks, purchases, and other unary interactions. Applications may want to implement
their own events to represent such interactions.
- Since:
- 2.2
- See Also:
Events.like(long, long)
,
Events.like(long, long, long)