PrepurchaseDataStore

Interface for managing data storage in the prepurchase flow.

Properties

Link copied to clipboard
abstract var myBoolean: Boolean

A boolean value stored for the prepurchase flow.

Link copied to clipboard
abstract var myNumber: Int

An integer value stored for the prepurchase flow.

Link copied to clipboard
abstract var myString: String

A string value stored for the prepurchase flow.