类的使用
com.easemob.im.api.model.EMSetReaction
使用EMSetReaction的程序包
-
com.easemob.im.api中EMSetReaction的使用
参数类型为EMSetReaction的com.easemob.im.api中的方法修饰符和类型方法说明ReactionApi.setReaction(String username, EMSetReaction emSetReaction) 创建/追加 Reaction 在单聊或群聊场景中对单条消息创建或追加 Reaction。okhttp3.CallReactionApi.setReactionAsync(String username, EMSetReaction emSetReaction, ApiCallback<EMSetReactionResult> _callback) 创建/追加 Reaction (asynchronously) 在单聊或群聊场景中对单条消息创建或追加 Reaction。okhttp3.CallReactionApi.setReactionCall(String username, EMSetReaction emSetReaction, ApiCallback _callback) Build call for setReactionReactionApi.setReactionWithHttpInfo(String username, EMSetReaction emSetReaction) 创建/追加 Reaction 在单聊或群聊场景中对单条消息创建或追加 Reaction。 -
com.easemob.im.api.model中EMSetReaction的使用