class UpgradeComponentChangeListener
interface UpgradeComponentChangeListener
|
Description:
This listener provides method to receive the change of detected component which can be upgraded.
Class Members:
Callback Method
method onUpgradeComponentChanged
void onUpgradeComponentChanged(@NonNull UpgradeComponentType type, @NonNull UpgradeComponent component, boolean isConnected)
|
Description:
Called when a dynamic upgrade component is added, or is removed.
@NonNull UpgradeComponentType type | The type of the upgrade component. |
@NonNull UpgradeComponent component | The dynamic upgrade component. |
boolean isConnected | The connecting state of the component. |