Package com.creditcall.chipdnamobile
Interface IConfigurationUpdateListener
-
public interface IConfigurationUpdateListenerThis interface is used to receive notification of the configuration events after calling methodChipDnaMobile.connectAndConfigure(Parameters). Register listener usingChipDnaMobile.addConfigurationUpdateListener(IConfigurationUpdateListener).- Author:
- Creditcall Ltd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonConfigurationUpdateListener(Parameters parameters)Invoked during connect and configure processing.
-
-
-
Method Detail
-
onConfigurationUpdateListener
void onConfigurationUpdateListener(Parameters parameters)
Invoked during connect and configure processing.- Parameters:
parameters-Parameterscollection which can contain:ParameterKeys.ConfigurationUpdateThe current configuration action, which can be:
-
-