Interface ServiceWorkerGlobalScope.NotificationFieldType

  • Enclosing interface:
    ServiceWorkerGlobalScope

    @JsType(isNative=true,
            name="?",
            namespace="<global>")
    public static interface ServiceWorkerGlobalScope.NotificationFieldType
    • Method Detail

      • getMaxActions

        @JsProperty
        double getMaxActions()
      • getPermission

        @JsProperty
        java.lang.String getPermission()
      • setMaxActions

        @JsProperty
        void setMaxActions​(double maxActions)
      • setPermission

        @JsProperty
        void setPermission​(java.lang.String permission)