dialogGetInput

Data de postagem: 28/06/2012 00:02:05

String title[optional, default Value]: title of the input box,

String message[optional, default Please enter value:]: message to display

above the input box,

String defaultText[optional]: text to insert into the input box)

Queries the user for a text input.

Exemplo:

$droid->dialogGetInput("dialogGetInput","pergunta","conteudo");

print_r($droid->dialogGetResponse());