Sfoglia il codice sorgente

Added missing getOngoing() method

Sebastián Katzer 12 anni fa
parent
commit
cc9b3c02b2
1 ha cambiato i file con 7 aggiunte e 0 eliminazioni
  1. 7 0
      src/android/Options.java

+ 7 - 0
src/android/Options.java

@@ -214,6 +214,13 @@ public class Options {
         return options.optBoolean("autoCancel", false);
     }
 
+    /**
+     *
+     */
+    public Boolean getOngoing () {
+        return options.optBoolean("ongoing", false);
+    }
+
     /**
      * Gibt die zusätzlichen Daten als String an.
      */