org.smslib
Interface IUSSDNotification
public interface IUSSDNotification
Interface of the callback class used by SMSLib. SMSLib will call this method
when it detects an inbound USSD datagram.
- See Also:
Service.setUSSDNotification(IUSSDNotification)
Method Summary |
void |
process(AGateway gateway,
USSDResponse ussdResponse)
This method will be called by SMSLib upon a USSD datagram reception. |
process
void process(AGateway gateway,
USSDResponse ussdResponse)
- This method will be called by SMSLib upon a USSD datagram reception.
- Parameters:
gateway
- The gateway which received the USSD datagram.ussdResponse
- The response object.
(c) 2002-2011, http://smslib.org