APTimedEvent

@objc
open class APTimedEvent : NSObject

Model representation of the timed event

  • Unique event name

    Declaration

    Swift

    public var eventName: String
  • Parameters dictionary to send for current event

    Declaration

    Swift

    public var parameters: [String : NSObject]?
  • Start date of the current event

    Declaration

    Swift

    public var startTime: Date
  • Initialization of the APTimedEvent instance

    Declaration

    Swift

    public init(eventName: String, parameters: [String : NSObject]?, startTime: Date)

    Parameters

    eventName

    Unique event name

    parameters

    Parameters dictionary to send for current event

    startTime

    Start date of the current event