Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
557596fd3f |
@@ -87,6 +87,8 @@ enum ToFlutterAppEnum {
|
||||
createMyRoom('createMyRoom'),
|
||||
// 发泼水节胜利消息
|
||||
sendWaterFestVictoryMessage('sendWaterFestVictoryMessage'),
|
||||
// 泼水节泼水游戏显示统计透明view
|
||||
showWaterFestGameStatisticsView('showWaterFestGameStatisticsView'),
|
||||
|
||||
///通用交互 别往这下面加,👆🏻加
|
||||
commonInteraction('commonInteraction'),
|
||||
@@ -157,6 +159,11 @@ enum FromFlutterAppEnum {
|
||||
// 动态发布成功
|
||||
publishDynamicSuccess("publishDynamicSuccess"),
|
||||
|
||||
// 传回 泼水节泼水游戏隐藏统计透明view 点击次数
|
||||
waterFestGameSendStatistics('waterFestGameSendStatistics'),
|
||||
// 隐藏泼水节泼水游戏统计透明view
|
||||
hideWaterFestGameStatisticsView('hideWaterFestGameStatisticsView'),
|
||||
|
||||
defaultCode('');
|
||||
|
||||
const FromFlutterAppEnum(this.code);
|
||||
|
||||
Reference in New Issue
Block a user