Example #1
0
    public void OnDisableLocalNotification()
    {
        // Cancel previously scheduled notification

        Enhance.DisableLocalNotification();
        writeLog("Disabled local notification");
    }
Example #2
0
 /**
  * Disable local notifications
  */
 static public void DisableLocalNotification()
 {
     Enhance.DisableLocalNotification();
 }