SMSLib 3.5.3

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.
 

Method Detail

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.

SMSLib 3.5.3

(c) 2002-2011, http://smslib.org