TNUserSetEventBuilder

@objcMembers
public class TNUserSetEventBuilder : NSObject, LogInitiator

Undocumented

  • Entity ID of the result that was set as home

    Declaration

    Swift

    public private(set) var entityId: String? { get }
  • Action Type: Set or Remove

    Declaration

    Swift

    public private(set) var action: TNUserEventActionType? { get }
  • Label of the home address

    Declaration

    Swift

    public private(set) var label: String? { get }
  • lat

    Latitude of entity

    Declaration

    Swift

    public private(set) var lat: CLLocationDegrees? { get }
  • lon

    Longitude of entity

    Declaration

    Swift

    public private(set) var lon: CLLocationDegrees? { get }
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public func entityId(_ entityId: String) -> Self
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public func label(_ label: String) -> Self
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public func action(_ action: TNUserEventActionType) -> Self
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public func lat(_ lat: CLLocationDegrees) -> Self
  • Undocumented

    Declaration

    Swift

    @discardableResult
    public func lon(_ lon: CLLocationDegrees) -> Self