SMS PUSH 2.0
SMS Push is simply the process of sending an SMS message to a device.
SERVICEURL ="http://smsgw.sms.gov.in/failsafe/HttpLink";
This gateway provide to send 3 type of Messages
1. Plain Message
2. UNICode Message
3. Flash Message
SMS PUSH Jar
This jar contains 3 methods like,
1. sendPlainMSG(username, password, senderid, mobileno, msg);
2. sendUnicodeMSG(username, password, senderid, mobileno, msg);
3. sendFlashMSG(username, password, senderid, mobileno, msg);