Interface RegistrationOptions
@JsType(isNative=true,
namespace="<global>")
public interface RegistrationOptions
-
Method Summary
Modifier and TypeMethodDescriptionstatic RegistrationOptions
create()
getScope()
boolean
void
void
setUpdateViaCache
(String updateViaCache) void
setUseCache
(boolean useCache)
-
Method Details
-
create
-
getScope
-
getUpdateViaCache
-
isUseCache
@JsProperty boolean isUseCache() -
setScope
-
setUpdateViaCache
-
setUseCache
@JsProperty void setUseCache(boolean useCache)
-