Skip to content

Instantly share code, notes, and snippets.

@xxnjdlys
Created June 13, 2017 10:25
Show Gist options
  • Save xxnjdlys/1f5d95de8590278056bf6f770efd442f to your computer and use it in GitHub Desktop.
Save xxnjdlys/1f5d95de8590278056bf6f770efd442f to your computer and use it in GitHub Desktop.
package com.wukongtv.wkremote.client.statistics;
/**
* ███████████████████████████
* ███████▀▀▀░░░░░░░▀▀▀███████
* ████▀░░░░░░░░░░░░░░░░░▀████
* ███│░░░░░░░░░░░░░░░░░░░│███
* ██▌│░░░░░░░░░░░░░░░░░░░│▐██
* ██░└┐░░░░░░░░░░░░░░░░░┌┘░██
* ██░░└┐░░░░░░░░░░░░░░░┌┘░░██
* ██░░┌┘▄▄▄▄▄░░░░░▄▄▄▄▄└┐░░██
* ██▌░│██ ❤ █▌░░░▐█ ❤ ██│░▐█
* ███░│▐███▀▀░░▄░░▀▀███▌│░███
* ██▀─┘░░░░░░░▐█▌░░░░░░░└─▀██
* ██▄░░░▄▄▄▓░░▀█▀░░▓▄▄▄░░░▄██
* ████▄─┘██▌░░░░░░░▐██└─▄████
* █████░░▐█─┬┬┬┬┬┬┬─█▌░░█████
* ████▌░░░▀┬┼┼┼┼┼┼┼┬▀░░░▐████
* █████▄░░░└┴┴┴┴┴┴┴┘░░░▄█████
* ███████▄░░░░░░░░░░░▄███████
* ██████████▄▄▄▄▄▄▄██████████
* ███████████████████████████
*
* Created by 十三姐家的小钻风.
* Date : 2014/8/14.
* Time : 12:32.
* Project : wkremoteandroid
*/
public class UserOperationConstants {
public static final String USER_ACTION_VIDEO_FIND_PAGE = "a" ; // 点播发现页 a
public static final String USER_ACTION_VIDEO_CLASSFY_PAGE = "b"; // 点播分类页 b
public static final String USER_ACTION_VIDEO_SELECT_PAGE = "c"; // 点播精选页 c
public static final String USER_ACTION_PUSH_WEB_PAGE = "d"; // 全网投屏页 d
public static final String USER_ACTION_VIDEO_DETAIL_PAGE = "e"; // 点播详情页 e
public static final String USER_ACTION_VIDEO_PLAY = "f"; // 播放点播内容 f
public static final String USER_ACTION_VIDEO_COMMENT_OR_LIKE = "g"; // 评论或者点赞 g
public static final String USER_ACTION_CIBN_VIDEO_DETAIL_PAGE = "h"; // cibn会员视频详情页 h
public static final String USER_ACTION_CIBN_VIDEO_LIST_PAGE = "i"; // cibn会员视频列表页 i
public static final String USER_ACTION_CIBN_TRY_SEE = "j"; //试看cibn会员视频 j
public static final String USER_ACTION_CINB_PLAY = "k"; // 完整播放cibn会员视频 k
public static final String USER_ACTION_VIDEO_HISTORY_PAGE = "l"; // 历史页面 l
public static final String USER_ACTION_LIVE_FOCUS_PAGE = "m"; // 直播看点页 m
public static final String USER_ACTION_LIVE_ALL_CHANNELS_PAGE = "n"; // 直播频道大全页 n
public static final String USER_ACTION_LIVE_PLAY = "o"; // 播放直播 o
public static final String USER_ACTION_MY_TV_PAGE = "p"; // 我的电视页 p
public static final String USER_ACTION_APP_RECMD_PAGE = "q"; // 应用精品页 q
public static final String USER_ACTION_APP_CLASSFY_PAGE = "r"; // 应用分类页 r
public static final String USER_ACTION_APP_MANAGMENT_PAGE = "s"; // 应用管理页 s
public static final String USER_ACTION_APP_DETAIL_PAGE = "t"; // 应用详情页 t
public static final String USER_ACTION_APP_UPDATE_PAGE = "u"; // 应用升级页 u
public static final String USER_ACTION_SPEED_UP_PAGE = "v"; // 清理加速页 v
public static final String USER_ACTION_APP_UNINSTALL_PAGE = "w"; // 应用卸载页 w
public static final String USER_ACTION_APP_INSTLL = "x"; // 安装应用 x
public static final String USER_ACTION_APP_OPEN = "y"; // 打开应用 y
public static final String USER_ACTION_APP_UPDATE = "z"; // 更新应用 z
public static final String USER_ACTION_APP_UNINSTALL = "A"; // 卸载应用 A
public static final String USER_ACTION_PUSH_MAIN_PAGE = "B"; // 投屏页 B
public static final String USER_ACTION_PUSH_VIDEO_PAGE= "C"; // 投本地视频页 C
public static final String USER_ACTION_PUSH_IMAGE_PAGE = "D"; // 投照片页 D
public static final String USER_ACTION_PUSH_FILE_PAGE = "E"; // 投文件页 E
public static final String USER_ACTION_PUSH_BAIDUYUN_PAGE = "F"; // 百度云页 F
public static final String USER_ACTION_PUSH_MUSIC_PAGE = "G"; // 投音乐页 G
public static final String USER_ACTION_PUSH_ALL_PAGE = "H"; // 所有文件页 H
public static final String USER_ACTION_PUSH_FILE = "I"; // 往电视上投文件(apk和txt等文件 I
public static final String USER_ACTION_PUSH_MUSIC = "J"; // 往电视上投音乐 J
public static final String USER_ACTION_PUSH_VIDEO = "K"; // 往电视上投本地视频 K
public static final String USER_ACTION_PUSH_IMAGE = "L"; // 往电视上投图片 L
public static final String USER_ACTION_PLAY_BAIDUYU = "M"; // 触发百度云投屏播放 M
public static final String USER_ACTION_PLAY_WEB_VIDEO = "N"; // 投网络视频播放 N
public static final String USER_ACTION_DLNA_PLAY_BAIDUYU = "2"; // 触发百度云投屏播放(dlna) 2
public static final String USER_ACTION_DLNA_PLAY_WEB_VIDEO = "3"; // 投网络视频播放(dlna) 3
public static final String USER_ACTION_MODE_DPAD_PAGE = "O"; // 按键模式页 O
public static final String USER_ACTION_MODE_GESTURE_PAGE = "P"; // 手势模式页 P
public static final String USER_ACTION_MODE_MOUSE_PAGE = "Q"; // 滑鼠模式页 Q
public static final String USER_ACTION_MODE_KEYBOARD_PAGE = "R"; // 键盘模式页 R
public static final String USER_ACTION_MODE_GAME_PAGE = "S"; // 手柄模式页 S
public static final String USER_ACTION_DPAD_KEY = "T"; // 按遥控按键(不区分按键) T
public static final String USER_ACTION_SHARE = "U"; // 分享 U
public static final String USER_ACTION_PERSONAL_CENTER_PAGE = "V"; // 个人中心页 V
public static final String USER_ACTION_DEVICE_FRAGMENT_PAGE = "W"; // 设备扫描页 W
public static final String USER_ACTION_CONNECT_DEVICE = "X"; // 选择某一个设备进行连接 X
public static final String USER_ACTION_WEB_NEWBIE_GUIDE_PAGE = "Y"; // 新手帮助页 Y
public static final String USER_ACTION_WEB_FEEDBACK_PAGE = "Z"; // 用户反馈页 Z
public static final String USER_ACTION_SERVER_INSTALL_FAILURE = "0"; // 自动安装TV端失败的引导页 0
public static final String USER_ACTION_INSTALL_SERVER = "1"; // 触发安装TV端逻辑 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment