RichPushAction
public enum RichPushAction : String, CaseIterable
Supported Rich Push Notification Quick Actions.
The SDK uses these values to:
- Set an identifier for category actions during setup
- Identify which action the user initiated
-
Undocumented
Declaration
Swift
case likePost = "like-post"
-
Undocumented
Declaration
Swift
case commentPost = "comment-post"
-
Undocumented
Declaration
Swift
case openChallenge = "open-challenge"
-
Undocumented
Declaration
Swift
case openOfferLink = "open-offer-link"
-
Undocumented
Declaration
Swift
case openCoupon = "open-coupon"
-
Undocumented
Declaration
Swift
case openCertificate = "open-certificate"
-
Undocumented
Declaration
Swift
case clipOffer = "clip-offer"
-
Undocumented
Declaration
Swift
case favoriteEvent = "favorite-event"
-
Undocumented
Declaration
Swift
case openContentPage = "open-content-page"