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.  | 
|
object DateUtils | 
|
sealed class DeepLink | 
|
object DeepLinkHandler | 
|
open class KeyValueStore
DAO for sdk-related shared preferences.  | 
|
class LenientAccountsDeserializer : JsonDeserializer<Map<String, ProfileData.Address>> | 
|
class ListDeserializer<T> : JsonDeserializer<ListContainer<T>> | 
|
class Preconditions
Checks for conditions that must be met at certain points in the sdk.  | 
|
class TypeSafeStringDeserializer : JsonDeserializer<String?> | 
fun <T> typeToken(): Type |