build

Builds a TMDiscoveryAPI instance with the configured settings.

Return

The constructed TMDiscoveryAPI instance.


suspend fun build(tmxDeploymentRegion: TMXDeploymentRegion, fallbackMarket: TMMarketDomain, context: Context): TMDiscoveryAPI

Builds a TMDiscoveryAPI instance with authentication and market settings.

Return

The constructed TMDiscoveryAPI instance.

Parameters

tmxDeploymentRegion

The deployment region for authentication.

fallbackMarket

The fallback market domain.

context

The Android context for authentication.