Interface RegistrationOptions


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

    • create

      @JsOverlay static RegistrationOptions create()
    • getScope

      @JsProperty String getScope()
    • getUpdateViaCache

      @JsProperty String getUpdateViaCache()
    • isUseCache

      @JsProperty boolean isUseCache()
    • setScope

      @JsProperty void setScope(String scope)
    • setUpdateViaCache

      @JsProperty void setUpdateViaCache(String updateViaCache)
    • setUseCache

      @JsProperty void setUseCache(boolean useCache)