C# Class PerpetualEngine.Storage.SimpleStorage

Special unit testing implementation to let EditGroup(string) return an MockedSimpleStorage object
Mostrar archivo Open project: perpetual-mobile/SimpleStorage Class Usage Examples

Public Methods

Method Description
SetContext ( Context context ) : void

Before using SimpleStorage somwhere in your Android App, make sure you call this method to set the context

Private Methods

Method Description
SimpleStorage ( ) : Foundation
SimpleStorage ( ) : System

Method Details

SetContext() public static method

Before using SimpleStorage somwhere in your Android App, make sure you call this method to set the context
public static SetContext ( Context context ) : void
context Context App Context.
return void