NdsStoreUpdaterConfiguration

constructor(    updateStoragePath: File,     persistentStoragePath: File,     updateServerUri: Uri? = null,     updateServerApiKey: String? = null,     locale: Locale = DEFAULT_LOCALE)

Constructs a NdsStoreUpdaterConfiguration object with the given parameters.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

updateStoragePath
persistentStoragePath
updateServerUri

Defaults to null

updateServerApiKey

Defaults to null

locale

Defaults to DEFAULT_LOCALE

See also


constructor(    updateStoragePath: File,     persistentStoragePath: File,     updateServerUri: Uri? = null,     updateServerApiKey: String? = null,     locale: Locale = DEFAULT_LOCALE,     automaticUpdates: AutomaticNdsStoreUpdaterConfiguration? = null)

Constructs a NdsStoreUpdaterConfiguration object with the given parameters.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

updateStoragePath
persistentStoragePath
updateServerUri

Defaults to null

updateServerApiKey

Defaults to null

locale

Defaults to DEFAULT_LOCALE

automaticUpdates

Defaults to null

See also