the-algorithm/follow-recommendations-service/thrift/src/main/thrift/engagementType.thrift

12 lines
284 B
Thrift

namespace java com.twitter.follow_recommendations.thriftjava
#@namespace scala com.twitter.follow_recommendations.thriftscala
#@namespace strato com.twitter.follow_recommendations
enum EngagementType {
Click = 0
Like = 1
Mention = 2
Retweet = 3
ProfileView = 4
}