Feed
public struct Feed : Codable, Equatable
Struct representing Leaderboard Feed related values.
-
Label of the feed.
Declaration
Swift
public var label: String -
Name of the feed.
Declaration
Swift
public var name: String -
Image URL of the feed.
Declaration
Swift
public var imageUrl: String -
List of leaders.
Declaration
Swift
public var leaders: [Leaderboard] -
Undocumented
Declaration
Swift
public init(label: String, name: String, imageUrl: String, leaders: [Leaderboard]) -
Declaration
Swift
public init(from decoder: Decoder) throws
View on GitHub
Feed Structure Reference