Skip to main content
function(): void
Responsible for mounting the SDK and should be called after the configuration.Example:
function(params: object): void
Responsible for changing the id of the elements that trigger the actions.Example:
function(action: string): void
Change the action executed when sending the data.
  • signin: login action
  • signup: registration action
  • deposit: deposit action
  • withdraw: withdrawal action
  • check: must be send every 30 minutes
Example:
function(params: object): void
Send data for analysis.Example: