Package com.mixpanel.android.util
Interface OfflineMode
public interface OfflineMode
Implement this to allow Mixpanel behave in-sync with your current custom offline logic
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns true if offline-mode is active on the client.
-
Method Details
-
isOffline
boolean isOffline()Returns true if offline-mode is active on the client. When true Mixpanel will not start new connections, but current active connections will not be interrupted.- Returns:
- true if offline mode is active, false otherwise
-