TNUserSetEvent
@objcMembers
public class TNUserSetEvent : TNApplicationEvent
Parent class for Set Home / Work Event models. Use TNUserSetEventBuilder to create an event
-
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 } -
Latitude of entity
Declaration
Swift
public private(set) var lat: CLLocationDegrees { get } -
Longitude of entity
Declaration
Swift
public private(set) var lon: CLLocationDegrees { get }
-
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws -
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
TNUserSetEvent Class Reference