Package com.microej.wear.components
Interface UpdateListener
-
public interface UpdateListenerThe listener interface for receiving notifications when an app on the device has been updated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonAppUpdated()Called when an update has occurred.
-