Interface NotificationOptionsInterface_


@JsType(isNative=true, namespace="<global>") public interface NotificationOptionsInterface_
  • Method Details

    • getBody

      @JsProperty String getBody()
    • getDir

      @JsProperty String getDir()
    • getIcon

      @JsProperty String getIcon()
    • getLang

      @JsProperty String getLang()
    • getTag

      @JsProperty String getTag()
    • isRequireInteraction

      @JsProperty boolean isRequireInteraction()
    • setBody

      @JsProperty void setBody(String body)
    • setDir

      @JsProperty void setDir(String dir)
    • setIcon

      @JsProperty void setIcon(String icon)
    • setLang

      @JsProperty void setLang(String lang)
    • setRequireInteraction

      @JsProperty void setRequireInteraction(boolean requireInteraction)
    • setTag

      @JsProperty void setTag(String tag)