Copied!

ProviderInterface

ProviderInterface.php : 16
Interface

Provides contextualized (dynamic) tracking configuration. Use this service at runtime only.

Methods

publicgetCurrentCustomerId()

ProviderInterface.php : 23
public getCurrentCustomerId() : string

Return values

string

Tags
Throws
InvalidConfigurationExceptionInterface

publicgetCurrentRecommendationsApiKey()

ProviderInterface.php : 33
public getCurrentRecommendationsApiKey() : string

Return values

string

Tags
Throws
InvalidConfigurationExceptionInterface

publicgetCurrentRecommendationsApiUri()

ProviderInterface.php : 38
public getCurrentRecommendationsApiUri() : string

Return values

string

Tags
Throws
InvalidConfigurationExceptionInterface

publicgetCurrentTrackingType()

ProviderInterface.php : 28
public getCurrentTrackingType() : Type

Return values

Type

Tags
Throws
InvalidConfigurationExceptionInterface

publicisEnabled()

ProviderInterface.php : 18
public isEnabled() : bool

Return values

bool