Interface IAndroidSettingsChangeListener
- All Known Implementing Classes:
AndroidDeviceManagerDelegate
public interface IAndroidSettingsChangeListener
Provides event notification for Android settings changes events.
Need to add listener to
Need to add listener to
IAndroidSettings
for notifications tracking,
and remove it, when no longer needed.-
Method Summary
Modifier and TypeMethodDescriptionvoid
sdkLocationChanged
(Path location) Notification that Android SDK path setting was changed.
-
Method Details
-
sdkLocationChanged
Notification that Android SDK path setting was changed.- Parameters:
location
- the new Android SDK path, cannot benull
-