]> sjero.net Git - linphone/blobdiff - java/common/org/linphone/core/LinphoneChatMessage.java
Added GetTime method to LinphoneChatMessage java impl
[linphone] / java / common / org / linphone / core / LinphoneChatMessage.java
index 3a2a4571813edd40c1564708a78e7717853be018..b6b6c30ec3c59026b07041e44984b251f88802aa 100644 (file)
@@ -106,4 +106,10 @@ public interface LinphoneChatMessage {
         * @return the value of the header, or null if not found.
         */
        String  getCustomHeader(String name);
+       
+       /**
+        * Gets the time at which the message was sent
+        * @return the time in milliseconds
+        */
+       long getTime();
 }