SMSLib 3.5.3

Uses of Class
org.smslib.USSDResultPresentation

Packages that use USSDResultPresentation
org.smslib Main SMSLib classes. 
 

Uses of USSDResultPresentation in org.smslib
 

Methods in org.smslib that return USSDResultPresentation
 USSDResultPresentation USSDRequest.getResultPresentation()
           
static USSDResultPresentation USSDResultPresentation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static USSDResultPresentation[] USSDResultPresentation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.smslib with parameters of type USSDResultPresentation
 void USSDRequest.setUSSDResultPresentation(USSDResultPresentation aResultPresentation)
           
 

Constructors in org.smslib with parameters of type USSDResultPresentation
USSDRequest(USSDResultPresentation aPresentation, java.lang.String aContent, USSDDcs aDcs, java.lang.String aGatewayId)
          Full constructor
 


SMSLib 3.5.3

(c) 2002-2011, http://smslib.org