public interface UserSettingsWithMultiBotsSupport
| Modifier and Type | Method and Description |
|---|---|
void |
deleteRobotSettings(long botId,
long userId) |
void |
deleteRobotSettings(long botId,
long userId,
String propKey) |
String |
getRobotSettings(long botId,
long userId,
String propKey) |
Map<String,String> |
loadRobotSettings(long botId,
long userId) |
void |
saveRobotSettings(long botId,
long userId,
String propKey,
String propValue) |
void deleteRobotSettings(long botId,
long userId)
void deleteRobotSettings(long botId,
long userId,
String propKey)
Copyright © 2017 iSuper.org. All Rights Reserved.