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
tmx Deployment Region
The deployment region for authentication.
fallback Market
The fallback market domain.
context
The Android context for authentication.