贵族埋点

This commit is contained in:
chenguilong
2022-01-11 11:28:04 +08:00
committed by fengshuo
parent 8cfaf756c6
commit 253f995fc8
6 changed files with 27 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
#import "TTPopup.h"
#import "RtcManager.h"
#import "XCHudTool.h"
#import "StatisticsServiceHelper.h"
///Model
#import "XPRoomMenuItem.h"
#import "MicroQueueModel.h"
@@ -145,6 +146,7 @@
}
break;
case XPRoomMenuItemType_Noble: {
[StatisticsServiceHelper trackEventWithKey:StatisticsServiceEventvipEntranceRoomClick];
XPNobleCenterViewController * nobleVC = [[XPNobleCenterViewController alloc] initWithRoomUid:self.delegate.getRoomInfo.uid];
[self.delegate.getCurrentNav pushViewController:nobleVC animated:YES];
}