summaryrefslogtreecommitdiffstats
path: root/doc/stk-api.txt
diff options
context:
space:
mode:
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>2010-12-21 10:34:44 +0100
committerDenis Kenzior <denkenz@gmail.com>2010-12-23 18:33:21 -0600
commitcf312ae79a9f66cb3e2d5865fd7d849d62bd37b9 (patch)
tree6128fd2344aea5d572b7d63cbb552b76f16d15f5 /doc/stk-api.txt
parent46e3dbe759fb3fb693b7413a707c4fd7f69c3c92 (diff)
downloadofono-cf312ae79a9f66cb3e2d5865fd7d849d62bd37b9.tar.bz2
doc: Describe DisplayActionInformation()
Diffstat (limited to 'doc/stk-api.txt')
-rw-r--r--doc/stk-api.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index 79daee6a..519cfdff 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -249,12 +249,20 @@ Methods byte RequestSelection(string title, byte icon_id,
Possible Errors: [service].Error.SimToolkit.EndSession
+ void DisplayActionInformation(string text, byte icon_id)
+
+ Supplies a text string and/or icon concerning the
+ current activity in the terminal and UICC. The
+ text should be displayed to the user on screen
+ until the call is canceled using Cancel(). This
+ method should not return.
+
void Cancel()
Asks the agent to cancel any ongoing operation in
progress. This is usually either because the agent
- is taking too long to respond or the Sim Application
- has terminated the session.
+ is taking too long to respond, the Sim Application
+ has terminated the session or a task has finished.
void Release()