公告板
版本库
活动
搜索
登录
android
/
driver/ZhaoYangChuXingDriver
昭阳出行-司机端
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
文景==》昭阳
lmw
2023-04-03
16ea883d3c03fd8b910f9282aa1bc08378d40d54
[android/driver/ZhaoYangChuXingDriver.git]
/
rxnetty
/
src
/
main
/
java
/
cn
/
sinata
/
rxnetty
/
Config.java
1
2
3
4
5
6
7
8
9
10
11
package cn.sinata.rxnetty;
/**
*
*/
final class Config {
public static String SOCKET_SERVER;
public static int SOCKET_PORT;
public static boolean isStartForeground = false;
public static final int NOTIFICATION_ID = 101;
}