summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2011-08-11 04:13:01 -0500
committerDenis Kenzior <denkenz@gmail.com>2011-08-14 22:56:45 -0500
commit0d205a5ef16247641a56eacbecfe39606f6e5d4a (patch)
tree2f28b6165c0c831a174bf43ddf4511dd29e9e3e4 /doc
parentc8131fb10e576bcdcccd74f68a5c16b4b6c98e78 (diff)
downloadofono-0d205a5ef16247641a56eacbecfe39606f6e5d4a.tar.bz2
doc: Clarify DisplayActionInformation STK API
Diffstat (limited to 'doc')
-rw-r--r--doc/stk-api.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt
index ef257352..471e5d61 100644
--- a/doc/stk-api.txt
+++ b/doc/stk-api.txt
@@ -252,13 +252,15 @@ Methods byte RequestSelection(string title, byte icon_id,
Possible Errors: [service].Error.SimToolkit.EndSession
void DisplayActionInformation(string text,
- byte icon_id) [noreply]
+ 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.
+ until the call is canceled using Cancel(). If the
+ method returns it is assumed that the user has
+ explicitly dismissed the dialog and no Cancel() is
+ sent.
boolean ConfirmLaunchBrowser(string information,
byte icon_id, string url)