/// <summary> /// Emits the signal. /// </summary> /// <param name="arg">The first value to pass to callbacks</param> /// <since_tizen> 5 </since_tizen> public void Emit(InputMethodContext arg) { Interop.ActivatedSignalType.ActivatedSignalType_Emit(swigCPtr, InputMethodContext.getCPtr(arg)); if (NDalicPINVOKE.SWIGPendingException.Pending) { throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } }
public void InputMethodContextgetCPtr() { tlog.Debug(tag, $"InputMethodContextgetCPtr START"); InputMethodContext a1 = new InputMethodContext(); global::System.Runtime.InteropServices.HandleRef p1 = InputMethodContext.getCPtr(a1); tlog.Debug(tag, $"InputMethodContextgetCPtr END (OK)"); Assert.Pass("InputMethodContextgetCPtr"); }
/// <summary> /// Emits the signal. /// </summary> /// <param name="arg1">The first value to pass to callbacks</param> /// <param name="arg2">The second value to pass to callbacks</param> /// <returns>The value returned by the last callback, or a default constructed value if no callbacks are connected</returns> /// <since_tizen> 5 </since_tizen> public InputMethodContext.CallbackData Emit(InputMethodContext arg1, InputMethodContext.EventData arg2) { InputMethodContext.CallbackData ret = new InputMethodContext.CallbackData(Interop.KeyboardEventSignalType.Emit(SwigCPtr, InputMethodContext.getCPtr(arg1), InputMethodContext.EventData.getCPtr(arg2)), true); if (NDalicPINVOKE.SWIGPendingException.Pending) { throw NDalicPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }