GetSocialNotification
@objcMembers
public final class GetSocialNotification : NSObject
Describe notification object.
-
Notification type.
Declaration
Swift
public internal(set) var type: String? { get }
-
Notification status.
Declaration
Swift
public internal(set) var status: String? { get }
-
Creation date.
Declaration
Swift
public internal(set) var createdAt: Int64 { get }
-
Notification id.
Declaration
Swift
public internal(set) var notificationId: String { get }
-
Notification text.
Declaration
Swift
public internal(set) var text: String? { get }
-
Notification title.
Declaration
Swift
public internal(set) var title: String? { get }
-
Media attachment.
Declaration
Swift
public var mediaAttachment: MediaAttachment?
-
Notification action.
Declaration
Swift
public internal(set) var notificationAction: Action? { get }
-
Action buttons.
Declaration
Swift
public internal(set) var actionButtons: [NotificationButton] { get }
-
Sender.
Declaration
Swift
public internal(set) var sender: User { get }
-
Customization.
Declaration
Swift
public internal(set) var customization: NotificationCustomization? { get }
-
Check if notification was read or not.
Declaration
Swift
public var wasRead: Bool { get }
-
Description.
Declaration
Swift
public override var description: String { get }