API reference
API reference
Select your platform
No SDKs available
No versions available

IPersistenceLayer Interface

Mediates storage for small data that need to be persisted across projects.

Member Functions

bool HasKey
( string key )
void SetString
( string key,
string value )
string GetString
( string key )
void SetInt
( string key,
int value )
int GetInt
( string key )
Did you find this page helpful?
Thumbs up icon
Thumbs down icon