ServiceEvent

@objc
public class ServiceEvent : NSObject

Encapsulation of Ziti SDK C’s Service Event

  • List of services removed

    Declaration

    Swift

    @objc
    public var removed: [ZitiService]
  • List of services changed

    Declaration

    Swift

    @objc
    public var changed: [ZitiService]
  • List of services added

    Declaration

    Swift

    @objc
    public var added: [ZitiService]