public class ServiceWorkerRegistration extends Object
| Constructor and Description |
|---|
ServiceWorkerRegistration() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsDeleted() |
String |
getRegistrationId() |
String |
getScopeURL() |
void |
setIsDeleted(Boolean isDeleted) |
void |
setRegistrationId(String registrationId) |
void |
setScopeURL(String scopeURL) |
public String getRegistrationId()
public void setRegistrationId(String registrationId)
public String getScopeURL()
public void setScopeURL(String scopeURL)
public Boolean getIsDeleted()
public void setIsDeleted(Boolean isDeleted)
Copyright © 2020. All rights reserved.