贵族埋点
This commit is contained in:
@@ -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];
|
||||
}
|
||||
|
Reference in New Issue
Block a user