HomeGuidesAPI Reference
HubBlogChangelogSupport ForumLog In
API Reference

Node.js SDK - Runtime.instance()

Home > rainway-sdk-native > Runtime > instance

Runtime.instance() method

Get the current runtime instance. Undefined if the runtime has not been initialized.

Signature:

static instance(): Runtime | undefined;

Returns:

Runtime | undefined