DisconnectEventArgs

public struct DisconnectEventArgs

Event arguments that represent a disconnect event

  • Set to true if one party initiates a disconnect and false if we lose connection and the connection retry fails

    Declaration

    Swift

    public let expected: Bool
  • Declaration

    Swift

    public init(expected: Bool)