summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPhilippe Nunes <philippe.nunes@linux.intel.com>2012-08-28 15:21:19 +0200
committerDenis Kenzior <denkenz@gmail.com>2012-08-30 16:50:42 -0500
commita4870c760ef9627962ce06bac48791cdf4fdee76 (patch)
treed77ccbfabc4f1fd56fd1a0854f4b99a133f6589b /doc
parent3ac780fee7162a2d7ad42070f92da1dddfa57c18 (diff)
downloadofono-a4870c760ef9627962ce06bac48791cdf4fdee76.tar.bz2
doc: Add RequestQuickDigit method to StkAgent
Add new STK Agent API to get digit response on single key press
Diffstat (limited to 'doc')
-rw-r--r--doc/stk-api.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index 471e5d61..8228c8d2 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -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.