public class IndexedDBContentUpdated extends Object
| Constructor and Description |
|---|
IndexedDBContentUpdated() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabaseName()
Database to update.
|
String |
getObjectStoreName()
ObjectStore to update.
|
String |
getOrigin()
Origin to update.
|
void |
setDatabaseName(String databaseName)
Database to update.
|
void |
setObjectStoreName(String objectStoreName)
ObjectStore to update.
|
void |
setOrigin(String origin)
Origin to update.
|
public String getOrigin()
public void setOrigin(String origin)
public String getDatabaseName()
public void setDatabaseName(String databaseName)
public String getObjectStoreName()
public void setObjectStoreName(String objectStoreName)
Copyright © 2020. All rights reserved.