SDK Reference v2.0.0 / NotificationType
NotificationType
enum NotificationType : String, Decodable
The type of notification sent to a participant.
sms
case sms = "Sms"
SMS (text message) notification.
push
case push = "Push"
Push notification sent to a mobile app.
email
case email = "Email"