WebAPI/WebSTK: Difference between revisions

Jump to navigation Jump to search
Line 415: Line 415:
    
    
   /**
   /**
   * One of STK_RESULT_*.
   * One of nsIDOMMozStkResultCode.
   */  
   */  
   attribute unsigned short resultCode;
   attribute unsigned short resultCode;
Line 421: Line 421:
   /**
   /**
   * The identifier of the item selected by user.
   * The identifier of the item selected by user.
  *
  * @see nsIDOMMozStkItem.identifier
   */  
   */  
   attribute unsigned short itemIdentifier;
   attribute unsigned short itemIdentifier;
Line 428: Line 430:
   */  
   */  
   attribute DOMString input;
   attribute DOMString input;
  /**
  * Alphabet encoding.
  *
  * @see nsIDOMMozStkInput.isUCS2
  */
  attribute boolean isUCS2;


   /**
   /**
   * YES/NO response.
   * YES/NO response.
   *
   *
   * @see TS 11.14, clause 12.6, Command Qualifier, GET INKEY, bit 3.  
   * @see nsIDOMMozStkInput.yesNo
  */
  attribute boolean yesNo;
 
  /**
  * Packed or unpacked format.
   *
   *
   * true: User selects 'Yes'.
   * @see nsIDOMMozStkInput.isPacked
  * false: User selects 'No'.
   */  
   */  
   attribute boolean yesNo;
   attribute boolean isPacked;


   /**
   /**
Line 451: Line 464:
   //TODO add deviceId for multi-SIM
   //TODO add deviceId for multi-SIM
};
};
</pre>
</pre>


Confirmed users
266

edits

Navigation menu