Interface IAndroidSettingsChangeListener


  • 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 Detail

      • sdkLocationChanged

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