NotificationType
public enum NotificationType : String, CaseIterable
Supported notification types.
The SDK expects the value of notification’s payload type field to be one of these values
-
Undocumented
Declaration
Swift
case award = "Award" -
Undocumented
Declaration
Swift
case challenge = "Challenge" -
Undocumented
Declaration
Swift
case clientEvents = "ClientEvents" -
Undocumented
Declaration
Swift
case contentPage = "ContentPage" -
Undocumented
Declaration
Swift
case event = "Event" -
Undocumented
Declaration
Swift
case member = "Person" -
Undocumented
Declaration
Swift
case offer = "Offer" -
Undocumented
Declaration
Swift
case offerResponse = "OfferResponse" -
Undocumented
Declaration
Swift
case post = "Post" -
Undocumented
Declaration
Swift
case reward = "Reward"
View on GitHub
NotificationType Enumeration Reference