Commit f1f3c3c5 authored by Sylvain Berfini's avatar Sylvain Berfini :cow:
Browse files

Added LinphoneCallLog interface previously exported JNI method

parent 9ee07aa8
No related merge requests found
Showing with 5 additions and 0 deletions
...@@ -96,4 +96,9 @@ public interface LinphoneCallLog { ...@@ -96,4 +96,9 @@ public interface LinphoneCallLog {
public CallStatus getStatus(); public CallStatus getStatus();
public long getNativePtr(); public long getNativePtr();
/**
* @return a human readble String with the start date/time of the call
*/
public String getStartDate();
} }
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment