RichPushCategory
public enum RichPushCategory : String, CaseIterable
Supported Rich Push Notification category types.
The SDK expects the value of notification’s payload category
field to be one of these values
-
Undocumented
Declaration
Swift
case postLike = "POST_LIKE"
-
Undocumented
Declaration
Swift
case postLikeComment = "POST_LIKE_COMMENT"
-
Undocumented
Declaration
Swift
case challenge = "CHALLENGE"
-
Undocumented
Declaration
Swift
case offerLink = "OFFER_LINK"
-
Undocumented
Declaration
Swift
case offerCoupon = "OFFER_COUPON"
-
Undocumented
Declaration
Swift
case offerCertificate = "OFFER_CERTIFICATE"
-
Undocumented
Declaration
Swift
case offerClip = "OFFER_CLIP"
-
Undocumented
Declaration
Swift
case eventFavorite = "EVENT_FAVORITE"
-
Undocumented
Declaration
Swift
case contentPage = "CONTENT_PAGE"