Пример #1
0
 public virtual void onTypingIndication(OnTypingIndicationParam prm)
 {
     pjsua2PINVOKE.Call_onTypingIndication(swigCPtr, OnTypingIndicationParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public virtual void onTypingIndication(OnTypingIndicationParam prm)
 {
     if (SwigDerivedClassHasMethod("onTypingIndication", swigMethodTypes16))
     {
         pjsua2PINVOKE.Call_onTypingIndicationSwigExplicitCall(swigCPtr, OnTypingIndicationParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onTypingIndication(swigCPtr, OnTypingIndicationParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 /// <summary>
 /// Notify application about typing indication.
 /// </summary>
 /// <param name="sender">The current sender.</param>
 /// <param name="e">The event parameter.</param>
 private void _account_OnTypingIndication(object sender, OnTypingIndicationParam e)
 {
     OnTypingIndication?.Invoke(this, e);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnTypingIndicationParam obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Пример #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnTypingIndicationParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #6
0
 public virtual void onTypingIndication(OnTypingIndicationParam prm)
 {
     if (SwigDerivedClassHasMethod("onTypingIndication", swigMethodTypes6)) pjsua2PINVOKE.Account_onTypingIndicationSwigExplicitAccount(swigCPtr, OnTypingIndicationParam.getCPtr(prm)); else pjsua2PINVOKE.Account_onTypingIndication(swigCPtr, OnTypingIndicationParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }