Interface OfflineMode


public interface OfflineMode
Implement this to allow Mixpanel behave in-sync with your current custom offline logic
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    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