TNFavoriteEventBuilder
@objcMembers
public class TNFavoriteEventBuilder : NSObject, LogInitiator
Undocumented
-
Entity ID of the place Liked or Unliked
Declaration
Swift
public private(set) var entityId: String? { get } -
Whether the place was Liked or Unliked
Declaration
Swift
public private(set) var action: TNFavoriteEventActionType? { get } -
Undocumented
Declaration
Swift
@discardableResult public func action(_ action: TNFavoriteEventActionType) -> TNFavoriteEventBuilder -
Undocumented
Declaration
Swift
@discardableResult public func entityId(_ entityId: String) -> TNFavoriteEventBuilder -
Undocumented
Declaration
Swift
public func build() -> TNFavoriteEvent?
TNFavoriteEventBuilder Class Reference