getConfig

suspend fun getConfig(): BullittConfig?

Retrieves the stored SDK configuration.

This method retrieves the serialized configuration from SharedPreferences and deserializes it into a BullittConfig object. The operation is performed on the IO dispatcher to avoid blocking the main thread.

Return

The stored BullittConfig if one exists, or null if no configuration is stored or if the stored data cannot be properly deserialized.