Exemplo n.º 1
0
 static void n_Done_Lcom_parse_ParseGeoPoint_Lcom_parse_ParseException_(IntPtr jnienv, IntPtr native__this, IntPtr native_p0, IntPtr native_p1)
 {
     global::Com.Parse.LocationCallback __this = global::Java.Lang.Object.GetObject <global::Com.Parse.LocationCallback> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Parse.ParseGeoPoint    p0     = global::Java.Lang.Object.GetObject <global::Com.Parse.ParseGeoPoint> (native_p0, JniHandleOwnership.DoNotTransfer);
     global::Com.Parse.ParseException   p1     = global::Java.Lang.Object.GetObject <global::Com.Parse.ParseException> (native_p1, JniHandleOwnership.DoNotTransfer);
     __this.Done(p0, p1);
 }
 public static void GetCurrentLocationInBackground(long p0, global::Com.Parse.LocationCallback p1)
 {
     if (id_getCurrentLocationInBackground_JLcom_parse_LocationCallback_ == IntPtr.Zero)
     {
         id_getCurrentLocationInBackground_JLcom_parse_LocationCallback_ = JNIEnv.GetStaticMethodID(class_ref, "getCurrentLocationInBackground", "(JLcom/parse/LocationCallback;)V");
     }
     JNIEnv.CallStaticVoidMethod(class_ref, id_getCurrentLocationInBackground_JLcom_parse_LocationCallback_, new JValue(p0), new JValue(p1));
 }
 public static void GetCurrentLocationInBackground(long p0, global::Android.Locations.Criteria p1, global::Com.Parse.LocationCallback p2)
 {
     if (id_getCurrentLocationInBackground_JLandroid_location_Criteria_Lcom_parse_LocationCallback_ == IntPtr.Zero)
     {
         id_getCurrentLocationInBackground_JLandroid_location_Criteria_Lcom_parse_LocationCallback_ = JNIEnv.GetStaticMethodID(class_ref, "getCurrentLocationInBackground", "(JLandroid/location/Criteria;Lcom/parse/LocationCallback;)V");
     }
     JNIEnv.CallStaticVoidMethod(class_ref, id_getCurrentLocationInBackground_JLandroid_location_Criteria_Lcom_parse_LocationCallback_, new JValue(p0), new JValue(p1), new JValue(p2));
 }