Package im.getsocial.sdk.notifications
Class SendNotificationPlaceholders.Receivers
- java.lang.Object
-
- im.getsocial.sdk.notifications.SendNotificationPlaceholders.Receivers
-
- Enclosing class:
- SendNotificationPlaceholders
public static final class SendNotificationPlaceholders.Receivers extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
FOLLOWERS
Send notification to followers.static java.lang.String
FRIENDS
Send notifications to all friends.static java.lang.String
REFERRED_USERS
Send notifications to all users that were invited by you.static java.lang.String
REFERRER
Send notification to user who invited you - if exists.
-
Constructor Summary
Constructors Constructor Description Receivers()
-
-
-
Field Detail
-
FRIENDS
public static final java.lang.String FRIENDS
Send notifications to all friends.- See Also:
- Constant Field Values
-
REFERRED_USERS
public static final java.lang.String REFERRED_USERS
Send notifications to all users that were invited by you.- See Also:
- Constant Field Values
-
REFERRER
public static final java.lang.String REFERRER
Send notification to user who invited you - if exists.- See Also:
- Constant Field Values
-
FOLLOWERS
public static final java.lang.String FOLLOWERS
Send notification to followers.- See Also:
- Constant Field Values
-
-