NSKLinkedTag
Linked nearspeak tags class.
-
The id of the linked Nearspeak tag.
Declaration
Swift
public var id: NSNumber = 0
-
The name of the linked Nearspeak tag.
Declaration
Swift
public var name: String?
-
The identifier of the linked Nearspeak tag.
Declaration
Swift
public var identifier: String?
-
Constructor where you have to set the id of the linked Nearspeak tag.
Declaration
Swift
public init(id: NSNumber)
Parameters
id
The id of the linked Nearspeak tag.
-
Constructor for the linked Nearspeak tag.
Declaration
Swift
public init(id: NSNumber, name: String, identifier: String)
Parameters
id
The id of the linked Nearspeak tag.
name
The name of the linked Nearspeak tag.
identifier
The identifier of the linked Nearspeak tag.
-
Standard constructor for the linked Nearspeak tag, with NSCoder support.
Declaration
Swift
required public init(coder aDecoder: NSCoder)
Parameters
aDecoder
The NScoder decoder object.
-
Encode the linked Nearspeak tag for NSCoder.
Declaration
Swift
public func encodeWithCoder(aCoder: NSCoder)