package com.mogujie.tt.imlib.common;
public interface ConfigDefs {
String KEY_NOTIFICATION_NO_DISTURB = "notification_no_disturb";
boolean DEF_VALUE_NOTIFICATION_NO_DISTURB = false;
String KEY_NOTIFICATION_GOT_SOUND = "notification_got_sound";
boolean DEF_VALUE_NOTIFICATION_GOT_SOUND = true;
String KEY_NOTIFICATION_GOT_VIBRATION = "notification_got_vibration";
boolean DEF_VALUE_NOTIFICATION_GOT_VIBRATION = true;
String KEY_SAVE_TRAFFIC_MODE = "save_traffic_mode";
boolean DEF_VALUE_SAVE_TRAFFIC_MODE = true;
String CATEGORY_GLOBAL = "global";
}