com.google.android.things.iotcore
Interface OnConfigurationListener
-
public interface OnConfigurationListener
Listener interface for receiving device configuration pushed by Google Cloud IoT Core.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description void
onConfigurationReceived(byte[] configurationData)
Invoked when device configuration data is received from Cloud IoT Core.
-