doc: Add RequestQuickDigit method to StkAgent

Add new STK Agent API to get digit response on single key press
This commit is contained in:
Philippe Nunes 2012-08-28 15:21:19 +02:00 committed by Denis Kenzior
parent 3ac780fee7
commit a4870c760e
1 changed files with 9 additions and 0 deletions

View 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.