Uses of Enum
org.jivesoftware.smackx.receipts.DeliveryReceiptManager.AutoReceiptMode
Packages that use DeliveryReceiptManager.AutoReceiptMode
-
Uses of DeliveryReceiptManager.AutoReceiptMode in org.jivesoftware.smackx.receipts
Methods in org.jivesoftware.smackx.receipts that return DeliveryReceiptManager.AutoReceiptModeModifier 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.Methods in org.jivesoftware.smackx.receipts with parameters of type DeliveryReceiptManager.AutoReceiptModeModifier 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.