C# Class LocalStorage, unity-tracker

Inheritance: Storage
Mostra file Open project: e-ucm/unity-tracker Class Usage Examples

Public Methods

Method Description
CleanFile ( ) : void
IsAvailable ( ) : bool
LocalStorage ( string tracesPathPrefix ) : System
RecoverData ( ) : List
Send ( String data, Net, flushListener ) : void
SetTracker ( Tracker, tracker ) : void
Start ( Net, startListener ) : void

Private Methods

Method Description
Write ( String data, Net, requestListener ) : void

Method Details

CleanFile() public method

public CleanFile ( ) : void
return void

IsAvailable() public method

public IsAvailable ( ) : bool
return bool

LocalStorage() public method

public LocalStorage ( string tracesPathPrefix ) : System
tracesPathPrefix string
return System

RecoverData() public method

public RecoverData ( ) : List
return List

Send() public method

public Send ( String data, Net, flushListener ) : void
data String
flushListener Net,
return void

SetTracker() public method

public SetTracker ( Tracker, tracker ) : void
tracker Tracker,
return void

Start() public method

public Start ( Net, startListener ) : void
startListener Net,
return void