RouterEvent

@objc
public class RouterEvent : NSObject

Encapsulation of Ziti SDK C’s Router Event

  • Status triggering the event

    Declaration

    Swift

    @objc
    public let status: RouterStatus
  • Name of router associated with this event

    Declaration

    Swift

    @objc
    public let name: String
  • Version of router associated with this event

    Declaration

    Swift

    @objc
    public let version: String