Uses of Class
com.smeup.kokos.sdk.inputpanel.strategy.InputPanelMessage
Packages that use InputPanelMessage
-
Uses of InputPanelMessage in com.smeup.kokos.sdk.inputpanel.strategy
Methods in com.smeup.kokos.sdk.inputpanel.strategy that return types with arguments of type InputPanelMessageMethods in com.smeup.kokos.sdk.inputpanel.strategy with parameters of type InputPanelMessageModifier and TypeMethodDescriptionInputPanelSaveResponseBuilder.withMessage(InputPanelMessage message) Constructor parameters in com.smeup.kokos.sdk.inputpanel.strategy with type arguments of type InputPanelMessageModifierConstructorDescriptionInputPanelSaveResponse(List<InputPanelMessage> messages, boolean rerender) InputPanelSaveResponse(List<InputPanelMessage> messages, InputPanelData data, InputPanelConfiguration configuration, boolean rerender, List<SmeupAction> actions) InputPanelSaveResponse(List<InputPanelMessage> messages, List<SmeupAction> actions, boolean rerender)