recorder


Purpose

Creates a new Recorder object with a given identifier.

To avoid issues with synchronizing the configuration parameter among different Recorder objects, if an object with a given identifier already exists (after it has been created by a different webview or in a different place in the code):

  • The method returns a Recorder object that represents the same recorder instance.

  • All of the Recorder object's properties are synchronized with the other instances representing the same recorder.

Signature

recorder (identifier)

Returns

This method returns a promise object that can be in one of the following states:

  • Resolve - returns the Recorder object.

  • Reject - when the recorder cannot be created.

Parameter

Name Description Type Use
identifier The requested identifier for the Recorder object. The identifier must be unique. string required

Related topics

Location Recorder
Legal notice | Copyright © 2017 and Confidential to Pegasystems Inc. All rights reserved
PDN | Pega Mobile Client | Feedback
Advanced...