| com.htc.customization.HtcCustomization |
Known Indirect Subclasses
|
Provide methods to retrieve the customization settings.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Get the
Boolean values related to the key. | |||||||||||
Get one
boolean primitive value related to the key. | |||||||||||
Get one
boolean primitive value related to the key. | |||||||||||
Get the
Integer values related to the key. | |||||||||||
Get one
int primitive value related to the key. | |||||||||||
Get one
int primitive value related to the key. | |||||||||||
Get the
String values related to the key. | |||||||||||
Get one
String value related to the key. | |||||||||||
Get one
String value related to the key. | |||||||||||
Get the Boolean values related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|
| CustomizationValueNotFoundException | if there is no value corresponding to the key |
|---|
Get one boolean primitive value related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|
| CustomizationValueNotFoundException | if there is no value corresponding to the key |
|---|
Get one boolean primitive value related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|---|
| defaultValue | used to be the return value if there is no value related to the key. |
defaultValue.Get the Integer values related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|
| CustomizationValueNotFoundException | if there is no value corresponding to the key |
|---|---|
| NumberFormatException | if the value(s) cannot be casted to Integer type |
Get one int primitive value related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|---|
| defaultValue | used to be the return value if there is no value related to the key. |
defaultValue.Get one int primitive value related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|
| CustomizationValueNotFoundException | if there is no value corresponding to the key |
|---|---|
| NumberFormatException | if the value(s) cannot be casted to Integer type |
Get the String values related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|
| CustomizationValueNotFoundException | if there is no value corresponding to the key |
|---|
Get one String value related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|---|
| defaultValue | used to be the return value if there is no value related to the key. |
defaultValue.Get one String value related to the key.
| key | the predefined formatted string used to retrieve the related values.
The format of the string may look like A.B.C.D... |
|---|
| CustomizationValueNotFoundException | if there is no value corresponding to the key |
|---|