Jump to Content
Web SDKHelp centerMobile SDKRest APIIntegrations
GuidesAPI Reference
Help centerMobile SDKRest APIIntegrationsGo to SmartlookWeb SDK
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 

Smartlook.initialized()

The initialized() method determines whether Smartlook is initialized.

Syntax

initialized()

Return value

true if Smartlook is initialized; otherwise, false.

Description

If Smartlook is initialized, true is returned; otherwise, false is.

  • Table of Contents
    • Syntax
      • Return value
    • Description