Uses of Enum Class
ch.threema.apitool.types.FileRenderingType
Packages that use FileRenderingType
Package
Description
-
Uses of FileRenderingType in ch.threema.apitool
Methods in ch.threema.apitool with parameters of type FileRenderingTypeModifier and TypeMethodDescriptionstatic EncryptResultCryptTool.encryptFileMessage(byte[] blobId, byte[] thumbnailBlobId, String thumbnailMediaType, byte[] encryptionKey, String mimeType, String fileName, int size, String caption, FileRenderingType renderingType, String correlationId, Map<String, Object> metadata, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Filestatic EncryptResultCryptTool.encryptGroupFileMessage(GroupId groupId, byte[] blobId, byte[] thumbnailBlobId, String thumbnailMediaType, byte[] encryptionKey, String mimeType, String fileName, int size, String caption, FileRenderingType renderingType, String correlationId, Map<String, Object> metadata, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Group -
Uses of FileRenderingType in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers with parameters of type FileRenderingTypeModifier and TypeMethodDescriptionE2EHelper.sendFileMessage(String threemaId, File fileMessageFile, File thumbnailMessagePath, String caption, FileRenderingType renderingType) Encrypt a file message and send it to the given recipient.E2EHelper.sendFileMessage(String threemaId, File fileMessageFile, File thumbnailMessageFile, String caption, FileRenderingType renderingType, String correlationId, Map<String, Object> metadata) Encrypt a file message and send it to the given recipient.ApiResponse<org.json.JSONArray> E2EHelper.sendGroupFileMessage(List<String> threemaId, GroupId groupId, File fileMessageFile, File thumbnailMessageFile, String caption, FileRenderingType renderingType) Encrypt a file message and send it to the given group.ApiResponse<org.json.JSONArray> E2EHelper.sendGroupFileMessage(List<String> threemaIds, GroupId groupId, File fileMessageFile, File thumbnailMessageFile, String caption, FileRenderingType renderingType, String correlationId, Map<String, Object> metadata) Encrypt a file message and send it to the given group. -
Uses of FileRenderingType in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return FileRenderingTypeModifier and TypeMethodDescriptionFileMessage.getRenderingType()The rendering typeGroupFileMessage.getRenderingType()The rendering typeConstructors in ch.threema.apitool.messages with parameters of type FileRenderingTypeModifierConstructorDescriptionFileMessage(byte[] blobId, byte[] thumbnailBlobId, String thumbnailMediaType, byte[] encryptionKey, String mimeType, String fileName, int size, String caption, FileRenderingType renderingType, String correlationId, Map<String, Object> metadata) GroupFileMessage(GroupId groupId, byte[] blobId, byte[] thumbnailBlobId, String thumbnailMediaType, byte[] encryptionKey, String mimeType, String fileName, int size, String caption, FileRenderingType renderingType, String correlationId, Map<String, Object> metadata) -
Uses of FileRenderingType in ch.threema.apitool.types
Methods in ch.threema.apitool.types that return FileRenderingTypeModifier and TypeMethodDescriptionstatic FileRenderingTypeFileRenderingType.valueOf(int renderingType) Returns the enum constant of this class with the specified name.static FileRenderingTypeReturns the enum constant of this class with the specified name.static FileRenderingType[]FileRenderingType.values()Returns an array containing the constants of this enum class, in the order they are declared.