doc: Clarify DisplayActionInformation STK API

This commit is contained in:
Denis Kenzior 2011-08-11 04:13:01 -05:00
parent c8131fb10e
commit 0d205a5ef1
1 changed files with 5 additions and 3 deletions

View File

@ -252,13 +252,15 @@ Methods byte RequestSelection(string title, byte icon_id,
Possible Errors: [service].Error.SimToolkit.EndSession Possible Errors: [service].Error.SimToolkit.EndSession
void DisplayActionInformation(string text, void DisplayActionInformation(string text,
byte icon_id) [noreply] byte icon_id)
Supplies a text string and/or icon concerning the Supplies a text string and/or icon concerning the
current activity in the terminal and UICC. The current activity in the terminal and UICC. The
text should be displayed to the user on screen text should be displayed to the user on screen
until the call is canceled using Cancel(). This until the call is canceled using Cancel(). If the
method should not return. method returns it is assumed that the user has
explicitly dismissed the dialog and no Cancel() is
sent.
boolean ConfirmLaunchBrowser(string information, boolean ConfirmLaunchBrowser(string information,
byte icon_id, string url) byte icon_id, string url)