Uses of Class
ch.threema.apitool.exceptions.NotAllowedException
Packages that use NotAllowedException
-
Uses of NotAllowedException in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers that throw NotAllowedExceptionModifier and TypeMethodDescriptionE2EHelper.sendFileMessage(String threemaId, File fileMessageFile) Encrypt a file message and send it to the given recipient.E2EHelper.sendFileMessage(String threemaId, File fileMessageFile, File thumbnailMessagePath, String caption) Encrypt a file message and send it to the given recipient.E2EHelper.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) Encrypt a file message and send it to the given group.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.E2EHelper.sendImageMessage(String threemaId, String imageFilePath) Deprecated.