Package im.getsocial.sdk.invites
Class InviteTextPlaceholders
- java.lang.Object
-
- im.getsocial.sdk.invites.InviteTextPlaceholders
-
public final class InviteTextPlaceholders extends java.lang.Object
Collection of placeholders to be used to build Smart Invite message text. To be used withInviteContent.setText(String)
} method.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PLACEHOLDER_APP_INVITE_URL
Tag is replaced with referral url.static java.lang.String
PLACEHOLDER_PROMO_CODE
Tag is replaced with promo code from LinkParams if any present.static java.lang.String
PLACEHOLDER_USER_NAME
Tag is replaced with current user name.
-
-
-
Field Detail
-
PLACEHOLDER_APP_INVITE_URL
public static final java.lang.String PLACEHOLDER_APP_INVITE_URL
Tag is replaced with referral url.- See Also:
- Constant Field Values
-
PLACEHOLDER_USER_NAME
public static final java.lang.String PLACEHOLDER_USER_NAME
Tag is replaced with current user name.- See Also:
- Constant Field Values
-
PLACEHOLDER_PROMO_CODE
public static final java.lang.String PLACEHOLDER_PROMO_CODE
Tag is replaced with promo code from LinkParams if any present.- See Also:
- Constant Field Values
-
-