DeliveryReason

annotation class DeliveryReason

Properties

Link copied to clipboard
val CUG_PERMISSION: String
the message is rejected because of CUG visibility restrictions
Link copied to clipboard
val INTERNAL_ERROR: String
when there is an internal error for the display message processing (default value in case the reason is not specified in the PHP code)
Link copied to clipboard
val INVALID_MESSAGE: String
when the received display message is invalid
Link copied to clipboard
val RECIPIENT_QUOTA_ATTACHMENT: String
when the quota for attachments (size or count) is triggered
Link copied to clipboard
val RECIPIENT_QUOTA_MESSAGE: String
when the quota for display messages (size or count) is triggered
Link copied to clipboard
val REJECTED_BY_FILTERING_SYSTEM: String
When the NDR (negative delivery report) came from the filtering system (antivirus).
Link copied to clipboard
val RETRY_LIMIT_REACHED: String
when a certain retry operation on the display message is reached
Link copied to clipboard
val USER_FALSE: String
if the original recipient is no more an SmartMS subscriber

Inherited functions

Link copied to clipboard
abstract fun annotationType(): Class<out Annotation>
Link copied to clipboard
abstract fun equals(p: Any): Boolean
Link copied to clipboard
abstract fun hashCode(): Int
Link copied to clipboard
abstract fun toString(): String