YMKAttribution

class YMKAttribution : NSObject

Details about the source of information.

Summary

Class methods

 init(author: YMKAttributionAuthor?, link: YMKAttributionLink?)

Properties

var authorYMKAttributionAuthor? { get }
Additional information about the author

var linkYMKAttributionLink? { get }
Link to a specific page on the author's site

Class methods

 init(author: YMKAttributionAuthor?, link: YMKAttributionLink?)


Properties

author

var author: YMKAttributionAuthor? { get }

Additional information about the author.

Optional field, can be nil.


var link: YMKAttributionLink? { get }

Link to a specific page on the author's site. To link to the website as a whole, use author.uri.

Optional field, can be nil.


Предыдущая
Следующая