WebAPI/WebSTK: Difference between revisions

Line 526: Line 526:
   * YES/NO response.
   * YES/NO response.
   *
   *
   * @see nsIDOMMozStkInput.yesNo
   * @see nsIDOMMozStkInput.isYesNoRequested
   */  
   */  
   attribute boolean yesNo;
   attribute boolean isYesNo;


   /**
   /**
Line 538: Line 538:


   /**
   /**
   * User has accepted or rejected the call during STK_CMD_CALL_SET_UP.
   * 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 confirmation;
   attribute boolean hasConfirmed;
};
};
</pre>
</pre>
Confirmed users
266

edits