Skip to main content

WemapEvent

Create a Wemap Event

public class WemapEvent: JSON

Inheritance​

JSON

Initializers​

init(_:)​

public init(_ json: NSDictionary)
  • Parameter json: { id, name, description, external_data }

Properties​

id​

public let id: Int

name​

public let name: String

eventDescription​

public let eventDescription: String

pinpoint​

public let pinpoint: WemapPinpoint?

external_data​

public let external_data: NSDictionary?

Methods​

toJSONObject()​

public override func toJSONObject() -> Any