API Docs for: 1.0.0
Show:

eLabSDK.ParentSample Class

Extends eLabSDK.Base
Module: eLabSDK.MessageQueue

Allow to get / set the parent of a / multiples samples

Constructor

eLabSDK.ParentSample

(
  • object
)

Parameters:

  • object Object

Example:

   var parentSample = new eLabSDK.ParentSample();

Item Index

Methods

Methods

showToast

(
  • configObject
)

Shows a toast message

Parameters:

  • configObject Obj
    • duplicates- Bool

      Indicates if duplicated toast messages may occur. Defaults to false.

    • message String
      • The message to show
    • autoclose Int
      • Time in ms before autoclosing the toast message. Defaults to 7500.
    • onClose Int
      • Function to call when the toast message closes