object ConfigurationUtils
Loads configuration from "assets/schibsted_account.conf". This file may contain (1) key-value pairs separated by a single colon ":" character, or comments that start with "#" character.
fun paramsFromAssets(): Map<String, String>
Loads configuration from "assets/schibsted_account.conf" as a map of keys and values. |