package com.monitorabrasil.participacidadao.actions; /** * Created by Geraldo on 13/08/2015. */ public interface DialogaActions { String DIALOGA_GET_TEMAS = "dialoga_get_temas"; String DIALOGA_GET_PERGUNTA_RESPOSTAS = "dialoga_get_pergunta_resposta"; String DIALOGA_GET_PERGUNTAS = "dialoga_get_perguntas"; String DIALOGA_CONCORDO = "dialoga_concordo"; String DIALOGA_DISCORDO = "dialoga_discordo"; String DIALOGA_ENVIAR_RESPOSTA = "dialoga_enviar_resposta"; String DIALOGA_ENVIAR_PERGUNTA = "dialoga_enviar_pergunta"; String DIALOGA_GET_RESULTADO = "dialoga_get_resultado"; String DIALOGA_GET_PERGUNTA_ALETORIA = "dialoga_get_pergunta_aleatoria"; String KEY_TEXT = "key-text"; String KEY_ID = "key-id"; }