Exemplo n.º 1
0
 static void n_OnMessageSent(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.UI.View.Uicomponents.IEnterMessageListener __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.UI.View.Uicomponents.IEnterMessageListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.OnMessageSent();
 }
Exemplo n.º 2
0
 static void n_OnVoiceRecordingPermissionRequired_Lcom_liveperson_infra_IPermissionCallback_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Liveperson.Infra.UI.View.Uicomponents.IEnterMessageListener __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.UI.View.Uicomponents.IEnterMessageListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Liveperson.Infra.IPermissionCallback p0 = (global::Com.Liveperson.Infra.IPermissionCallback)global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.IPermissionCallback> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.OnVoiceRecordingPermissionRequired(p0);
 }