Uses of Class
com.restfb.types.Message.Reaction
-
Packages that use Message.Reaction Package Description com.restfb.types Default implementations of Facebook Graph API Objects. -
-
Uses of Message.Reaction in com.restfb.types
Methods in com.restfb.types that return types with arguments of type Message.Reaction Modifier and Type Method Description List<Message.Reaction>
Message. getReactions()
Reaction (like/love) on the existing messageMethods in com.restfb.types with parameters of type Message.Reaction Modifier and Type Method Description boolean
Message. addReaction(Message.Reaction reaction)
boolean
Message. removeReaction(Message.Reaction reaction)
-