NotificationType
@objcMembers
@objc(GetSocialNotificationType)
public class NotificationType : NSObject
Notification types.
-
Someone commented on your activity.
Declaration
Swift
public static let comment: String
-
Someone liked your activity.
Declaration
Swift
public static let likeActivity: String
-
Someone liked your comment.
Declaration
Swift
public static let likeComment: String
-
Someone commented on the activity where you’ve commented before.
Declaration
Swift
public static let relatedComment: String
-
You became friends with another user.
Declaration
Swift
public static let newFriendship: String
-
Someone accepted your invite.
Declaration
Swift
public static let inviteAccepted: String
-
Someone mentioned you in comment.
Declaration
Swift
public static let mentionInComment: String
-
Someone mentioned you in activity.
Declaration
Swift
public static let mentionInActivity: String
-
Someone replied to your comment.
Declaration
Swift
public static let replyToComment: String
-
Smart targeting Push Notifications.
Declaration
Swift
public static let targeting: String
-
Notifications sent from the Dashboard when using “Test Push Notifications”.
Declaration
Swift
public static let direct: String
-
Notification sent from SDK.
Declaration
Swift
public static let sdk: String
-
Notification sent on new chat message.
Declaration
Swift
public static let chatMessage: String