Jump to Content
Help centerMobile SDKRest APIIntegrations
GuidesAPI Reference
Help centerMobile SDKRest APIIntegrationsGo to Smartlook
API Reference
Go to Smartlook
GuidesAPI Reference

Web SDK API

  • Getting started with Smartlook for websites

Methods

  • Smartlook.anonymize()
  • Smartlook.disable()
  • Smartlook.error()
  • Smartlook.identify()
  • Smartlook.init()
  • Smartlook.initialized()
  • Smartlook.navigation()
  • Smartlook.pause()
  • Smartlook.properties()
  • Smartlook.record()
  • Smartlook.resume()
  • Smartlook.track()

Properties

  • Smartlook.key
  • Smartlook.playUrl
  • Smartlook.recordId
  • Smartlook.sessionId
  • Smartlook.visitorId
  • Smartlook.version
Powered by 
  1. Methods

Smartlook.resume()

The resume() method is determined to continue in paused recording using Smartlook.pause().

Syntax

resume()

Parameters

There is no parameters

Return value

void

Examples

Smartlook.resume()

Updated about 4 years ago


What’s Next
  • Smartlook.pause()
  • Smartlook.stop()

Updated about 4 years ago


What’s Next
  • Smartlook.pause()
  • Smartlook.stop()
  • Table of Contents
    • Syntax
      • Parameters
      • Return value
    • Examples