Exemple #1
0
 public virtual void onInstantMessageStatus(OnInstantMessageStatusParam prm)
 {
     pjsua2PINVOKE.Call_onInstantMessageStatus(swigCPtr, OnInstantMessageStatusParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public virtual void onInstantMessageStatus(OnInstantMessageStatusParam prm)
 {
     if (SwigDerivedClassHasMethod("onInstantMessageStatus", swigMethodTypes15))
     {
         pjsua2PINVOKE.Call_onInstantMessageStatusSwigExplicitCall(swigCPtr, OnInstantMessageStatusParam.getCPtr(prm));
     }
     else
     {
         pjsua2PINVOKE.Call_onInstantMessageStatus(swigCPtr, OnInstantMessageStatusParam.getCPtr(prm));
     }
     if (pjsua2PINVOKE.SWIGPendingException.Pending)
     {
         throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #3
0
 /// <summary>
 /// Notify application about the delivery status of outgoing pager/instant
 /// message(i.e.MESSAGE) request.
 /// </summary>
 /// <param name="sender">The current sender.</param>
 /// <param name="e">The event parameter.</param>
 private void _account_OnInstantMessageStatus(object sender, OnInstantMessageStatusParam e)
 {
     OnInstantMessageStatus?.Invoke(this, e);
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnInstantMessageStatusParam obj)
 {
     return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }
Exemple #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(OnInstantMessageStatusParam obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #6
0
 public virtual void onInstantMessageStatus(OnInstantMessageStatusParam prm)
 {
     if (SwigDerivedClassHasMethod("onInstantMessageStatus", swigMethodTypes5)) pjsua2PINVOKE.Account_onInstantMessageStatusSwigExplicitAccount(swigCPtr, OnInstantMessageStatusParam.getCPtr(prm)); else pjsua2PINVOKE.Account_onInstantMessageStatus(swigCPtr, OnInstantMessageStatusParam.getCPtr(prm));
     if (pjsua2PINVOKE.SWIGPendingException.Pending) throw pjsua2PINVOKE.SWIGPendingException.Retrieve();
 }