OfflineListener

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