setAutoSupportDeviceConfiguration

open fun setAutoSupportDeviceConfiguration(    @NonNull context: Context,     @NonNull packageName: String,     @NonNull deviceJsonContent: String,     @NonNull configurationJsonContent: String,     @NonNull hardwareEventListener: HardwareEventListener)

Call this method to register for events related to click auto support devices buttons

Parameters

context

the application context

packageName

the application name

deviceJsonContent

teh content json of device

configurationJsonContent

the content json of the configuration

hardwareEventListener