CustomEvent

public struct CustomEvent

Custom event

  • Undocumented

    Declaration

    Swift

    public var event: String
  • Undocumented

    Declaration

    Swift

    public var attributes: [String : Any]?
  • Undocumented

    Declaration

    Swift

    public init(event: String, attributes: [String : Any]? = nil)