InvocationType

public enum InvocationType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case event = "Event"
  • Undocumented

    Declaration

    Swift

    case requestresponse = "RequestResponse"
  • Declaration

    Swift

    public var description: String { get }