Get Instance State

The vcr object on the SDK allows you to access instance state. Instance state is scoped to a specific running instance and will be deleted when the instance is destroyed. Compared to account state which is shared between all your projects and instances, and session state which is scoped to specific to a session and has a TTL.

Method Signature

vcr.getInstanceState()

Getting Instance State

vcr.getInstanceState();