static void n_Call_Ljava_lang_Object_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0)
 {
     global::Com.Adobe.Mobile.Target.ITargetCallback __this = global::Java.Lang.Object.GetObject <global::Com.Adobe.Mobile.Target.ITargetCallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Java.Lang.Object p0 = global::Java.Lang.Object.GetObject <global::Java.Lang.Object> (native_p0, JniHandleOwnership.DoNotTransfer);
     __this.Call(p0);
 }
 public static void LoadRequest(global::Com.Adobe.Mobile.TargetLocationRequest p0, global::Com.Adobe.Mobile.Target.ITargetCallback p1)
 {
     if (id_loadRequest_Lcom_adobe_mobile_TargetLocationRequest_Lcom_adobe_mobile_Target_TargetCallback_ == IntPtr.Zero)
     {
         id_loadRequest_Lcom_adobe_mobile_TargetLocationRequest_Lcom_adobe_mobile_Target_TargetCallback_ = JNIEnv.GetStaticMethodID(class_ref, "loadRequest", "(Lcom/adobe/mobile/TargetLocationRequest;Lcom/adobe/mobile/Target$TargetCallback;)V");
     }
     JNIEnv.CallStaticVoidMethod(class_ref, id_loadRequest_Lcom_adobe_mobile_TargetLocationRequest_Lcom_adobe_mobile_Target_TargetCallback_, new JValue(p0), new JValue(p1));
 }