添加埋点
This commit is contained in:
@@ -257,6 +257,11 @@ static NSString * const kKBMyKeyboardCellId = @"kKBMyKeyboardCellId";
|
||||
|
||||
- (void)onSave {
|
||||
// 点击底部保存按钮时,调用更新用户人设排序接口
|
||||
[[KBMaiPointReporter sharedReporter] reportClickWithEventName:@"click_my_keyboard_save_btn"
|
||||
pageId:@"my_keyboard"
|
||||
elementId:@"save_btn"
|
||||
extra:nil
|
||||
completion:nil];
|
||||
[self kb_updateUserCharacterSortWithShowHUD:YES];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user