C# Класс PerpetualEngine.Storage.SimpleStorage

Special unit testing implementation to let EditGroup(string) return an MockedSimpleStorage object
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SetContext ( Context context ) : void

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

Приватные методы

Метод Описание
SimpleStorage ( ) : Foundation
SimpleStorage ( ) : System

Описание методов

SetContext() публичный статический Метод

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.
Результат void