Global

Methods

end()

Reports the end of the session frame. The SessionFrame object will no longer be useable after this call.
Source:

SessionFrame()

Session Frame - Used to manually create a session frame in the Session UI.
Source:

updateName(sessionFrameName, success, error)

Updates the name of the session frame. This is generally used when the best name for the Session Frame is not known at the time of its creation.
Parameters:
Name Type Description
sessionFrameName The name of the session frame that will appear in the UI.
success function user defined success callback
error function user defined error callback
Source: