Skip to main content

CustomEventPayload

A protocol custom event payload must conform to.

public protocol CustomEventPayload: Codable, Hashable 

Inheritance

Codable, Hashable

Requirements

eventType

A type all events holding this payload have.

static var eventType: EventType 

Did you find this page helpful?