PagingResult
@objcMembers
@objc(GetSocialPagingResult)
public class PagingResult : NSObject
Generic paging result object.
-
Define next cursor to load next page. If value is empty there is no more page to load.
Declaration
Swift
public let nextCursor: String
-
Define if there is a next page to load.
Declaration
Swift
public var isLastPage: Bool { get }
-
Description.
Declaration
Swift
public override var description: String { get }