Package io.piano.analytics
Interface PianoAnalytics.OnGetConfigurationListener
-
- Enclosing class:
- PianoAnalytics
public static interface PianoAnalytics.OnGetConfigurationListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonGetConfiguration(String configurationValue)Called when configuration data is available and customer want to request it
-
-
-
Method Detail
-
onGetConfiguration
void onGetConfiguration(String configurationValue)
Called when configuration data is available and customer want to request it- Parameters:
configurationValue- current value of the requested key
-
-