Beispiel #1
0
 static void n_AttachImageFromGallery(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Instabug.Library.InstabugAddAttachmentsFragment.ICallbacks __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugAddAttachmentsFragment.ICallbacks> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.AttachImageFromGallery();
 }
Beispiel #2
0
 public static unsafe global::Com.Instabug.Library.InstabugAddAttachmentsFragment NewInstance(global::Com.Instabug.Library.InstabugAddAttachmentsFragment.ICallbacks p0)
 {
     if (id_newInstance_Lcom_instabug_library_InstabugAddAttachmentsFragment_Callbacks_ == IntPtr.Zero)
     {
         id_newInstance_Lcom_instabug_library_InstabugAddAttachmentsFragment_Callbacks_ = JNIEnv.GetStaticMethodID(class_ref, "newInstance", "(Lcom/instabug/library/InstabugAddAttachmentsFragment$Callbacks;)Lcom/instabug/library/InstabugAddAttachmentsFragment;");
     }
     try {
         JValue *__args = stackalloc JValue [1];
         __args [0] = new JValue(p0);
         global::Com.Instabug.Library.InstabugAddAttachmentsFragment __ret = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.InstabugAddAttachmentsFragment> (JNIEnv.CallStaticObjectMethod(class_ref, id_newInstance_Lcom_instabug_library_InstabugAddAttachmentsFragment_Callbacks_, __args), JniHandleOwnership.TransferLocalRef);
         return(__ret);
     } finally {
     }
 }