*=======================================================*
*public* *class* USSDNotification *implements* IUSSDNotification
{
*public* *void* process(AGateway gateway, USSDResponse response) {
System.*out*.println("USSD handler called from Gateway: " +
gateway.getGatewayId());
System.*out*.println(response.getContent());
e.printStackTrace();
// *TODO*: handle exception
}
}
}
Le mercredi 14 mai 2014 19:47:23 UTC+1, Abiodun a écrit :
>
> After using
> gateway.sendUSSDCommand("*556#");
> response is simply "OK"
> How can I display other information in the response;
> Thank you for your anticipated reply.
>
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion Group" group.
To view this discussion on the web visit
https://groups.google.com/d/msgid/smslib/c2af76be-b254-469e-8174-711f011d1ea2%40googlegroups.com.