Returns a string value. Throws if wrong type, returns null if not present.
(String tag)
| 69 | * Throws if wrong type, returns null if not present. |
| 70 | */ |
| 71 | @Nullable String getString(String tag); |
| 72 | |
| 73 | /** |
| 74 | * Returns a {@code float} value. |
no outgoing calls