PerpetualEngine.Storage.SimpleStorage.SetContext C# (CSharp) Method

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
        public static void SetContext(Context context)
        {
            SimpleStorage.EditGroup = name => new DroidSimpleStorage(name, context);
        }