C# Class WebExtensionPack.DataStore

Afficher le fichier Open project: madskristensen/WebExtensionPack Class Usage Examples

Méthodes publiques

Méthode Description
DataStore ( ) : System
HasBeenInstalled ( string productId ) : bool
Reset ( ) : bool
Save ( ) : void

Private Methods

Méthode Description
Initialize ( ) : void

Method Details

DataStore() public méthode

public DataStore ( ) : System
Résultat System

HasBeenInstalled() public méthode

public HasBeenInstalled ( string productId ) : bool
productId string
Résultat bool

Reset() public méthode

public Reset ( ) : bool
Résultat bool

Save() public méthode

public Save ( ) : void
Résultat void