org.smslib
Interface ICallNotification
public interface ICallNotification
Interface of the callback class used by SMSLib. SMSLib will call this method
when it detects an inbound voice call.
- See Also:
Service.setCallNotification(ICallNotification)
Method Summary |
void |
process(AGateway gateway,
java.lang.String callerId)
This method will be called by SMSLib upon a voice call reception. |
process
void process(AGateway gateway,
java.lang.String callerId)
- This method will be called by SMSLib upon a voice call reception.
- Parameters:
gateway
- The gateway which received the voice call.callerId
- The caller-id of the call.
(c) 2002-2011, http://smslib.org