core / com.schibsted.account.util

Package com.schibsted.account.util

Types

ConfigurationUtils

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.

DateUtils

object DateUtils

DeepLink

sealed class DeepLink

DeepLinkHandler

object DeepLinkHandler

KeyValueStore

open class KeyValueStore

DAO for sdk-related shared preferences.

LenientAccountsDeserializer

class LenientAccountsDeserializer : JsonDeserializer<Map<String, ProfileData.Address>>

ListDeserializer

class ListDeserializer<T> : JsonDeserializer<ListContainer<T>>

Preconditions

class Preconditions

Checks for conditions that must be met at certain points in the sdk.

TypeSafeStringDeserializer

class TypeSafeStringDeserializer : JsonDeserializer<String?>

Functions

typeToken

fun <T> typeToken(): Type