Uses of Enum
org.jivesoftware.smackx.receipts.DeliveryReceiptManager.AutoReceiptMode
-
Uses of DeliveryReceiptManager.AutoReceiptMode in org.jivesoftware.smackx.receipts
Modifier and TypeMethodDescriptionDeliveryReceiptManager.getAutoReceiptMode()
Get the currently active auto receipt mode.Returns the enum constant of this type with the specified name.DeliveryReceiptManager.AutoReceiptMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DeliveryReceiptManager.setAutoReceiptMode
(DeliveryReceiptManager.AutoReceiptMode autoReceiptMode) Configure whether theDeliveryReceiptManager
should automatically reply to incomingDeliveryReceipt
s.static void
DeliveryReceiptManager.setDefaultAutoReceiptMode
(DeliveryReceiptManager.AutoReceiptMode autoReceiptMode) Set the default automatic receipt mode for new connections.