MovileConfiguration movileConf = new MovileConfiguration("USER_NAME", "AUTH_TOKEN");
try {
String response = new MovileService(movileConf).send(new Message("cellphone", "Message\nof SMS"));
// Retorna ID do SMS (Returns the ID of SMS)
System.out.println(response);
}
catch (IException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
-
Notifications
You must be signed in to change notification settings - Fork 0
ajcRodrigues/movile-java-rest
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Java library for Movile Messaging API
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published