Home > rainway-sdk-native > OnRuntimeConnectionLost
OnRuntimeConnectionLost type
Signature:
export declare type OnRuntimeConnectionLost = (rt: Runtime | undefined, status: RainwayStatus) => void;
References: Runtime, RainwayStatus