Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
05da92d4
Commit
05da92d4
authored
Dec 23, 2019
by
严久程
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
私聊页面自定义的埋点数据发送
parent
d063f14c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
config.gradle
config.gradle
+1
-1
YDLMessageFragment.java
m-im/src/main/java/com/yidianling/uikit/business/session/fragment/YDLMessageFragment.java
+14
-0
No files found.
config.gradle
View file @
05da92d4
...
...
@@ -53,7 +53,7 @@ ext {
"m-tests"
:
"0.0.15.3"
,
"m-course"
:
"0.0.34.4"
,
"m-im"
:
"0.0.3.8"
,
"m-dynamic"
:
"0.0.1.
6
"
,
"m-dynamic"
:
"0.0.1.
7
"
,
//-------------- 业务模块 API 层 --------------
...
...
m-im/src/main/java/com/yidianling/uikit/business/session/fragment/YDLMessageFragment.java
View file @
05da92d4
...
...
@@ -39,6 +39,7 @@ import com.netease.nimlib.sdk.uinfo.model.NimUserInfo;
import
com.ydl.ydl_image.module.GlideApp
;
import
com.ydl.ydlcommon.modular.ModularServiceManager
;
import
com.ydl.ydlcommon.utils.SharedPreferencesEditor
;
import
com.ydl.ydlcommon.utils.YdlBuryPointUtil
;
import
com.ydl.ydlcommon.utils.log.LogHelper
;
import
com.ydl.ydlcommon.view.CircleImageView
;
import
com.yidianling.common.tools.ToastUtil
;
...
...
@@ -193,6 +194,12 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
rl_common_question_enter
.
postDelayed
(()
->
openOrCloseCommonQuestionLayout
(
true
),
300
);
}
else
{
getCommonQuestionListData
();
try
{
YdlBuryPointUtil
.
sendPv
(
"快捷短语弹起"
);
}
catch
(
Exception
e
){
}
}
ChatStatusCacheHelper
.
clearDataByKey
(
"chatEvent"
);
}
...
...
@@ -215,6 +222,13 @@ public class YDLMessageFragment extends TFragment implements ModuleProxy {
});
getUserInfoCollect
();
collectInfoPopupWindow
.
show
(
top_expert_info_cl
);
try
{
YdlBuryPointUtil
.
sendPv
(
"用户信息收集页面"
);
}
catch
(
Exception
e
){
}
}
ChatStatusCacheHelper
.
clearDataByKey
(
"collectEvent"
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment