//Android/br.com.arch.toolkit.android.util/get
[android]
operator fun <T : Any> ERROR CLASS: Symbol not found for SharedPreferences.get(key: String): T?
Retrieves a value from SharedPreferences using operator overloading.
The value if it exists, or null otherwise.
android
| Â | Â |
|---|---|
| key | The name of the preference to retrieve. |