Retrieve a call by call ID
-
Import the required classes.
import net.rim.blackberry.api.phone.Phone;
import net.rim.blackberry.api.phone.PhoneCall;
-
Invoke
Phone.getCall(), passing in the call ID of the call
to be retrieved.
PhoneCall ph = Phone.getCall(5);
Was this information helpful? Send us your comments.