@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="Object")
public interface RegistrationOptions
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RegistrationOptions.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RegistrationOptions.Builder |
create() |
java.lang.String |
scope() |
void |
setScope(@JsNonNull java.lang.String scope) |
void |
setType(@JsNonNull java.lang.String type) |
void |
setUpdateViaCache(@JsNonNull java.lang.String updateViaCache) |
java.lang.String |
type() |
java.lang.String |
updateViaCache() |
@JsOverlay @Nonnull static RegistrationOptions.Builder create()
@JsProperty(name="scope") java.lang.String scope()
@JsProperty void setScope(@JsNonNull java.lang.String scope)
@JsProperty(name="type") @WorkerType java.lang.String type()
@JsProperty void setType(@WorkerType @JsNonNull java.lang.String type)
@JsProperty(name="updateViaCache") @ServiceWorkerUpdateViaCache java.lang.String updateViaCache()
@JsProperty void setUpdateViaCache(@ServiceWorkerUpdateViaCache @JsNonNull java.lang.String updateViaCache)