PlanetKitDisconnectedParam

public class PlanetKitDisconnectedParam : NSObject

A parameter class that represents the disconnection event in PlanetKit.

  • The source of the disconnection.

    Declaration

    Swift

    @objc
    public let source: PlanetKitDisconnectSource
  • The reason for the disconnection.

    Declaration

    Swift

    @objc
    public let reason: PlanetKitDisconnectReason
  • The user-defined code associated with the disconnection.

    Declaration

    Swift

    @objc
    public let userCode: String?
  • A Boolean value indicating whether the disconnection was initiated by the remote user.

    Declaration

    Swift

    @objc
    public let byRemote: Bool