1:添加酒吧房抱麦推送,在推送过来后,需要选择礼物
2:添加酒吧房设置了自定义礼物推送 3:修改自定义礼物设置的接口,传递了roomId,用于推送消息
This commit is contained in:
@@ -121,6 +121,10 @@ class RoomPubWheatView : BaseWheatView {
|
||||
iv_gift?.setSource(giftPlayString, 2)
|
||||
}
|
||||
|
||||
fun setIvCustomGift(boolean: Boolean){
|
||||
iv_custom_gift?.visibility = if (boolean) View.VISIBLE else View.GONE
|
||||
}
|
||||
|
||||
private fun handleOnState(bean: RoomPitBean) {
|
||||
mIvRipple.visibility = VISIBLE
|
||||
mTvName.text = bean.nickname
|
||||
|
||||
Reference in New Issue
Block a user