Package im.getsocial.sdk.notifications
Class Notification.NotificationType
- java.lang.Object
-
- im.getsocial.sdk.notifications.Notification.NotificationType
-
- Enclosing class:
- Notification
public static class Notification.NotificationType extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
COMMENT
Someone commented on your activity.static java.lang.String
COMMENTED_IN_SAME_THREAD
Someone commented on the activity where you've commented before.static java.lang.String
DIRECT
Notifications sent from the Dashboard when using "Test Push Notifications".static java.lang.String
INVITE_ACCEPTED
Someone accepted your invite.static java.lang.String
LIKE_ACTIVITY
Someone liked your activity.static java.lang.String
LIKE_COMMENT
Someone liked your comment.static java.lang.String
MENTION_IN_ACTIVITY
Someone mentioned you in activity.static java.lang.String
MENTION_IN_COMMENT
Someone mentioned you in comment.static java.lang.String
NEW_FRIENDSHIP
You became friends with another user.static java.lang.String
REPLY_TO_COMMENT
Someone replied to your comment.static java.lang.String
SDK
Notification sent from SDK.static java.lang.String
TARGETING
Smart targeting Push Notifications.
-
Constructor Summary
Constructors Constructor Description NotificationType()
-
-
-
Field Detail
-
COMMENT
public static final java.lang.String COMMENT
Someone commented on your activity.- See Also:
- Constant Field Values
-
LIKE_ACTIVITY
public static final java.lang.String LIKE_ACTIVITY
Someone liked your activity.- See Also:
- Constant Field Values
-
LIKE_COMMENT
public static final java.lang.String LIKE_COMMENT
Someone liked your comment.- See Also:
- Constant Field Values
-
COMMENTED_IN_SAME_THREAD
public static final java.lang.String COMMENTED_IN_SAME_THREAD
Someone commented on the activity where you've commented before.- See Also:
- Constant Field Values
-
NEW_FRIENDSHIP
public static final java.lang.String NEW_FRIENDSHIP
You became friends with another user.- See Also:
- Constant Field Values
-
INVITE_ACCEPTED
public static final java.lang.String INVITE_ACCEPTED
Someone accepted your invite.- See Also:
- Constant Field Values
-
MENTION_IN_COMMENT
public static final java.lang.String MENTION_IN_COMMENT
Someone mentioned you in comment.- See Also:
- Constant Field Values
-
MENTION_IN_ACTIVITY
public static final java.lang.String MENTION_IN_ACTIVITY
Someone mentioned you in activity.- See Also:
- Constant Field Values
-
REPLY_TO_COMMENT
public static final java.lang.String REPLY_TO_COMMENT
Someone replied to your comment.- See Also:
- Constant Field Values
-
TARGETING
public static final java.lang.String TARGETING
Smart targeting Push Notifications.- See Also:
- Constant Field Values
-
DIRECT
public static final java.lang.String DIRECT
Notifications sent from the Dashboard when using "Test Push Notifications".- See Also:
- Constant Field Values
-
SDK
public static final java.lang.String SDK
Notification sent from SDK.- See Also:
- Constant Field Values
-
-