InviteContentPlaceholders
@objcMembers
@objc(GetSocialInviteContentPlaceholders)
public class InviteContentPlaceholders : NSObject
Describe invite content placeholder.
-
Tag is replaced with referral url.
Declaration
Swift
public static let inviteUrl: String
-
Tag is replaced with current user’s name.
Declaration
Swift
public static let userName: String
-
Tag is replaced with promo code from LinkParams if any present.
Declaration
Swift
public static let promoCode: String
-
Tag is replaced with the package string e.g. im.getsocial.testapp.
Declaration
Swift
public static let appPackageName: String
-
Tag is replaced with the subject provided on the GetSocial Dashboard.
Declaration
Swift
public static let inviteSubject: String
-
Tag is replaced with the message text provided on the GetSocial Dashboard.
Declaration
Swift
public static let inviteText: String