Topic
@objc(GetSocialTopic)
@objcMembers
public class Topic : NSObject
Describe topic object.
-
Topic identifier
Declaration
Swift
@objc(topicId) public internal(set) var id: String { get }
-
Topic localized title
Declaration
Swift
public var title: String? { get }
-
Topic localized description
Declaration
Swift
public var topicDescription: String? { get }
-
Avatar Url
Declaration
Swift
public internal(set) var avatarUrl: String? { get }
-
Creation date
Declaration
Swift
public internal(set) var createdAt: Int64 { get }
-
Last update
Declaration
Swift
public internal(set) var updatedAt: Int64 { get }
-
Setting
Declaration
Swift
public internal(set) var settings: CommunitiesSettings { get }
-
Number of followers
Declaration
Swift
public internal(set) var followersCount: Int { get }
-
Current user is follower or not
Declaration
Swift
public internal(set) var isFollowedByMe: Bool { get }
-
Declaration
Swift
public internal(set) var popularity: Double { get }
-
Description.
Declaration
Swift
public override var description: String { get }