NotificationsPagingResult
@objcMembers
@objc(GetSocialNotificationsPagingResult)
public final class NotificationsPagingResult : PagingResult
Result of getting notifications method.
-
List of notifications.
Declaration
Swift
public let notifications: [GetSocialNotification]
-
Description.
Declaration
Swift
public override var description: String { get }