C# Class Sample.PersistentDataManager

Inheritance: BISDK.PersistentDataManager
ファイルを表示 Open project: brightideainc/bi_api_cs_sdk

Public Methods

Method Description
ClearAllPersistentData ( ) : void
ClearPersistentData ( string key ) : void
GetPersistentData ( string key ) : string
SetPersistentData ( string key, string value ) : void

Method Details

ClearAllPersistentData() public method

public ClearAllPersistentData ( ) : void
return void

ClearPersistentData() public method

public ClearPersistentData ( string key ) : void
key string
return void

GetPersistentData() public method

public GetPersistentData ( string key ) : string
key string
return string

SetPersistentData() public method

public SetPersistentData ( string key, string value ) : void
key string
value string
return void