doc: Add RequestQuickDigit method to StkAgent
authorPhilippe Nunes <philippe.nunes@linux.intel.com>
Tue, 28 Aug 2012 13:21:19 +0000 (15:21 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 30 Aug 2012 21:50:42 +0000 (16:50 -0500)
Add new STK Agent API to get digit response on single key press

doc/stk-api.txt

index 471e5d6..8228c8d 100644 (file)
@@ -193,6 +193,15 @@ Methods            byte RequestSelection(string title, byte icon_id,
                        Possible Errors: [service].Error.SimToolkit.GoBack
                                         [service].Error.SimToolkit.EndSession
 
+               string RequestQuickDigit(string alpha, byte icon_id)
+
+                       Same as above but the entered digit shall not be
+                       displayed and the response shall be sent immediately
+                       after the key press. "+" is not allowed for user input.
+
+                       Possible Errors: [service].Error.SimToolkit.GoBack
+                                        [service].Error.SimToolkit.EndSession
+
                boolean RequestConfirmation(string alpha, byte icon_id)
 
                        Asks the agent to get confirmation from the user.