public virtual void onRegState(OnRegStateParam prm) { pjsua2PINVOKE.Account_onRegState(swigCPtr, OnRegStateParam.getCPtr(prm)); if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }
public virtual void onRegState(OnRegStateParam prm) { if (SwigDerivedClassHasMethod("onRegState", swigMethodTypes2)) { pjsua2PINVOKE.Account_onRegStateSwigExplicitAccount(swigCPtr, OnRegStateParam.getCPtr(prm)); } else { pjsua2PINVOKE.Account_onRegState(swigCPtr, OnRegStateParam.getCPtr(prm)); } if (pjsua2PINVOKE.SWIGPendingException.Pending) { throw pjsua2PINVOKE.SWIGPendingException.Retrieve(); } }