SMSLib 3.5.3

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.
 

Method Detail

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.

SMSLib 3.5.3

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