STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.core.api.messaging
/
DeliveryReason
Delivery
Reason
@
Retention
(
value
=
RetentionPolicy.SOURCE
)
annotation class
DeliveryReason
Content copied to clipboard
Inherited functions
Properties
Properties
CUG_PERMISSION
Link copied to clipboard
val
CUG_PERMISSION
:
String
Content copied to clipboard
the message is rejected because of CUG visibility restrictions
INTERNAL_ERROR
Link copied to clipboard
val
INTERNAL_ERROR
:
String
Content copied to clipboard
when there is an internal error for the display message processing (default value in case the reason is not specified in the PHP code)
INVALID_MESSAGE
Link copied to clipboard
val
INVALID_MESSAGE
:
String
Content copied to clipboard
when the received display message is invalid
RECIPIENT_QUOTA_ATTACHMENT
Link copied to clipboard
val
RECIPIENT_QUOTA_ATTACHMENT
:
String
Content copied to clipboard
when the quota for attachments (size or count) is triggered
RECIPIENT_QUOTA_MESSAGE
Link copied to clipboard
val
RECIPIENT_QUOTA_MESSAGE
:
String
Content copied to clipboard
when the quota for display messages (size or count) is triggered
REJECTED_BY_FILTERING_SYSTEM
Link copied to clipboard
val
REJECTED_BY_FILTERING_SYSTEM
:
String
Content copied to clipboard
When the NDR (negative delivery report) came from the filtering system (antivirus).
RETRY_LIMIT_REACHED
Link copied to clipboard
val
RETRY_LIMIT_REACHED
:
String
Content copied to clipboard
when a certain retry operation on the display message is reached
USER_FALSE
Link copied to clipboard
val
USER_FALSE
:
String
Content copied to clipboard
if the original recipient is no more an SmartMS subscriber
Inherited functions
annotation
Type
Link copied to clipboard
abstract
fun
annotationType
(
)
:
Class
<
out
Annotation
>
Content copied to clipboard
equals
Link copied to clipboard
abstract
fun
equals
(
p
:
Any
)
:
Boolean
Content copied to clipboard
hash
Code
Link copied to clipboard
abstract
fun
hashCode
(
)
:
Int
Content copied to clipboard
to
String
Link copied to clipboard
abstract
fun
toString
(
)
:
String
Content copied to clipboard