Uses of Class
ch.threema.apitool.types.MessageId
Packages that use MessageId
Package
Description
-
Uses of MessageId in ch.threema.apitool
Method parameters in ch.threema.apitool with type arguments of type MessageIdModifier 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 MessageId in ch.threema.apitool.helpers
Method parameters in ch.threema.apitool.helpers with type arguments of type MessageIdModifier and TypeMethodDescriptionE2EHelper.sendDeliveryReceipt(String threemaId, List<MessageId> ackedMessageIds, DeliveryReceipt.Type receiptType) Encrypt a delivery receipt and send it to the original sender. -
Uses of MessageId in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return types with arguments of type MessageIdModifier and TypeMethodDescriptionDeliveryReceipt.getAckedMessageIds()The acked message idsGroupDeliveryReceipt.getAckedMessageIds()The acked message idsConstructor parameters in ch.threema.apitool.messages with type arguments of type MessageIdModifierConstructorDescriptionDeliveryReceipt(DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds) GroupDeliveryReceipt(GroupId groupId, DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds) -
Uses of MessageId in ch.threema.apitool.serializers
Method parameters in ch.threema.apitool.serializers with type arguments of type MessageIdModifier and TypeMethodDescriptionstatic byte[]DeliveryReceiptSerializer.serialize(DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds) static byte[]GroupDeliveryReceiptSerializer.serialize(GroupId groupId, DeliveryReceipt.Type receiptType, List<MessageId> ackedMessageIds)