소스 검색

1.新增枚举

wenweiwei 3 년 전
부모
커밋
6ad1bfb15b
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      BFCommonKit/Classes/BFEnums/Enums.swift

+ 5 - 0
BFCommonKit/Classes/BFEnums/Enums.swift

@@ -380,6 +380,11 @@ public  enum  objectType: String {
     /*************** 活动相关businessType ***************/
     case ot_actity_incentive = "weapp_sharer_incentivePlanWindow" // 分享者激励计划活动弹窗的曝光
     case ot_actity_share = "weapp_share_plan" // 分享者激励计划活动弹窗按钮的点击
+    case ot_hotListTabButton = "speedApp_hotListTabButton" // 热榜tab按键点击
+    case ot_hotList = "speedApp_hotList" // 热榜页面曝光
+    case ot_videoShareButton = "videoShareButton" // 分享按键点击
+    case ot_videoShareFriend = "videoShareFriend" // 用户点击分享好友
+    case ot_videoShareH5 = "videoShareH5" // 视频被用户点击分享朋友圈
 }
 
 // MARK: - 视频上报类型