static void n_SetFloatingButtonOffsetFromTop_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Instabug.Library.Invocation.InvocationSettings __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.Invocation.InvocationSettings> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetFloatingButtonOffsetFromTop(p0);
 }
 static void n_SetShakingThreshold_I(IntPtr jnienv, IntPtr native__this, int p0)
 {
     global::Com.Instabug.Library.Invocation.InvocationSettings __this = global::Java.Lang.Object.GetObject <global::Com.Instabug.Library.Invocation.InvocationSettings> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetShakingThreshold(p0);
 }