score property

int? score
final

Score between 0 and 100 indicating the importance of this event.

For example, a like is typically a more significant indicator than a click.

Implementation

final int? score;