AI-generated Key Takeaways
-
OfflineListeneris a callback interface for clients to stay informed about offline update status and progress. -
It uses the
OfflineListener.OfflineStateenum to represent possible states of the offline tile process. -
The
updateStatemethod provides updates on the offline state and progress percentage.
public interface
OfflineListener
Callback interface that clients can register to be informed of Offline update state or progress percentage changes.
Nested Class Summary
| enum | OfflineListener.OfflineState | Possible states of the offlining of tiles process. | |
Public Method Summary
| abstract void |
updateState(OfflineListener.OfflineState offlineState, int progressPercentage)
|
Public Methods
public abstract void updateState (OfflineListener.OfflineState offlineState, int progressPercentage)
Parameters
| offlineState | |
|---|---|
| progressPercentage |