|
@@ -62,7 +62,7 @@ public enum PAGESOURCE: String {
|
|
|
case sp_follow_recommend = "shanyinApp-follow_recommend"
|
|
|
case sp_followSingle = "shanyinApp-followSingle"
|
|
|
case sp_followSingle_recommend = "shanyinApp-followSingle_recommend"
|
|
|
-
|
|
|
+ case sp_mine = "speedApp-mine"
|
|
|
case sp_search = "shanyinApp-search"
|
|
|
case sp_uploadVideo = "shanyinApp-uploadVideo"
|
|
|
|
|
@@ -130,7 +130,9 @@ public enum PAGESOURCE: String {
|
|
|
case sp_cmunit_collect = "collectAgeGenderPage"
|
|
|
case sp_cmunit_recommend = "recommendPage"
|
|
|
case sp_cmunit_follow = "followPage"
|
|
|
+ case sp_cmunit_moreFollow = "moreFollowPage"
|
|
|
case sp_cmunit_joinTopic = "joinedTopicPage"
|
|
|
+ case sp_cmunit_moreJoinTopic = "moreJoinedTopicPage"
|
|
|
case sp_cmunit_hotTopic = "hotTopicPage"
|
|
|
case sp_cmunit_videoDetail = "videoDetailPage"
|
|
|
case sp_cmunit_topicDetail = "topicDetailPage"
|
|
@@ -142,7 +144,8 @@ public enum PAGESOURCE: String {
|
|
|
case sp_cmunit_loginPage = "loginPage"
|
|
|
case sp_cmunit_interestedTopic = "hotTopicRecommendWindow"
|
|
|
case sp_cmunit_cmtMsgPage = "commentMessagePage"
|
|
|
-
|
|
|
+ case sp_cmunit_mePage = "mePage"
|
|
|
+ case sp_cmunit_userPage = "homePage"
|
|
|
|
|
|
case sp_shanyinApp_main = "shanyinApp-main"
|
|
|
|
|
@@ -276,6 +279,8 @@ public enum objectType: String {
|
|
|
case ot_click_chooseSearchMusic = "speedApp_clickButton_chooseSearchMusic"
|
|
|
case ot_view_publishSyncedUp = "speedApp_viewWindow_publishSyncedUp"
|
|
|
case ot_click_shareWechat = "speedApp_clickButton_shareWechat"
|
|
|
+ case ot_shareFriendBtn = "shareFriendButton"
|
|
|
+ case ot_shareMomentBtn = "shareMomentButton"
|
|
|
case ot_click_shareWechatMoment = "speedApp_clickButton_shareWechatMoment"
|
|
|
case ot_click_finished = "speedApp_clickButton_finished"
|
|
|
|
|
@@ -401,6 +406,7 @@ public enum businessType: String {
|
|
|
case bt_videoRealPlay = "videoRealPlay"
|
|
|
case bt_videoPlaySuccess = "videoPlaySuccess"
|
|
|
case bt_videoPlayEnd = "videoPlayEnd"
|
|
|
+ case bt_videoPlayDuration = "playDuration"
|
|
|
case bt_videoPlayCancel = "videoPlayCancel"
|
|
|
case bt_videoPlayDecoder = "videoPlayDecoder"
|
|
|
case bt_videoPlayDecoderError = "videoPlayDecoderError"
|
|
@@ -538,6 +544,7 @@ public enum messageSubType: Int {
|
|
|
case mtsub_pushIncStart = 508
|
|
|
case mtsub_pushIncEnd = 509
|
|
|
case mtsub_pushIncRupt = 510
|
|
|
+ case mtsub_homeRecommend = 512
|
|
|
case mtsub_shareSpace = 601
|
|
|
case mtsub_shareSpLike = 602
|
|
|
case mtsub_shareSpComm = 603
|