Uses of Class
com.iizix.prop.PWAProps
Packages that use PWAProps Package Description com.iizigo.pwa.prop com.iizix.prop com.iizix.pwa com.iizix.server.app.prop Uses of PWAProps in com.iizigo.pwa.prop
Subclasses of PWAProps in com.iizigo.pwa.prop Modifier and Type Class Description class
EditorPWAProps
Container that holds the required settings for the PWA in the Editor.Uses of PWAProps in com.iizix.prop
Methods in com.iizix.prop that return PWAProps Modifier and Type Method Description PWAProps
PWAProps. clone()
Creates a clone out of this property.Uses of PWAProps in com.iizix.pwa
Constructors in com.iizix.pwa with parameters of type PWAProps Constructor Description PWACustomHTML(java.io.File cacheDir, java.io.File iiziAppHTML, java.lang.String appID, PWAProps props, IKStringInfoProvider provider, java.lang.String httpsServer)
Constructs a new instance of the PWA customizer for HTML.Uses of PWAProps in com.iizix.server.app.prop
Methods in com.iizix.server.app.prop that return PWAProps Modifier and Type Method Description PWAProps
ModuleProjectPropCnr. getPWAProps()
Gets the Progressive Web App (PWA) properties.