Tag
@objc(GetSocialTag)
@objcMembers
public class Tag : NSObject
Describe tag name.
-
Tag Name
Declaration
Swift
public internal(set) var name: String { get }
-
Number of followers
Declaration
Swift
public internal(set) var followersCount: Int { get }
-
Number of activities
Declaration
Swift
public internal(set) var activitiesCount: 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 }