startLoyaltyService

public boolean startLoyaltyService(String dynamicService, Map<String, String> dataExtras, String configuration)

Starts a dynamic loyalty service

Return

true if an attempt was made to start the service.

Parameters

dynamicService

- the 'type' of the service to start

configuration

- any runtime configuration information needed to start the service. This can be a json object, or some other format. It is up to the service to interpret the configuration

See also

for the configuration receipt in the service

Throws

if something bad happens.