Uses of Class
ch.threema.apitool.messages.ThreemaMessage
Packages that use ThreemaMessage
Package
Description
-
Uses of ThreemaMessage in ch.threema.apitool
Methods in ch.threema.apitool that return ThreemaMessageModifier and TypeMethodDescriptionstatic ThreemaMessageCryptTool.decryptMessage(byte[] box, byte[] recipientPrivateKey, byte[] senderPublicKey, byte[] nonce) Decrypt a message. -
Uses of ThreemaMessage in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers that return ThreemaMessageConstructors in ch.threema.apitool.helpers with parameters of type ThreemaMessage -
Uses of ThreemaMessage in ch.threema.apitool.messages
Subclasses of ThreemaMessage in ch.threema.apitool.messagesModifier and TypeClassDescriptionclassA poll create message that can be sent/received with end-to-end encryption via Threema.classA poll vote message that can be sent/received with end-to-end encryption via Threema.classA delivery receipt message that can be sent/received with end-to-end encryption via Threema.classA File MessageclassA group poll create message that can be sent/received with end-to-end encryption via Threema.classA group poll vote message that can be sent/received with end-to-end encryption via Threema.classA create group message that can be sent/received with end-to-end encryption via Threema.classA group delete profile picture message that can be sent/received with end-to-end encryption via Threema.classA group delivery receipt message that can be sent/received with end-to-end encryption via Threema.classA File MessageclassA leave group message that can be sent/received with end-to-end encryption via Threema.classA Location MessageclassA group rename message that can be sent/received with end-to-end encryption via Threema.classA group request sync message that can be sent/received with end-to-end encryption via Threema.classA group set profile picture message that can be sent/received with end-to-end encryption via Threema.classA group text message that can be sent/received with end-to-end encryption via Threema.classDeprecated.classA Location MessageclassA text message that can be sent/received with end-to-end encryption via Threema.classThreemaGroupMessageMethods in ch.threema.apitool.messages that return ThreemaMessageModifier and TypeMethodDescriptionstatic ThreemaMessageThreemaMessage.fromString(byte[] jsonData, int realDataLength) -
Uses of ThreemaMessage in ch.threema.apitool.serializers
Methods in ch.threema.apitool.serializers that return ThreemaMessageModifier and TypeMethodDescriptionstatic ThreemaMessageCustomMessageSerializer.deserialize(byte[] jsonData, int realDataLength)