Interface IAndroidSettingsChangeListener

All Known Implementing Classes:
AndroidDeviceManagerDelegate

public interface IAndroidSettingsChangeListener
Provides event notification for Android settings changes events.
Need to add listener to IAndroidSettings for notifications tracking, and remove it, when no longer needed.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Notification that Android SDK path setting was changed.
  • Method Details

    • sdkLocationChanged

      void sdkLocationChanged(Path location)
      Notification that Android SDK path setting was changed.
      Parameters:
      location - the new Android SDK path, cannot be null