C# Class PerpetualEngine.Storage.SimpleStorage

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

Méthodes publiques

Méthode 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

Méthode Description
SimpleStorage ( ) : Foundation
SimpleStorage ( ) : System

Method Details

SetContext() public static méthode

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.
Résultat void