forked from mirrors/linphone-iphone
Added LinphoneCallLog interface previously exported JNI method
This commit is contained in:
parent
9ee07aa8ff
commit
f1f3c3c5e7
1 changed files with 5 additions and 0 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue