1:添加酒吧房抱麦推送,在推送过来后,需要选择礼物

2:添加酒吧房设置了自定义礼物推送
3:修改自定义礼物设置的接口,传递了roomId,用于推送消息
This commit is contained in:
2026-01-08 15:36:17 +08:00
parent ac09992b01
commit 0b37364a11
10 changed files with 43 additions and 7 deletions

View File

@@ -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