Esempio n. 1
0
			public unsafe void ActionFromService (global::Android.Content.Intent p0, global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActionCallbackListener p1)
			{
				if (id_actionFromService_Landroid_content_Intent_Lcom_liveperson_messaging_background_BackgroundActionsService_ServiceActionCallbackListener_ == IntPtr.Zero)
					id_actionFromService_Landroid_content_Intent_Lcom_liveperson_messaging_background_BackgroundActionsService_ServiceActionCallbackListener_ = JNIEnv.GetMethodID (class_ref, "actionFromService", "(Landroid/content/Intent;Lcom/liveperson/messaging/background/BackgroundActionsService$ServiceActionCallbackListener;)V");
				JValue* __args = stackalloc JValue [2];
				__args [0] = new JValue (p0);
				__args [1] = new JValue (p1);
				JNIEnv.CallVoidMethod (((global::Java.Lang.Object) this).Handle, id_actionFromService_Landroid_content_Intent_Lcom_liveperson_messaging_background_BackgroundActionsService_ServiceActionCallbackListener_, __args);
			}
Esempio n. 2
0
			static void n_OnFail_Ljava_lang_String_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
			{
				global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActionCallbackListener __this = global::Java.Lang.Object.GetObject<global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActionCallbackListener> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
				string p0 = JNIEnv.GetString (native_p0, JniHandleOwnership.DoNotTransfer);
				__this.OnFail (p0);
			}
Esempio n. 3
0
			static void n_ActionFromService_Landroid_content_Intent_Lcom_liveperson_messaging_background_BackgroundActionsService_ServiceActionCallbackListener_ (IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
			{
				global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActioner __this = global::Java.Lang.Object.GetObject<global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActioner> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
				global::Android.Content.Intent p0 = global::Java.Lang.Object.GetObject<global::Android.Content.Intent> (native_p0, JniHandleOwnership.DoNotTransfer);
				global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActionCallbackListener p1 = (global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActionCallbackListener)global::Java.Lang.Object.GetObject<global::Com.Liveperson.Messaging.Background.BackgroundActionsService.IServiceActionCallbackListener> (native_p1, JniHandleOwnership.DoNotTransfer);
				__this.ActionFromService (p0, p1);
			}