Label
@objc(GetSocialLabel)
@objcMembers
public class Label : NSObject
Describe label object.
-
Label 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 }