resetStaticState static method
void
resetStaticState()
Reset cached static state. Must be called when the SDK is re-initialized.
Implementation
static void resetStaticState() {
_lastReplayAttemptTs = 0;
onRecordEvent = null;
onLookupEventPresence = null;
}