doc: Clarify DisplayActionInformation STK API
authorDenis Kenzior <denkenz@gmail.com>
Thu, 11 Aug 2011 09:13:01 +0000 (04:13 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Mon, 15 Aug 2011 03:56:45 +0000 (22:56 -0500)
doc/stk-api.txt

index ef25735..471e5d6 100644 (file)
@@ -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)