Skip to content

Format

typescript
NetConversation.GetStoredValue(key)

class: NetConversation

Description

Get the value stored in the key of the current NetConversation.

Parameters

param_nametypedescription
keystringKey value name

Return

typedescription
Promise<string>The value corresponding to the key value

Code Example