Interface ISendMessagePluginResponse
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionOptional.Optional.Returns the ID of the inbox that was used to send the message.booleanReturns whether the message was successfully sent to the external message service provided by the plugin.
-
Method Details
-
getMessageProperties
-
getMessageReferenceId
String getMessageReferenceId()Optional. Returns some sort of ID that uniquely identifies the message within the external message service provided by the plugin.- Returns:
- The message reference ID within the external message service provided by the plugin or empty if not available.
-
getResolvedInboxId
String getResolvedInboxId()Returns the ID of the inbox that was used to send the message.- Returns:
- The ID of the inbox that was used to send the message, or empty if not available.
-
isSuccessful
boolean isSuccessful()Returns whether the message was successfully sent to the external message service provided by the plugin.- Returns:
- True if the message was successfully sent, false otherwise.
-