Interface ServiceWorkerGlobalScope.NotificationFieldType

Enclosing interface:
ServiceWorkerGlobalScope

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

    • create

    • getMaxActions

      @JsProperty double getMaxActions()
    • getPermission

      @JsProperty String getPermission()
    • setMaxActions

      @JsProperty void setMaxActions(double maxActions)
    • setPermission

      @JsProperty void setPermission(String permission)