Reachability

public class Reachability: QueryConnectivity, TrackerHost

Class used to determine device connectivity status

  • Returns true if the user has authenticated offline.

    Declaration

    Swift

    public var isOfflineAuthenticated: Bool
  • Declaration

    Swift

    public func queryConnectivity(_ onComplete: QueryConnectivityCompletion?)
  • Clears the authorization reachability check cache, ensuring the next check of connectivity will call the configured authorization URL to validate authentication state.

    If the configuration does not contain an authorization URL, the cache is unused, so clearing it has no effect.

    Declaration

    Swift

    public func clearCache()
  • ReachabilityConfiguration class, allowing for custom Reachability parameters

    See more

    Declaration

    Swift

    public struct ReachabilityConfiguration