Example #1
0
 static void n_Hide(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Inlinemessages.OffHours __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Inlinemessages.OffHours> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.Hide();
 }
Example #2
0
 static void n_Show_Landroid_content_Context_Landroid_content_Intent_(IntPtr jnienv, IntPtr native__this, IntPtr native_context, IntPtr native_intent)
 {
     global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Inlinemessages.OffHours __this = global::Java.Lang.Object.GetObject <global::Com.Liveperson.Infra.Messaging_ui.Uicomponents.Inlinemessages.OffHours> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Android.Content.Context context = global::Java.Lang.Object.GetObject <global::Android.Content.Context> (native_context, JniHandleOwnership.DoNotTransfer);
     global::Android.Content.Intent  intent  = global::Java.Lang.Object.GetObject <global::Android.Content.Intent> (native_intent, JniHandleOwnership.DoNotTransfer);
     __this.Show(context, intent);
 }