Example #1
0
 static void n_SetAllGesturesEnabled_Z(IntPtr jnienv, IntPtr native__this, bool p0)
 {
     global::Com.Amap.Api.Interfaces.IUiSettings __this = global::Java.Lang.Object.GetObject <global::Com.Amap.Api.Interfaces.IUiSettings> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.SetAllGesturesEnabled(p0);
 }