Google Cloud IoT Core is being retired on August 16, 2023. Contact your Google Cloud account team for more information.

OnConfigurationListener (iotcore 1.0.0 API)

Stay organized with collections Save and categorize content based on your preferences.
com.google.android.things.iotcore

Interface OnConfigurationListener



  • public interface OnConfigurationListener
    Listener interface for receiving device configuration pushed by Google Cloud IoT Core.
    • Method Detail

      • onConfigurationReceived

        void onConfigurationReceived(byte[] configurationData)
        Invoked when device configuration data is received from Cloud IoT Core.
        Parameters:
        configurationData - data received from Cloud IoT Core