Package im.getsocial.sdk.notifications
Class SendNotificationPlaceholders.CustomText
- java.lang.Object
-
- im.getsocial.sdk.notifications.SendNotificationPlaceholders.CustomText
-
- Enclosing class:
- SendNotificationPlaceholders
public static final class SendNotificationPlaceholders.CustomText extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RECEIVER_DISPLAY_NAME
Will be replaced with received actual display name in the notification text.static java.lang.String
SENDER_DISPLAY_NAME
Will be replaced with your actual display name in the notification text.
-
Constructor Summary
Constructors Constructor Description CustomText()
-
-
-
Field Detail
-
SENDER_DISPLAY_NAME
public static final java.lang.String SENDER_DISPLAY_NAME
Will be replaced with your actual display name in the notification text.- See Also:
- Constant Field Values
-
RECEIVER_DISPLAY_NAME
public static final java.lang.String RECEIVER_DISPLAY_NAME
Will be replaced with received actual display name in the notification text.- See Also:
- Constant Field Values
-
-