Added LinphoneCallLog interface previously exported JNI method

This commit is contained in:
Sylvain Berfini 2012-06-13 14:11:14 +02:00
parent 9ee07aa8ff
commit f1f3c3c5e7

View file

@ -96,4 +96,9 @@ public interface LinphoneCallLog {
public CallStatus getStatus();
public long getNativePtr();
/**
* @return a human readble String with the start date/time of the call
*/
public String getStartDate();
}