Package elemental2.dom
Interface GetNotificationOptions
-
@JsType(isNative=true, namespace="<global>") public interface GetNotificationOptions
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static GetNotificationOptions
create()
java.lang.String
getTag()
void
setTag(java.lang.String tag)
-
-
-
Method Detail
-
create
@JsOverlay static GetNotificationOptions create()
-
getTag
@JsProperty java.lang.String getTag()
-
setTag
@JsProperty void setTag(java.lang.String tag)
-
-