Service constructor

Service(
  1. Config _config,
  2. Integrity _integrity
)

Creates a new Service instance.

This constructor is typically called internally by the Calljmp client and should not be used directly in application code.

Parameters

  • _config: The SDK configuration containing API endpoints and settings
  • _integrity: The integrity service for device verification

Implementation

Service(this._config, this._integrity);