Package ru.bgcrm.plugin.mobile
Class GMS
- java.lang.Object
-
- ru.bgcrm.util.Config
-
- ru.bgcrm.plugin.mobile.GMS
-
public class GMS extends Config
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class ru.bgcrm.util.Config
Config.InitStopException
-
-
Constructor Summary
Constructors Constructor Description GMS(ParameterMap setup)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
sendMessage(java.lang.String key, java.lang.String subject, java.lang.String text)
void
sendUpdateStateCommand(java.lang.String key)
-
Methods inherited from class ru.bgcrm.util.Config
initWhen, throwValidationException
-
-
-
-
Constructor Detail
-
GMS
public GMS(ParameterMap setup)
-
-
Method Detail
-
sendMessage
public void sendMessage(java.lang.String key, java.lang.String subject, java.lang.String text) throws BGException
- Throws:
BGException
-
sendUpdateStateCommand
public void sendUpdateStateCommand(java.lang.String key) throws BGException
- Throws:
BGException
-
-