Uses of Enum Class
ch.threema.apitool.types.voting.DisplayMode
Packages that use DisplayMode
Package
Description
-
Uses of DisplayMode in ch.threema.apitool
Methods in ch.threema.apitool with parameters of type DisplayModeModifier and TypeMethodDescriptionstatic EncryptResultCryptTool.encryptBallotCreateMessage(byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Ballotstatic EncryptResultCryptTool.encryptGroupBallotCreateMessage(GroupId groupId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants, byte[] senderPrivateKey, byte[] recipientPublicKey) Encrypt a Group -
Uses of DisplayMode in ch.threema.apitool.helpers
Methods in ch.threema.apitool.helpers with parameters of type DisplayModeModifier and TypeMethodDescriptionE2EHelper.sendBallotCreateMessage(String threemaId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) Encrypt a ballot create message and send it to the given recipient.ApiResponse<org.json.JSONArray> E2EHelper.sendGroupBallotCreateMessage(List<String> threemaIds, GroupId groupId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) Encrypt a ballot create message and send it to the given group. -
Uses of DisplayMode in ch.threema.apitool.messages
Methods in ch.threema.apitool.messages that return DisplayModeModifier and TypeMethodDescriptionBallotCreateMessage.getDisplayMode()The display modeGroupBallotCreateMessage.getDisplayMode()The display modeConstructors in ch.threema.apitool.messages with parameters of type DisplayModeModifierConstructorDescriptionBallotCreateMessage(byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) GroupBallotCreateMessage(GroupId groupId, byte[] ballotId, String description, State state, VotingMode votingMode, ResultsDisclosureType resultsDisclosureType, int order, DisplayMode displayMode, List<BallotChoice> choices, List<String> participants) -
Uses of DisplayMode in ch.threema.apitool.types.voting
Methods in ch.threema.apitool.types.voting that return DisplayModeModifier and TypeMethodDescriptionstatic DisplayModeDisplayMode.valueOf(int displayMode) Returns the enum constant of this class with the specified name.static DisplayModeReturns the enum constant of this class with the specified name.static DisplayMode[]DisplayMode.values()Returns an array containing the constants of this enum class, in the order they are declared.