static IntPtr n_GetScheduledLocalNotifications(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bluecats.Sdk.BCLocalNotificationManager __this = global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.BCLocalNotificationManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     return(global::Android.Runtime.JavaList <global::Com.Bluecats.Sdk.BCLocalNotification> .ToLocalJniHandle(__this.ScheduledLocalNotifications));
 }
 static void n_ScheduleLocalNotification_Lcom_bluecats_sdk_BCLocalNotification_Z(IntPtr jnienv, IntPtr native__this, IntPtr native_localNotification, bool storeLocalNotificationToPreferences)
 {
     global::Com.Bluecats.Sdk.BCLocalNotificationManager __this            = global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.BCLocalNotificationManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Bluecats.Sdk.BCLocalNotification        localNotification = global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.BCLocalNotification> (native_localNotification, JniHandleOwnership.DoNotTransfer);
     __this.ScheduleLocalNotification(localNotification, storeLocalNotificationToPreferences);
 }
 static void n_RegisterLocalNotificationManagerCallback_ILcom_bluecats_sdk_BCLocalNotificationManagerCallback_(IntPtr jnienv, IntPtr native__this, int id, IntPtr native__callback)
 {
     global::Com.Bluecats.Sdk.BCLocalNotificationManager          __this    = global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.BCLocalNotificationManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     global::Com.Bluecats.Sdk.IBCLocalNotificationManagerCallback @callback = (global::Com.Bluecats.Sdk.IBCLocalNotificationManagerCallback)global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.IBCLocalNotificationManagerCallback> (native__callback, JniHandleOwnership.DoNotTransfer);
     __this.RegisterLocalNotificationManagerCallback(id, @callback);
 }
 static void n_RemoveBlueCatsSDKCallback_I(IntPtr jnienv, IntPtr native__this, int id)
 {
     global::Com.Bluecats.Sdk.BCLocalNotificationManager __this = global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.BCLocalNotificationManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.RemoveBlueCatsSDKCallback(id);
 }
 static void n_CancelAllLocalNotifications(IntPtr jnienv, IntPtr native__this)
 {
     global::Com.Bluecats.Sdk.BCLocalNotificationManager __this = global::Java.Lang.Object.GetObject <global::Com.Bluecats.Sdk.BCLocalNotificationManager> (jnienv, native__this, JniHandleOwnership.DoNotTransfer);
     __this.CancelAllLocalNotifications();
 }