addSerializedCardJsonToStorage

internal fun addSerializedCardJsonToStorage(serializedCardJson: String, userId: String?)

Adds a single ContentCard to storage from its serialized JSONObject string.

Parameters

serializedCardJson

The serialized string of an ContentCard.

userId

The user id associated with the serialized ContentCard.