CommunicationState

public enum CommunicationState

CommunicationState indicates the connectivity state of a CommunicationManager.

  • Not connected

    Declaration

    Swift

    case offline
  • Connected

    Declaration

    Swift

    case online