Interface ServiceWorkerGlobalScope.NotificationFieldType
- Enclosing interface:
ServiceWorkerGlobalScope
@JsType(isNative=true,
name="?",
namespace="<global>")
public static interface ServiceWorkerGlobalScope.NotificationFieldType
-
Method Summary
Modifier and TypeMethodDescriptioncreate()
double
void
setMaxActions
(double maxActions) void
setPermission
(String permission)
-
Method Details
-
create
-
getMaxActions
@JsProperty double getMaxActions() -
getPermission
-
setMaxActions
@JsProperty void setMaxActions(double maxActions) -
setPermission
-