Builder

open class Builder

The builder for this class.

  • Add a tracker to the builder.

    Declaration

    Swift

    public func add(tracker: Tracker) -> Builder
  • Set a delegate to display local notifications. This is used for debugging the tracking. It will display a local notification for each time track is called.

    Declaration

    Swift

    public func setNotificationDelegate(delegate: UIViewController) -> Builder
  • Build the analytics object.

    Declaration

    Swift

    public func build() -> StanwoodAnalytics