Uses of Enum Class
ch.threema.apitool.messages.DeliveryReceipt.Type
Packages that use DeliveryReceipt.Type
Package
Description
-
Uses of DeliveryReceipt.Type in ch.threema.apitool
Methods in ch.threema.apitool with parameters of type DeliveryReceipt.TypeModifier and TypeMethodDescriptionstatic EncryptResultCryptTool.encryptDeliveryReceipt(DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Deliverystatic EncryptResultCryptTool.encryptGroupDeliveryReceipt(GroupId groupId, DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Group -
Uses of DeliveryReceipt.Type in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers with parameters of type DeliveryReceipt.TypeModifier and TypeMethodDescriptionE2EHelper.sendDeliveryReceipt(String threemaId, List<MessageId> ackedMessageIds, DeliveryReceipt.Type receiptType) Encrypt a delivery receipt and send it to the original sender.ApiResponse<org.json.JSONArray> E2EHelper.sendGroupDeliveryReceipt(List<String> threemaIds, GroupId groupId, List<MessageId> ackedMessageIds, DeliveryReceipt.Type receiptType) Encrypt a group delivery receipt and send it to all group members -
Uses of DeliveryReceipt.Type in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return DeliveryReceipt.TypeModifier and TypeMethodDescriptionstatic DeliveryReceipt.TypeDeliveryReceipt.Type.get(int code) DeliveryReceipt.getReceiptType()The message receipt typeGroupDeliveryReceipt.getReceiptType()The message receipt typestatic DeliveryReceipt.TypeReturns the enum constant of this class with the specified name.static DeliveryReceipt.Type[]DeliveryReceipt.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.threema.apitool.messages with parameters of type DeliveryReceipt.TypeModifierConstructorDescriptionDeliveryReceipt(DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds) GroupDeliveryReceipt(GroupId groupId, DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds) -
Uses of DeliveryReceipt.Type in ch.threema.apitool.serializers
Methods in ch.threema.apitool.serializers with parameters of type DeliveryReceipt.TypeModifier and TypeMethodDescriptionstatic byte[]DeliveryReceiptSerializer.serialize(DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds) static byte[]GroupDeliveryReceiptSerializer.serialize(GroupId groupId, DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds)