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
idThe id of the linked Nearspeak tag.
-
Constructor for the linked Nearspeak tag.
Declaration
Swift
public init(id: NSNumber, name: String, identifier: String)Parameters
idThe id of the linked Nearspeak tag.
nameThe name of the linked Nearspeak tag.
identifierThe 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
aDecoderThe NScoder decoder object.
-
Encode the linked Nearspeak tag for NSCoder.
Declaration
Swift
public func encodeWithCoder(aCoder: NSCoder)
View on GitHub
NSKLinkedTag Class Reference