From 66db2477a4855f5452c45f5e5baeae2d8c3e8c05 Mon Sep 17 00:00:00 2001
From: wxr <wxr@hdlchina.com.cn>
Date: 星期四, 14 十一月 2024 14:15:55 +0800
Subject: [PATCH] 增加sip message发送
---
Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/api.xml.class-parse | 311 ++++++++++++++++++++++++++++++++++++++++++++++-----
1 files changed, 277 insertions(+), 34 deletions(-)
diff --git a/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/api.xml.class-parse b/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/api.xml.class-parse
index d20dcd5..01f9ea0 100644
--- a/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/api.xml.class-parse
+++ b/Shared.Droid.HDLLinphone/Shared.Droid.HDLLinphone/obj/Release/api.xml.class-parse
@@ -292,6 +292,20 @@
abstract="false"
deprecated="not deprecated"
final="false"
+ name="getRingerMode"
+ native="false"
+ return="int"
+ jni-return="I"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="()I" />
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
name="gotoHDLLinphoneIntercomActivity"
native="false"
return="void"
@@ -534,6 +548,29 @@
bridge="false"
synthetic="false"
jni-signature="()V" />
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="sendSipMessage"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Ljava/lang/String;Ljava/lang/String;)V">
+ <parameter
+ name="sipAddress"
+ type="java.lang.String"
+ jni-type="Ljava/lang/String;" />
+ <parameter
+ name="message"
+ type="java.lang.String"
+ jni-type="Ljava/lang/String;" />
+ </method>
<method
abstract="false"
deprecated="not deprecated"
@@ -793,6 +830,18 @@
type="boolean"
jni-type="Z" />
</method>
+ <field
+ deprecated="not deprecated"
+ final="false"
+ name="audioManager"
+ static="false"
+ synthetic="false"
+ transient="false"
+ type="android.media.AudioManager"
+ type-generic-aware="android.media.AudioManager"
+ jni-signature="Landroid/media/AudioManager;"
+ visibility="public"
+ volatile="false" />
<field
deprecated="not deprecated"
final="true"
@@ -1089,6 +1138,234 @@
name="name"
type="android.content.ComponentName"
jni-type="Landroid/content/ComponentName;" />
+ </method>
+ </class>
+ <class
+ abstract="false"
+ deprecated="not deprecated"
+ enclosing-method-jni-type="Lcom/hdl/hdllinphonesdk/HDLLinphoneKit;"
+ enclosing-method-name="sendSipMessage"
+ enclosing-method-signature="(Ljava/lang/String;Ljava/lang/String;)V"
+ jni-extends="Ljava/lang/Object;"
+ extends="java.lang.Object"
+ extends-generic-aware="java.lang.Object"
+ final="false"
+ name="HDLLinphoneKit.4"
+ jni-signature="Lcom/hdl/hdllinphonesdk/HDLLinphoneKit$4;"
+ source-file-name="HDLLinphoneKit.java"
+ static="false"
+ visibility="">
+ <implements
+ name="org.linphone.core.ChatMessageListener"
+ name-generic-aware="org.linphone.core.ChatMessageListener"
+ jni-type="Lorg/linphone/core/ChatMessageListener;" />
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onEphemeralMessageDeleted"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onEphemeralMessageTimerStarted"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onFileTransferProgressIndication"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;Lorg/linphone/core/Content;II)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ <parameter
+ name="content"
+ type="org.linphone.core.Content"
+ jni-type="Lorg/linphone/core/Content;" />
+ <parameter
+ name="offset"
+ type="int"
+ jni-type="I" />
+ <parameter
+ name="total"
+ type="int"
+ jni-type="I" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onFileTransferRecv"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;Lorg/linphone/core/Content;Lorg/linphone/core/Buffer;)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ <parameter
+ name="content"
+ type="org.linphone.core.Content"
+ jni-type="Lorg/linphone/core/Content;" />
+ <parameter
+ name="buffer"
+ type="org.linphone.core.Buffer"
+ jni-type="Lorg/linphone/core/Buffer;" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onFileTransferSend"
+ native="false"
+ return="org.linphone.core.Buffer"
+ jni-return="Lorg/linphone/core/Buffer;"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;Lorg/linphone/core/Content;II)Lorg/linphone/core/Buffer;">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ <parameter
+ name="content"
+ type="org.linphone.core.Content"
+ jni-type="Lorg/linphone/core/Content;" />
+ <parameter
+ name="offset"
+ type="int"
+ jni-type="I" />
+ <parameter
+ name="size"
+ type="int"
+ jni-type="I" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onFileTransferSendChunk"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;Lorg/linphone/core/Content;IILorg/linphone/core/Buffer;)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ <parameter
+ name="content"
+ type="org.linphone.core.Content"
+ jni-type="Lorg/linphone/core/Content;" />
+ <parameter
+ name="offset"
+ type="int"
+ jni-type="I" />
+ <parameter
+ name="size"
+ type="int"
+ jni-type="I" />
+ <parameter
+ name="buffer"
+ type="org.linphone.core.Buffer"
+ jni-type="Lorg/linphone/core/Buffer;" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onMsgStateChanged"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;Lorg/linphone/core/ChatMessage$State;)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ <parameter
+ name="state"
+ type="org.linphone.core.ChatMessage.State"
+ jni-type="Lorg/linphone/core/ChatMessage$State;" />
+ </method>
+ <method
+ abstract="false"
+ deprecated="not deprecated"
+ final="false"
+ name="onParticipantImdnStateChanged"
+ native="false"
+ return="void"
+ jni-return="V"
+ static="false"
+ synchronized="false"
+ visibility="public"
+ bridge="false"
+ synthetic="false"
+ jni-signature="(Lorg/linphone/core/ChatMessage;Lorg/linphone/core/ParticipantImdnState;)V">
+ <parameter
+ name="message"
+ type="org.linphone.core.ChatMessage"
+ jni-type="Lorg/linphone/core/ChatMessage;" />
+ <parameter
+ name="state"
+ type="org.linphone.core.ParticipantImdnState"
+ jni-type="Lorg/linphone/core/ParticipantImdnState;" />
</method>
</class>
<class
@@ -2057,40 +2334,6 @@
type="long"
jni-type="J" />
</method>
- </class>
- <class
- abstract="false"
- deprecated="not deprecated"
- enclosing-method-jni-type="Lcom/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity$3;"
- enclosing-method-name="onFinish"
- enclosing-method-signature="()V"
- jni-extends="Ljava/lang/Object;"
- extends="java.lang.Object"
- extends-generic-aware="java.lang.Object"
- final="false"
- name="HDLLinphoneReverseCallActivity.3.1"
- jni-signature="Lcom/hdl/hdllinphonesdk/activity/HDLLinphoneReverseCallActivity$3$1;"
- source-file-name="HDLLinphoneReverseCallActivity.java"
- static="false"
- visibility="">
- <implements
- name="java.lang.Runnable"
- name-generic-aware="java.lang.Runnable"
- jni-type="Ljava/lang/Runnable;" />
- <method
- abstract="false"
- deprecated="not deprecated"
- final="false"
- name="run"
- native="false"
- return="void"
- jni-return="V"
- static="false"
- synchronized="false"
- visibility="public"
- bridge="false"
- synthetic="false"
- jni-signature="()V" />
</class>
<class
abstract="false"
--
Gitblit v1.8.0