Skip to content

Instantly share code, notes, and snippets.

@hoangta-w3w
hoangta-w3w / W3WAppEvent.md
Last active October 25, 2025 12:52
New W3WAppEvent constructor

Current

public init(
  type: Any.Type, 
  level: W3WAppEventLevel = .log,
  name: W3WAppEventName,
  parameters: [String: W3WAppEventParameter] = [:]
) { ... }