Methods for storing state and other variables in games and applications

Returns a value of a variable by it’s key. Variable can be set with storage.set method.

Return all variable’s keys available for user in an app

Saves a variable’s value. It can be acquired with storage.get method.