C# Class WebExtensionPack.DataStore

Mostra file Open project: madskristensen/WebExtensionPack Class Usage Examples

Public Methods

Method Description
DataStore ( ) : System
HasBeenInstalled ( string productId ) : bool
Reset ( ) : bool
Save ( ) : void

Private Methods

Method Description
Initialize ( ) : void

Method Details

DataStore() public method

public DataStore ( ) : System
return System

HasBeenInstalled() public method

public HasBeenInstalled ( string productId ) : bool
productId string
return bool

Reset() public method

public Reset ( ) : bool
return bool

Save() public method

public Save ( ) : void
return void