Confirmed users
266
edits
Allstars.chh (talk | contribs) |
Allstars.chh (talk | contribs) |
||
Line 526: | Line 526: | ||
* YES/NO response. | * YES/NO response. | ||
* | * | ||
* @see nsIDOMMozStkInput. | * @see nsIDOMMozStkInput.isYesNoRequested | ||
*/ | */ | ||
attribute boolean | attribute boolean isYesNo; | ||
/** | /** | ||
Line 538: | Line 538: | ||
/** | /** | ||
* User has | * User has confirmed or rejected the call during STK_CMD_CALL_SET_UP. | ||
* | * | ||
* @see RIL_REQUEST_STK_HANDLE_CALL_SETUP_REQUESTED_FROM_SIM | * @see RIL_REQUEST_STK_HANDLE_CALL_SETUP_REQUESTED_FROM_SIM | ||
Line 545: | Line 545: | ||
* false: Rejected by User. | * false: Rejected by User. | ||
*/ | */ | ||
attribute boolean | attribute boolean hasConfirmed; | ||
}; | }; | ||
</pre> | </pre> |