| 
					
				 | 
			
			
				@@ -387,6 +387,8 @@ public  enum  objectType: String { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_videoShareButton = "videoShareButton" // 分享按键点击 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_videoShareFriend = "videoShareFriend" // 用户点击分享好友 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     case ot_videoShareH5 = "videoShareH5" // 视频被用户点击分享朋友圈 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case ot_notificationButton = "notificationButton"   // 活动通知入口点击 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+    case ot_videoShareFriend_fullScreen = "videoShareFriend_fullScreen" // 视频全屏状态-分享好友 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // MARK: - 视频上报类型 
			 |