Uses of Enum
org.jivesoftware.smackx.receipts.DeliveryReceiptManager.AutoReceiptMode
Packages that use DeliveryReceiptManager.AutoReceiptMode
-
Uses of DeliveryReceiptManager.AutoReceiptMode in org.jivesoftware.smackx.receipts
Subclasses with type arguments of type DeliveryReceiptManager.AutoReceiptMode in org.jivesoftware.smackx.receiptsModifier and TypeClassDescriptionstatic enumSpecifies when incoming message delivery receipt requests should be automatically acknowledged with an receipt.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 TypeMethodDescriptionvoidDeliveryReceiptManager.setAutoReceiptMode(DeliveryReceiptManager.AutoReceiptMode autoReceiptMode) Configure whether theDeliveryReceiptManagershould automatically reply to incomingDeliveryReceipts.static voidDeliveryReceiptManager.setDefaultAutoReceiptMode(DeliveryReceiptManager.AutoReceiptMode autoReceiptMode) Set the default automatic receipt mode for new connections.