SDK Reference v2.0.0 / NotificationSendStatusCode
NotificationSendStatusCode
Describes whether a notification was sent to a participant.
associatedtype RawValue
static let succeeded: MyDataHelpsKit.NotificationSendStatusCode
The notification was sent. This does not guarantee it was received nor read.
static let unsubscribed: MyDataHelpsKit.NotificationSendStatusCode
The notification could not be sent because the recipient unsubscribed their contact info from notifications.
static let missingContactInfo: MyDataHelpsKit.NotificationSendStatusCode
The notification could not be sent because contact info was not available.
static let noRegisteredMobileDevice: MyDataHelpsKit.NotificationSendStatusCode
The notification could not be sent because a verified mobile device was not available.
static let noAssociatedUser: MyDataHelpsKit.NotificationSendStatusCode
The notification could not be sent because the participant has not registered an account on MyDataHelps.
static let serviceError: MyDataHelpsKit.NotificationSendStatusCode
The notification was not sent due to an error.
let rawValue: String
The raw value for the status code as stored in MyDataHelps.
init(rawValue: String)
Initializes a NotificationSendStatusCode
with an arbitrary value. Consider using static members such as NotificationSendStatusCode.succeeded
instead for known values.
The raw value for the status code as stored in MyDataHelps.